Searched refs:mockFileOutputStream (Results 1 – 1 of 1) sorted by relevance
376 MockFileOutputStream mockFileOutputStream = new MockFileOutputStream(); in testInitialize_filesDontExist() local379 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() local581 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() local665 when(mDynamicSettingsFile.startWrite()).thenReturn(mockFileOutputStream); in testResetOffhostSecureElement_existingService_correctUid()[all …]