Searched refs:lastUpdateName (Results 1 – 5 of 5) sorted by relevance
447 public String lastUpdateName; field in WifiConfiguration1538 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();
245 + 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()
1993 currentConfig.lastUpdateName = config.lastUpdateName; in addOrUpdateNetworkNative()2102 if (config.lastUpdateName != null) { in addOrUpdateNetworkNative()2103 currentConfig.lastUpdateName = config.lastUpdateName; in addOrUpdateNetworkNative()
490 config.lastUpdateName = mContext.getPackageManager().getNameForUid(uid); in recordUidIfAuthorized()
26609 field public java.lang.String lastUpdateName;