Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java97 public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; field in WifiConfigStore
103 STORE_FILE_USER_NETWORK_SUGGESTIONS
180 put(STORE_FILE_USER_NETWORK_SUGGESTIONS, STORE_FILE_NAME_USER_NETWORK_SUGGESTIONS);
363 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles()
559 case STORE_FILE_USER_NETWORK_SUGGESTIONS: in getMigrationStoreFileId()
560 return WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getMigrationStoreFileId()
DNetworkSuggestionStoreData.java151 return WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS; in getStoreFileId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java206 new MockStoreFile(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in setupMocks()
711 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testWriteWithNoNewData()
878 .thenReturn(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS); in testMigration()
910 eq(WifiMigration.STORE_FILE_USER_NETWORK_SUGGESTIONS), any())) in testMigration()
DNetworkSuggestionStoreDataTest.java277 assertEquals(WifiConfigStore.STORE_FILE_USER_NETWORK_SUGGESTIONS, in verifyStoreFileId()
/frameworks/base/non-updatable-api/
Dsystem-current.txt6664 field public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; // 0x3
/frameworks/base/api/
Dsystem-current.txt7393 field public static final int STORE_FILE_USER_NETWORK_SUGGESTIONS = 3; // 0x3