Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java122 public static final int INTEGRITY_CONFIG_STORE_DATA_VERSION = 2; field in WifiConfigStore
134 INTEGRITY_CONFIG_STORE_DATA_VERSION,
675 if (version == INTEGRITY_CONFIG_STORE_DATA_VERSION) { in deserializeData()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java837 eq(WifiConfigStore.INTEGRITY_CONFIG_STORE_DATA_VERSION), any(), in testReadVersion2StoreFile()
841 eq(WifiConfigStore.INTEGRITY_CONFIG_STORE_DATA_VERSION), any(), in testReadVersion2StoreFile()