Home
last modified time | relevance | path

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

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