Searched refs:lastConnectUid (Results 1 – 8 of 8) sorted by relevance
459 public int lastConnectUid; field in WifiConfiguration1622 sbuf.append(" lcuid=" + lastConnectUid); in toString()1991 lastConnectUid = source.lastConnectUid; in WifiConfiguration()2063 dest.writeInt(lastConnectUid); in writeToParcel()2130 config.lastConnectUid = in.readInt();
237 + Integer.toString(config.lastConnectUid) + NL); in writeKnownNetworkHistory()446 config.lastConnectUid = Integer.parseInt(value); in readNetworkHistory()
1502 config.lastConnectUid = uid; in checkAndUpdateLastConnectUid()
5910 mWifiPermissionsUtil.checkConfigOverridePermission(config.lastConnectUid); in sendConnectedState()5912 log("Network selected by UID " + config.lastConnectUid + " prompt=" + prompt); in sendConnectedState()
474 assertEquals(expected.lastConnectUid, actual.lastConnectUid); in assertConfigurationEqualForConfigStore()
812 assertEquals(TEST_CREATOR_UID, retrievedNetwork.lastConnectUid); in testUpdateLastConnectUid()822 assertEquals(TEST_CREATOR_UID, retrievedNetwork.lastConnectUid); in testUpdateLastConnectUid()
456 XmlUtil.writeNextValue(out, XML_TAG_LAST_CONNECT_UID, configuration.lastConnectUid); in writeToXmlForConfigStore()616 configuration.lastConnectUid = (int) value; in parseFromXml()
207 configuration.lastUpdateUid = configuration.lastConnectUid = configuration.creatorUid; in testEapWifiConfigurationSerializeDeserializeForConfigStore()