Searched refs:mDataInput (Results 1 – 1 of 1) sorted by relevance
50 @Mock DataInput mDataInput; field in CallLogBackupAgentTest78 when(mDataInput.readInt()).thenThrow(new EOFException()); in testReadState_NoCall()80 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_NoCall()87 when(mDataInput.readInt()).thenReturn( in testReadState_OneCall()92 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_OneCall()100 when(mDataInput.readInt()).thenReturn( in testReadState_MultipleCalls()106 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_MultipleCalls()