Searched refs:STORE_FILE_USER_NETWORK_SUGGESTIONS (Results 1 – 4 of 4) sorted by relevance
95 public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; field in WifiConfigStore101 STORE_FILE_USER_NETWORK_SUGGESTIONS174 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()
154 return WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getStoreFileId()
261 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()
285 assertEquals(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS, in verifyStoreFileId()