Home
last modified time | relevance | path

Searched refs:STORE_FILE_USER_NETWORK_SUGGESTIONS (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java95 public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; field in WifiConfigStore
101 STORE_FILE_USER_NETWORK_SUGGESTIONS
174 put(STORE_FILE_USER_NETWORK_SUGGESTIONS, STORE_FILE_NAME_USER_NETWORK_SUGGESTIONS);
327 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles()
485 case STORE_FILE_USER_NETWORK_SUGGESTIONS: in getMigrationStoreFileId()
486 return WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getMigrationStoreFileId()
DNetworkSuggestionStoreData.java154 return WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getStoreFileId()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java261 new MockStoreFile(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in setupMocks()
686 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testWriteWithNoNewData()
863 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testMigration()
899 eq(WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS), any())) in testMigration()
DNetworkSuggestionStoreDataTest.java285 assertEquals(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS, in verifyStoreFileId()