Home
last modified time | relevance | path

Searched refs:lastUpdateName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DWifiConfiguration.java447 public String lastUpdateName; field in WifiConfiguration
1538 if (lastUpdateName != null) sbuf.append(" lname=" + lastUpdateName); in toString()
1885 lastUpdateName = source.lastUpdateName; in WifiConfiguration()
1960 dest.writeString(lastUpdateName); in writeToParcel()
2031 config.lastUpdateName = in.readString();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkHistory.java245 + config.lastUpdateName + NL); in writeKnownNetworkHistory()
369 if (config.creatorName == null || config.lastUpdateName == null) { in readNetworkHistory()
372 config.lastUpdateName = config.creatorName; in readNetworkHistory()
532 config.lastUpdateName = value; in readNetworkHistory()
DWifiConfigManager.java1993 currentConfig.lastUpdateName = config.lastUpdateName; in addOrUpdateNetworkNative()
2102 if (config.lastUpdateName != null) { in addOrUpdateNetworkNative()
2103 currentConfig.lastUpdateName = config.lastUpdateName; in addOrUpdateNetworkNative()
DWifiStateMachine.java490 config.lastUpdateName = mContext.getPackageManager().getNameForUid(uid); in recordUidIfAuthorized()
/frameworks/base/api/
Dsystem-current.txt26609 field public java.lang.String lastUpdateName;