Searched refs:STORE_FILE_USER_GENERAL (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiMigration.java | 66 public static final int STORE_FILE_USER_GENERAL = 2; field in WifiMigration 83 STORE_FILE_USER_GENERAL, 99 put(STORE_FILE_USER_GENERAL, "WifiConfigStore.xml"); 257 if (storeFileId != STORE_FILE_USER_GENERAL in convertAndRetrieveUserConfigStoreFile() 280 if (storeFileId != STORE_FILE_USER_GENERAL in removeUserConfigStoreFile()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigStoreTest.java | 204 mUserStore = new MockStoreFile(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks() 211 mUserStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks() 433 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible() 460 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoStoreFiles() 640 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 642 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 658 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 704 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testWriteWithNoNewData() 782 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion1StoreFile() 828 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion2StoreFile() [all …]
|
D | ImsiPrivacyProtectionExemptionStoreDataTest.java | 82 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
|
D | SsidSetStoreDataTest.java | 137 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
|
D | NetworkRequestStoreDataTest.java | 106 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
|
D | WakeupConfigStoreDataTest.java | 198 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
|
D | NetworkListStoreDataTest.java | 461 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | NetworkListUserStoreData.java | 33 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
D | WifiConfigStore.java | 93 public static final int STORE_FILE_USER_GENERAL = 2; field in WifiConfigStore 102 STORE_FILE_USER_GENERAL, 179 put(STORE_FILE_USER_GENERAL, STORE_FILE_NAME_USER_GENERAL); 363 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles() 557 case STORE_FILE_USER_GENERAL: in getMigrationStoreFileId() 558 return WifiMigration.STORE_FILE_USER_GENERAL; in getMigrationStoreFileId()
|
D | SsidSetStoreData.java | 135 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
D | ImsiPrivacyProtectionExemptionStoreData.java | 176 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
D | WakeupConfigStoreData.java | 274 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
D | NetworkRequestStoreData.java | 127 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreData.java | 150 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointConfigUserStoreDataTest.java | 303 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6663 field public static final int STORE_FILE_USER_GENERAL = 2; // 0x2
|
/frameworks/base/api/ |
D | system-current.txt | 7392 field public static final int STORE_FILE_USER_GENERAL = 2; // 0x2
|