Searched refs:mUserStores (Results 1 – 4 of 4) sorted by relevance
147 private List<StoreFile> mUserStores; field in UwbConfigStore224 mUserStores = null; in UwbConfigStore()385 if (mUserStores != null) { in clearInternalDataForUser()386 for (StoreFile userStoreFile : mUserStores) { in clearInternalDataForUser()423 mUserStores = userStores; in setUserStores()552 if (mUserStores != null) { in write()553 for (StoreFile userStoreFile : mUserStores) { in write()627 if (mUserStores != null) { in writeBufferedData()628 for (StoreFile userStoreFile : mUserStores) { in writeBufferedData()650 for (StoreFile userStoreFile : mUserStores) { in readFromUserStoreFiles()[all …]
190 private List<StoreFile> mUserStores; field in WifiConfigStore221 mUserStores = null; in WifiConfigStore()232 mUserStores = userStores; in setUserStores()376 if (mUserStores != null) { in write()377 for (StoreFile userStoreFile : mUserStores) { in write()433 if (mUserStores != null) { in writeBufferedData()434 for (StoreFile userStoreFile : mUserStores) { in writeBufferedData()547 for (StoreFile userStoreFile : mUserStores) { in readFromUserStoreFiles()580 if (mUserStores != null) { in read()581 for (StoreFile userStoreFile : mUserStores) { in read()[all …]
65 private final List<UwbConfigStore.StoreFile> mUserStores = new ArrayList<>(); field in UwbConfigStoreTest80 mUserStores.add(mUserStoreFile); in setUp()98 mUwbConfigStore.setUserStores(mUserStores); in testLoadFromStore()131 mUwbConfigStore.setUserStores(mUserStores); in testForceWrite()149 mUwbConfigStore.setUserStores(mUserStores); in testHandleUserSwitch()
231 private List<StoreFile> mUserStores = new ArrayList<StoreFile>(); field in WifiConfigStoreTest262 mUserStores.add(mUserStore); in setupMocks()263 mUserStores.add(mUserNetworkSuggestionsStore); in setupMocks()308 mWifiConfigStore.setUserStores(mUserStores); in testWriteWithNoStoreData()329 mWifiConfigStore.switchUserStoresAndRead(mUserStores); in testForceWrite()351 mWifiConfigStore.switchUserStoresAndRead(mUserStores); in testReadAfterWrite()418 mWifiConfigStore.setUserStores(mUserStores); in testReadWithNoStoreFiles()459 mWifiConfigStore.switchUserStoresAndRead(mUserStores); in testReadWillResetStoreData()503 mWifiConfigStore.switchUserStoresAndRead(mUserStores); in testReadWifiConfigStoreData()517 mWifiConfigStore.switchUserStoresAndRead(mUserStores); in testWriteWifiConfigStoreData()[all …]