Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiMigration.java66 public static final int STORE_FILE_USER_GENERAL = 2; field in WifiMigration
83 STORE_FILE_USER_GENERAL,
99 put(STORE_FILE_USER_GENERAL, "WifiConfigStore.xml");
257 if (storeFileId != STORE_FILE_USER_GENERAL in convertAndRetrieveUserConfigStoreFile()
280 if (storeFileId != STORE_FILE_USER_GENERAL in removeUserConfigStoreFile()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java204 mUserStore = new MockStoreFile(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
211 mUserStoreData = new MockStoreData(WifiConfigStore.STORE_FILE_USER_GENERAL); in setupMocks()
433 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
460 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWithNoStoreFiles()
640 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
642 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
658 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
704 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testWriteWithNoNewData()
782 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion1StoreFile()
828 .thenReturn(WifiConfigStore.STORE_FILE_USER_GENERAL); in testReadVersion2StoreFile()
[all …]
DImsiPrivacyProtectionExemptionStoreDataTest.java82 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DSsidSetStoreDataTest.java137 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkRequestStoreDataTest.java106 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in verifyStoreFileId()
DWakeupConfigStoreDataTest.java198 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
DNetworkListStoreDataTest.java461 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DNetworkListUserStoreData.java33 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWifiConfigStore.java93 public static final int STORE_FILE_USER_GENERAL = 2; field in WifiConfigStore
102 STORE_FILE_USER_GENERAL,
179 put(STORE_FILE_USER_GENERAL, STORE_FILE_NAME_USER_GENERAL);
363 Arrays.asList(STORE_FILE_USER_GENERAL, STORE_FILE_USER_NETWORK_SUGGESTIONS), in createUserFiles()
557 case STORE_FILE_USER_GENERAL: in getMigrationStoreFileId()
558 return WifiMigration.STORE_FILE_USER_GENERAL; in getMigrationStoreFileId()
DSsidSetStoreData.java135 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DImsiPrivacyProtectionExemptionStoreData.java176 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DWakeupConfigStoreData.java274 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
DNetworkRequestStoreData.java127 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreData.java150 return WifiConfigStore.STORE_FILE_USER_GENERAL; in getStoreFileId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointConfigUserStoreDataTest.java303 assertEquals(WifiConfigStore.STORE_FILE_USER_GENERAL, in getUserStoreFileId()
/frameworks/base/non-updatable-api/
Dsystem-current.txt6663 field public static final int STORE_FILE_USER_GENERAL = 2; // 0x2
/frameworks/base/api/
Dsystem-current.txt7392 field public static final int STORE_FILE_USER_GENERAL = 2; // 0x2