Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheTest.java145 private ArgumentCaptor<FileOutputStream> fileOutputStreamArgumentCaptor; field in RegisteredServicesCacheTest
390 verify(mOtherSettingsFile).finishWrite(fileOutputStreamArgumentCaptor.capture()); in testInitialize_filesDontExist()
422 Assert.assertEquals(mockFileOutputStream, fileOutputStreamArgumentCaptor.getValue()); in testInitialize_filesDontExist()
593 verify(mDynamicSettingsFile).finishWrite(fileOutputStreamArgumentCaptor.capture()); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
595 Assert.assertEquals(mockFileOutputStream, fileOutputStreamArgumentCaptor.getValue()); in testSetOffhostSecureElement_existingService_correctUid_nonNullSE()
678 verify(mDynamicSettingsFile).finishWrite(fileOutputStreamArgumentCaptor.capture()); in testResetOffhostSecureElement_existingService_correctUid()
680 Assert.assertEquals(mockFileOutputStream, fileOutputStreamArgumentCaptor.getValue()); in testResetOffhostSecureElement_existingService_correctUid()