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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java81 * network. A network is identified by a unique ID_KEY. If there is no
82 * ID_KEY in the (key, value) pairs, the data is discarded.
135 private static final String ID_KEY = "id"; field in class:WifiConfigStore
801 out.writeUTF(ID_KEY);
861 if (key.equals(ID_KEY)) {

Completed in 978 milliseconds