Searched refs:fileOutputStreamArgumentCaptor (Results 1 – 1 of 1) sorted by relevance
145 private ArgumentCaptor<FileOutputStream> fileOutputStreamArgumentCaptor; field in RegisteredServicesCacheTest390 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()