Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java414 InputStream otherSettingsIs = mockFileOutputStream.toInputStream(); in testInitialize_filesDontExist()
607 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
692 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testResetOffhostSecureElement_existingService_correctUid()
979 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testRegisterAidGroupForService_existingService_correctUid()
1092 InputStream dynamicSettingsMockIs = mockFileOutputStream.toInputStream(); in testRemoveAidGroupForService_existingService_correctUid()
1163 InputStream toInputStream() { in toInputStream() method in RegisteredServicesCacheTest.MockFileOutputStream