Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java867 StoreFile sharedStoreFile1 = mock(StoreFile.class); in testMigration() local
868 when(sharedStoreFile1.getFileId()) in testMigration()
880 mWifiMetrics, Arrays.asList(sharedStoreFile1, sharedStoreFile2)); in testMigration()
979 verify(sharedStoreFile1, never()).readRawData(); in testMigration()