Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java607 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
610 when(dynamicSettingsFile.openRead()).thenReturn(dynamicSettingsMockIs); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
692 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testResetOffhostSecureElement_existingService_correctUid() local
695 when(dynamicSettingsFile.openRead()).thenReturn(dynamicSettingsMockIs); in testResetOffhostSecureElement_existingService_correctUid()
979 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testRegisterAidGroupForService_existingService_correctUid() local
982 when(dynamicSettingsFile.openRead()).thenReturn(dynamicSettingsMockIs); in testRegisterAidGroupForService_existingService_correctUid()
1092 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testRemoveAidGroupForService_existingService_correctUid() local
1095 when(dynamicSettingsFile.openRead()).thenReturn(dynamicSettingsMockIs); in testRemoveAidGroupForService_existingService_correctUid()