summaryrefslogtreecommitdiff
path: root/core/java/android/net/InterfaceConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-0/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+0
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-0/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* InterfaceConfiguration: Don't use @hide Sets classRoshan Pius2019-12-091-3/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-081-0/+4
* Stop using netd parcelables in the framework.Lorenzo Colitti2019-03-201-36/+0
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Remove deps from framework on netd interfacesRemi NGUYEN VAN2019-02-131-2/+3
* interface-related commands portingLuke Huang2018-10-251-2/+40
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+7
* Use this.isUp() inside InterfaceConfigurationChristopher Wiley2016-10-171-1/+1
* Add InterfaceConfiguration.isUp()Christopher Wiley2016-10-111-0/+4
* Allow WiFi components to manage interface up stateChristopher Wiley2016-09-191-0/+8
* Move native netd calls to varargs.Jeff Sharkey2011-12-021-18/+2
* Clean up InterfaceConfiguration flags.Jeff Sharkey2011-11-291-39/+116
* Bind addr and prefixLength together in LinkAddressRobert Greenwalt2011-01-281-20/+4
* Pick an upstream interface with valid IP configIrfan Sheriff2011-01-171-2/+24
* Fix some IpV4-only code.Robert Greenwalt2010-12-141-15/+29
* Add USB RNDIS enable/disable controlRobert Greenwalt2010-02-231-4/+4
* android.net: Introduce @hidden parcelable InterfaceConfiguration classSan Mehat2010-01-221-0/+83