Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkListUserStoreData.java33 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWifiConfigStore.java86 public static final int STORE_FILE_USER_GENERAL = 1; field in WifiConfigStore
94 STORE_FILE_USER_GENERAL,
148 put(STORE_FILE_USER_GENERAL, STORE_FILE_NAME_USER_GENERAL);
302 STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS)) { in createUserFiles()
DSsidSetStoreData.java128 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DDeletedEphemeralSsidsStoreData.java108 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWakeupConfigStoreData.java268 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DNetworkRequestStoreData.java122 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java174 mUserStore = new MockStoreFile(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
181 mUserStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
394 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
422 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoStoreFiles()
621 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
623 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
639 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
685 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testWriteWithNoNewData()
DDeletedEphemeralSsidsStoreDataTest.java131 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DSsidSetStoreDataTest.java133 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DWakeupConfigStoreDataTest.java192 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkRequestStoreDataTest.java103 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DNetworkListStoreDataTest.java320 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java143 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreDataTest.java286 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()