Searched refs:ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/net/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; 427 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion() 437 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion()
|
D | WifiConfigStore.java | 132 public static final int ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION = 3; field in WifiConfigStore 137 ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WakeupConfigStoreDataTest.java | 94 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData() 185 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in hasBeenReadIsTrueWhenUserStoreIsLoaded()
|
D | RandomizedMacStoreDataTest.java | 83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | ImsiPrivacyProtectionExemptionStoreDataTest.java | 74 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData()
|
D | NetworkSuggestionStoreDataTest.java | 269 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in deserializeData() 472 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, null); in testDeserializeNullData()
|
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 | 973 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any()); in testMigration() 976 eq(WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION), any()); in testMigration()
|
D | NetworkListStoreDataTest.java | 356 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | SoftApStoreDataTest.java | 237 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | WakeupControllerTest.java | 161 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in readUserStore()
|
D | WifiNetworkFactoryTest.java | 2957 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointConfigSharedStoreDataTest.java | 83 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | PasspointConfigUserStoreDataTest.java | 240 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|