Searched refs:otherSettingsIs (Results 1 – 1 of 1) sorted by relevance
281 InputStream otherSettingsIs = InstrumentationRegistry.getInstrumentation() in testInitialize_filesExist() local285 when(mOtherSettingsFile.openRead()).thenReturn(otherSettingsIs); in testInitialize_filesExist()414 InputStream otherSettingsIs = mockFileOutputStream.toInputStream(); in testInitialize_filesDontExist() local417 when(otherSettingsFile.openRead()).thenReturn(otherSettingsIs); in testInitialize_filesDontExist()