Home
last modified time | relevance | path

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

/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java50 @Mock DataInput mDataInput; field in CallLogBackupAgentTest
78 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()