Searched refs:ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION (Results 1 – 14 of 14) 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; 245 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetwork() 269 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; 346 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion() 356 version >= ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in parseNetworkSuggestion()
|
D | WifiConfigStore.java | 125 public static final int ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION = 3; field in WifiConfigStore 130 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 | DeletedEphemeralSsidsStoreDataTest.java | 100 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, 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 | NetworkSuggestionStoreDataTest.java | 136 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | NetworkListStoreDataTest.java | 234 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | WakeupControllerTest.java | 155 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in readUserStore()
|
D | WifiNetworkFactoryTest.java | 2935 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointConfigSharedStoreDataTest.java | 82 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|
D | PasspointConfigUserStoreDataTest.java | 233 WifiConfigStore.ENCRYPT_CREDENTIALS_CONFIG_STORE_DATA_VERSION, in deserializeData()
|