Home
last modified time | relevance | path

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

/aosp12/frameworks/base/wifi/java/src/android/net/wifi/
H A DWifiMigration.java71 public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; field in WifiMigration
84 STORE_FILE_USER_NETWORK_SUGGESTIONS
100 put(STORE_FILE_USER_NETWORK_SUGGESTIONS, "WifiConfigStoreNetworkSuggestions.xml");
258 && storeFileId != STORE_FILE_USER_NETWORK_SUGGESTIONS) { in convertAndRetrieveUserConfigStoreFile()
281 && storeFileId != STORE_FILE_USER_NETWORK_SUGGESTIONS) { in removeUserConfigStoreFile()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java98 public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; field in WifiConfigStore
104 STORE_FILE_USER_NETWORK_SUGGESTIONS
181 put(STORE_FILE_USER_NETWORK_SUGGESTIONS, STORE_FILE_NAME_USER_NETWORK_SUGGESTIONS);
364 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles()
560 case STORE_FILE_USER_NETWORK_SUGGESTIONS: in getMigrationStoreFileId()
561 return WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getMigrationStoreFileId()
H A DNetworkSuggestionStoreData.java154 return WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getStoreFileId()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java236 new MockStoreFile(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in setupMocks()
765 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testWriteWithNoNewData()
942 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testMigration()
978 eq(WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS), any())) in testMigration()
H A DNetworkSuggestionStoreDataTest.java285 assertEquals(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS, in verifyStoreFileId()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7814 field public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; // 0x3