Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java281 InputStream otherSettingsIs = InstrumentationRegistry.getInstrumentation() in testInitialize_filesExist() local
285 when(mOtherSettingsFile.openRead()).thenReturn(otherSettingsIs); in testInitialize_filesExist()
414 InputStream otherSettingsIs = mockFileOutputStream.toInputStream(); in testInitialize_filesDontExist() local
417 when(otherSettingsFile.openRead()).thenReturn(otherSettingsIs); in testInitialize_filesDontExist()