Home
last modified time | relevance | path

Searched refs:ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DNetworkListStoreData.java19 import static com.android.server.wifi.WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION;
249 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetwork()
273 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetwork()
DNetworkSuggestionStoreData.java19 import static com.android.server.wifi.WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION;
440 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion()
450 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion()
DWifiConfigStore.java133 public static final int ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION = 3; field in WifiConfigStore
138 ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoStoreManagerDataTest.java82 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData()
120 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in testDeserializeOnNewDeviceOrNewUser()
DWakeupConfigStoreDataTest.java96 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
193 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in hasBeenReadIsTrueWhenUserStoreIsLoaded()
DNetworkSuggestionStoreDataTest.java277 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData()
501 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in testDeserializeNullData()
DRandomizedMacStoreDataTest.java83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DImsiPrivacyProtectionExemptionStoreDataTest.java68 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData()
DSsidSetStoreDataTest.java101 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DNetworkRequestStoreDataTest.java97 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DWifiConfigStoreTest.java1041 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any(), in testMigration()
1045 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any(), in testMigration()
DNetworkListStoreDataTest.java426 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DSoftApStoreDataTest.java299 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DWakeupControllerTest.java202 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in readUserStore()
DWifiNetworkFactoryTest.java3694 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigSharedStoreDataTest.java83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
DPasspointConfigUserStoreDataTest.java242 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()