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/ |
D | NetworkListStoreData.java | 19 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()
|
D | NetworkSuggestionStoreData.java | 19 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()
|
D | WifiConfigStore.java | 133 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/ |
D | WifiCarrierInfoStoreManagerDataTest.java | 82 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData() 120 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in testDeserializeOnNewDeviceOrNewUser()
|
D | WakeupConfigStoreDataTest.java | 96 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData() 193 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in hasBeenReadIsTrueWhenUserStoreIsLoaded()
|
D | NetworkSuggestionStoreDataTest.java | 277 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData() 501 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in testDeserializeNullData()
|
D | RandomizedMacStoreDataTest.java | 83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | ImsiPrivacyProtectionExemptionStoreDataTest.java | 68 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData()
|
D | SsidSetStoreDataTest.java | 101 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | NetworkRequestStoreDataTest.java | 97 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | WifiConfigStoreTest.java | 1041 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any(), in testMigration() 1045 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any(), in testMigration()
|
D | NetworkListStoreDataTest.java | 426 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | SoftApStoreDataTest.java | 299 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | WakeupControllerTest.java | 202 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in readUserStore()
|
D | WifiNetworkFactoryTest.java | 3694 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointConfigSharedStoreDataTest.java | 83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | PasspointConfigUserStoreDataTest.java | 242 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|