Home
last modified time | relevance | path

Searched refs:INITIAL_CONFIG_STORE_DATA_VERSION (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java112 public static final int INITIAL_CONFIG_STORE_DATA_VERSION = 1; field in WifiConfigStore
128 INITIAL_CONFIG_STORE_DATA_VERSION,
659 if (version < INITIAL_CONFIG_STORE_DATA_VERSION in parseVersionFromXml()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java810 eq(WifiConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION), any()); in testReadVersion1StoreFile()
813 eq(WifiConfigStore.INITIAL_CONFIG_STORE_DATA_VERSION), any()); in testReadVersion1StoreFile()