Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java462 when(userStoreData.getStoreFileId()) in testReadWithNoSharedStoreFileAndUserStoreNotVisible()
489 when(userStoreData.getStoreFileId()) in testReadWithNoStoreFiles()
501 verify(userStoreData).resetData(); in testReadWithNoStoreFiles()
757 when(userStoreData.getStoreFileId()) in testWriteWithNoNewData()
837 when(userStoreData.getStoreFileId()) in testReadVersion1StoreFile()
840 when(userStoreData.getSectionsToParse()) in testReadVersion1StoreFile()
887 when(userStoreData.getStoreFileId()) in testReadVersion2StoreFile()
890 when(userStoreData.getSectionsToParse()) in testReadVersion2StoreFile()
918 verify(userStoreData, times(1)) in testReadVersion2StoreFile()
955 when(userStoreData.getStoreFileId()) in testMigration()
[all …]