Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java459 when(sharedStoreData.getStoreFileId()) in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
472 verify(sharedStoreData).resetData(); in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
486 when(sharedStoreData.getStoreFileId()) in testReadWithNoStoreFiles()
503 verify(sharedStoreData).resetData(); in testReadWithNoStoreFiles()
751 when(sharedStoreData.getStoreFileId()) in testWriteWithNoNewData()
831 when(sharedStoreData.getStoreFileId()) in testReadVersion1StoreFile()
834 when(sharedStoreData.getSectionsToParse()) in testReadVersion1StoreFile()
880 when(sharedStoreData.getStoreFileId()) in testReadVersion2StoreFile()
914 verify(sharedStoreData, times(1)) in testReadVersion2StoreFile()
949 when(sharedStoreData.getStoreFileId()) in testMigration()
[all …]