Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java376 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testInitialize_filesDontExist() local
379 when(mOtherSettingsFile.startWrite()).thenReturn(mockFileOutputStream); in testInitialize_filesDontExist()
414 InputStream otherSettingsIs = mockFileOutputStream.toInputStream(); in testInitialize_filesDontExist()
422 Assert.assertEquals(mockFileOutputStream, fileOutputStreamArgumentCaptor.getValue()); in testInitialize_filesDontExist()
577 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE() local
581 when(mDynamicSettingsFile.startWrite()).thenReturn(mockFileOutputStream); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
595 Assert.assertEquals(mockFileOutputStream, fileOutputStreamArgumentCaptor.getValue()); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
607 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
661 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testResetOffhostSecureElement_existingService_correctUid() local
665 when(mDynamicSettingsFile.startWrite()).thenReturn(mockFileOutputStream); in testResetOffhostSecureElement_existingService_correctUid()
[all …]