Home
last modified time | relevance | path

Searched refs:STORE_FILE_USER_GENERAL (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java234 mUserStore = new MockStoreFile(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
241 mUserStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
463 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
490 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoStoreFiles()
681 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
683 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
704 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
758 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testWriteWithNoNewData()
838 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion1StoreFile()
888 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion2StoreFile()
[all …]
DImsiPrivacyProtectionExemptionStoreDataTest.java75 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DSsidSetStoreDataTest.java137 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkRequestStoreDataTest.java106 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DWakeupConfigStoreDataTest.java206 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkListStoreDataTest.java531 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java94 public static final int STORE_FILE_USER_GENERAL = 2; field in WifiConfigStore
103 STORE_FILE_USER_GENERAL,
180 put(STORE_FILE_USER_GENERAL, STORE_FILE_NAME_USER_GENERAL);
364 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles()
558 case STORE_FILE_USER_GENERAL: in getMigrationStoreFileId()
559 return WifiMigration.STORE_FILE_USER_GENERAL; in getMigrationStoreFileId()
DNetworkListUserStoreData.java33 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DSsidSetStoreData.java135 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DImsiPrivacyProtectionExemptionStoreData.java156 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DNetworkRequestStoreData.java127 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWakeupConfigStoreData.java372 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java155 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreDataTest.java305 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()