Searched refs:creatorName (Results 1 – 9 of 9) sorted by relevance
241 + config.creatorName + NL); in writeKnownNetworkHistory()366 if (config.creatorName == null || config.lastUpdateName == null) { in readNetworkHistory()367 config.creatorName = in readNetworkHistory()369 config.lastUpdateName = config.creatorName; in readNetworkHistory()373 + " to " + config.creatorName); in readNetworkHistory()526 config.creatorName = value; in readNetworkHistory()
894 newInternalConfig.creatorName = newInternalConfig.lastUpdateName = in createNewInternalWifiConfigurationFromExternal()1021 + " name=" + newInternalConfig.creatorName); in addOrUpdateNetworkInternal()1153 if (app.uid != config.creatorUid || !app.packageName.equals(config.creatorName)) { in removeNetworksForApp()
474 public String creatorName; field in WifiConfiguration1619 if (creatorName != null) sbuf.append(" cname=" + creatorName); in toString()1994 creatorName = source.creatorName; in WifiConfiguration()2065 dest.writeString(creatorName); in writeToParcel()2132 config.creatorName = in.readString();
470 assertEquals(expected.creatorName, actual.creatorName); in assertConfigurationEqualForConfigStore()497 assertEquals(expected.creatorName, actual.creatorName); in assertConfigurationEqualForConfigManagerAddOrUpdate()
3326 configuration.creatorName = configuration.lastUpdateName = TEST_CREATOR_NAME; in setCreationDebugParams()
615 if (config.creatorName != null && config.creatorName.equals(systemName)) { in getSavedNetworkSummary()620 appInfo = ipm.getApplicationInfo(config.creatorName, 0 /* flags */, userId); in getSavedNetworkSummary()
452 XmlUtil.writeNextValue(out, XML_TAG_CREATOR_NAME, configuration.creatorName); in writeToXmlForConfigStore()604 configuration.creatorName = (String) value; in parseFromXml()
208 configuration.creatorName = configuration.lastUpdateName = TEST_PACKAGE_NAME; in testEapWifiConfigurationSerializeDeserializeForConfigStore()
28840 field public java.lang.String creatorName;