Searched refs:lastUpdateName (Results 1 – 9 of 9) sorted by relevance
517 public String lastUpdateName; field in WifiConfiguration1719 if (lastUpdateName != null) sbuf.append(" lname=" + lastUpdateName); in toString()2069 lastUpdateName = source.lastUpdateName; in WifiConfiguration()2138 dest.writeString(lastUpdateName); in writeToParcel()2203 config.lastUpdateName = in.readString();
242 + config.lastUpdateName + NL); in writeKnownNetworkHistory()362 if (config.creatorName == null || config.lastUpdateName == null) { in readNetworkHistory()365 config.lastUpdateName = config.creatorName; in readNetworkHistory()525 config.lastUpdateName = value; in readNetworkHistory()
939 newInternalConfig.creatorName = newInternalConfig.lastUpdateName = in createNewInternalWifiConfigurationFromExternal()965 newInternalConfig.lastUpdateName = mContext.getPackageManager().getNameForUid(uid); in updateExistingInternalWifiConfigurationFromExternal()
506 assertEquals(expected.lastUpdateName, actual.lastUpdateName); in assertConfigurationEqualForConfigStore()534 assertEquals(expected.lastUpdateName, actual.lastUpdateName); in assertConfigurationEqualForConfigManagerAddOrUpdate()
1041 originalNetwork.lastUpdateName = network.lastUpdateName; in testUpdateSingleNetworkWithNullValues()3650 configuration.creatorName = configuration.lastUpdateName = TEST_CREATOR_NAME; in setCreationDebugParams()3662 configuration.lastUpdateName = TEST_UPDATE_NAME; in setUpdateDebugParams()
459 XmlUtil.writeNextValue(out, XML_TAG_LAST_UPDATE_NAME, configuration.lastUpdateName); in writeToXmlForConfigStore()622 configuration.lastUpdateName = (String) value; in parseFromXml()
208 configuration.creatorName = configuration.lastUpdateName = TEST_PACKAGE_NAME; in testEapWifiConfigurationSerializeDeserializeForConfigStore()
3393 field public java.lang.String lastUpdateName;
26898 Landroid/net/wifi/WifiConfiguration;->lastUpdateName:Ljava/lang/String;