Searched refs:lastUpdateName (Results 1 – 7 of 7) sorted by relevance
794 assertEquals(expected.lastUpdateName, actual.lastUpdateName); in assertConfigurationEqualForConfigStore()830 assertEquals(expected.lastUpdateName, actual.lastUpdateName); in assertConfigurationEqualForConfigManagerAddOrUpdate()
2120 originalNetwork.lastUpdateName = network.lastUpdateName; in testUpdateSingleNetworkWithNullValues()5785 configuration.creatorName = configuration.lastUpdateName = packageName; in setCreationDebugParams()5793 configuration.lastUpdateName = TEST_UPDATE_NAME; in setUpdateDebugParams()
1455 public String lastUpdateName; field in WifiConfiguration3678 if (lastUpdateName != null) sbuf.append(" lname=").append(lastUpdateName); in toString()4133 lastUpdateName = source.lastUpdateName; in WifiConfiguration()4244 dest.writeString(lastUpdateName); in writeToParcel()4351 config.lastUpdateName = in.readString();
306 configuration.creatorName = configuration.lastUpdateName = TEST_PACKAGE_NAME; in testEapWifiConfigurationSerializeDeserializeForConfigStore()
1400 newInternalConfig.creatorName = newInternalConfig.lastUpdateName = in createNewInternalWifiConfigurationFromExternal()1429 newInternalConfig.lastUpdateName = in updateExistingInternalWifiConfigurationFromExternal()1434 newInternalConfig.creatorName = newInternalConfig.lastUpdateName; in updateExistingInternalWifiConfigurationFromExternal()
680 XmlUtil.writeNextValue(out, XML_TAG_LAST_UPDATE_NAME, configuration.lastUpdateName); in writeToXmlForConfigStore()1001 configuration.lastUpdateName = (String) value; in parseFromXml()
654 field @Deprecated public String lastUpdateName;