summaryrefslogtreecommitdiff
path: root/core/java/android/net/InterfaceConfiguration.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-09InterfaceConfiguration: Don't use @hide Sets classRoshan Pius
2019-11-08Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-03-20Stop using netd parcelables in the framework.Lorenzo Colitti
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-13Remove deps from framework on netd interfacesRemi NGUYEN VAN
2018-10-25interface-related commands portingLuke Huang
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-17Use this.isUp() inside InterfaceConfigurationChristopher Wiley
2016-10-11Add InterfaceConfiguration.isUp()Christopher Wiley
2016-09-19Allow WiFi components to manage interface up stateChristopher Wiley
2011-12-02Move native netd calls to varargs.Jeff Sharkey
2011-11-29Clean up InterfaceConfiguration flags.Jeff Sharkey
2011-01-28Bind addr and prefixLength together in LinkAddressRobert Greenwalt
2011-01-17Pick an upstream interface with valid IP configIrfan Sheriff
2010-12-14Fix some IpV4-only code.Robert Greenwalt
2010-02-23Add USB RNDIS enable/disable controlRobert Greenwalt
2010-01-22android.net: Introduce @hidden parcelable InterfaceConfiguration classSan Mehat