Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java415 RegisteredServicesCache.SettingsFile otherSettingsFile in testInitialize_filesDontExist() local
417 when(otherSettingsFile.openRead()).thenReturn(otherSettingsIs); in testInitialize_filesDontExist()
418 when(otherSettingsFile.exists()).thenReturn(true); in testInitialize_filesDontExist()
421 .readOtherFromFile(otherSettingsFile); in testInitialize_filesDontExist()