Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java117 public static final int INTEGRITY_CONFIG_STORE_DATA_VERSION = 2; field in WifiConfigStore
129 INTEGRITY_CONFIG_STORE_DATA_VERSION,
621 if (version == INTEGRITY_CONFIG_STORE_DATA_VERSION) { in deserializeData()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java861 eq(WifiConfigStore.INTEGRITY_CONFIG_STORE_DATA_VERSION), any()); in testReadVersion2StoreFile()
864 eq(WifiConfigStore.INTEGRITY_CONFIG_STORE_DATA_VERSION), any()); in testReadVersion2StoreFile()