Home
last modified time | relevance | path

Searched refs:StoreData (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java38 import com.android.server.wifi.WifiConfigStore.StoreData;
458 StoreData sharedStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
461 StoreData userStoreData = mock(StoreData.class); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
485 StoreData sharedStoreData = mock(StoreData.class); in testReadWithNoStoreFiles()
488 StoreData userStoreData = mock(StoreData.class); in testReadWithNoStoreFiles()
638 StoreData storeData1 = mock(StoreData.class); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
639 StoreData storeData2 = mock(StoreData.class); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
750 StoreData sharedStoreData = mock(StoreData.class); in testWriteWithNoNewData()
756 StoreData userStoreData = mock(StoreData.class); in testWriteWithNoNewData()
762 StoreData userStoreNetworkSuggestionsData = in testWriteWithNoNewData()
[all …]
DWifiSettingsConfigStoreTest.java121 ArgumentCaptor<WifiConfigStore.StoreData> storeDataCaptor = ArgumentCaptor.forClass( in testSaveAndLoadFromStore()
122 WifiConfigStore.StoreData.class); in testSaveAndLoadFromStore()
138 ArgumentCaptor<WifiConfigStore.StoreData> storeDataCaptor = ArgumentCaptor.forClass( in testLoadFromMigration()
139 WifiConfigStore.StoreData.class); in testLoadFromMigration()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java231 private final List<StoreData> mStoreDataList;
280 public boolean registerStoreData(@NonNull StoreData storeData) { in registerStoreData()
380 private List<StoreData> retrieveStoreDataListForStoreFile(@NonNull StoreFile storeFile) { in retrieveStoreDataListForStoreFile()
392 List<StoreData> storeDataList = retrieveStoreDataListForStoreFile(storeFile); in hasNewDataToSerialize()
455 List<StoreData> storeDataList = retrieveStoreDataListForStoreFile(storeFile); in serializeData()
465 for (StoreData storeData : storeDataList) { in serializeData()
706 for (StoreData storeData: retrieveStoreDataListForStoreFile(storeFile)) { in resetStoreData()
712 private void indicateNoDataForStoreDatas(Collection<StoreData> storeDataSet, in indicateNoDataForStoreDatas()
715 for (StoreData storeData : storeDataSet) { in indicateNoDataForStoreDatas()
736 List<StoreData> storeDataList = retrieveStoreDataListForStoreFile(storeFile); in deserializeData()
[all …]
DWifiSettingsConfigStore.java144 wifiConfigStore.registerStoreData(new StoreData()); in WifiSettingsConfigStore()
336 private class StoreData implements WifiConfigStore.StoreData { class in WifiSettingsConfigStore
DWakeupConfigStoreData.java24 import com.android.server.wifi.WifiConfigStore.StoreData;
39 public class WakeupConfigStoreData implements StoreData {
DRandomizedMacStoreData.java38 public class RandomizedMacStoreData implements WifiConfigStore.StoreData {
DSsidSetStoreData.java42 public class SsidSetStoreData implements WifiConfigStore.StoreData {
DWifiCarrierInfoStoreManagerData.java37 public class WifiCarrierInfoStoreManagerData implements WifiConfigStore.StoreData {
DImsiPrivacyProtectionExemptionStoreData.java36 public class ImsiPrivacyProtectionExemptionStoreData implements WifiConfigStore.StoreData {
DNetworkRequestStoreData.java43 public class NetworkRequestStoreData implements WifiConfigStore.StoreData {
DNetworkListStoreData.java52 public abstract class NetworkListStoreData implements WifiConfigStore.StoreData {
DSoftApStoreData.java45 public class SoftApStoreData implements WifiConfigStore.StoreData {
DNetworkSuggestionStoreData.java53 public class NetworkSuggestionStoreData implements WifiConfigStore.StoreData {
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointConfigSharedStoreData.java48 public class PasspointConfigSharedStoreData implements WifiConfigStore.StoreData {
DPasspointConfigUserStoreData.java56 public class PasspointConfigUserStoreData implements WifiConfigStore.StoreData {