Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java194 mUserStore = new MockStoreFile(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
201 mUserStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
414 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
442 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoStoreFiles()
641 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
643 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
659 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
705 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testWriteWithNoNewData()
789 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion1StoreFile()
835 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion2StoreFile()
DDeletedEphemeralSsidsStoreDataTest.java135 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DSsidSetStoreDataTest.java137 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkRequestStoreDataTest.java106 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DWakeupConfigStoreDataTest.java198 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkListStoreDataTest.java323 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkListUserStoreData.java33 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWifiConfigStore.java87 public static final int STORE_FILE_USER_GENERAL = 1; field in WifiConfigStore
95 STORE_FILE_USER_GENERAL,
171 put(STORE_FILE_USER_GENERAL, STORE_FILE_NAME_USER_GENERAL);
335 STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS)) { in createUserFiles()
DSsidSetStoreData.java133 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DDeletedEphemeralSsidsStoreData.java114 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWakeupConfigStoreData.java273 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DNetworkRequestStoreData.java127 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java148 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreDataTest.java289 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()