Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java931 StoreFile sharedStoreFile1 = mock(StoreFile.class); in testMigration() local
932 when(sharedStoreFile1.getFileId()) in testMigration()
944 mWifiMetrics, Arrays.asList(sharedStoreFile1, sharedStoreFile2)); in testMigration()
1049 verify(sharedStoreFile1, never()).readRawData(); in testMigration()