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()
577 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
582 when(mOtherSettingsFile.startWrite()).thenReturn(new MockFileOutputStream()); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
661 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testResetOffhostSecureElement_existingService_correctUid()
666 when(mOtherSettingsFile.startWrite()).thenReturn(new MockFileOutputStream()); in testResetOffhostSecureElement_existingService_correctUid()
949 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testRegisterAidGroupForService_existingService_correctUid()
954 when(mOtherSettingsFile.startWrite()).thenReturn(new MockFileOutputStream()); in testRegisterAidGroupForService_existingService_correctUid()
1061 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testRemoveAidGroupForService_existingService_correctUid()
1066 when(mOtherSettingsFile.startWrite()).thenReturn(new MockFileOutputStream()); in testRemoveAidGroupForService_existingService_correctUid()
1128 private class MockFileOutputStream extends FileOutputStream { class in RegisteredServicesCacheTest
[all …]