Searched refs:PEER_CONFIGURATION_KEY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java204 private static final String PEER_CONFIGURATION_KEY = "PEER_CONFIGURATION: "; field in class:WifiConfigStore
1719 out.writeUTF(PEER_CONFIGURATION_KEY + config.peerWifiConfiguration
2045 if (key.startsWith(PEER_CONFIGURATION_KEY)) {
2046 config.peerWifiConfiguration = key.replace(PEER_CONFIGURATION_KEY, "");

Completed in 24 milliseconds