Searched defs:EPHEMERAL_KEY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java218 private static final String EPHEMERAL_KEY = "EPHEMERAL: "; field in class:WifiConfigStore
1715 out.writeUTF(EPHEMERAL_KEY
1968 if (key.startsWith(EPHEMERAL_KEY)) {
1969 String access = key.replace(EPHEMERAL_KEY, "");

Completed in 47 milliseconds