Searched refs:readState (Results 1 – 3 of 3) sorted by relevance
80 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_NoCall()92 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_OneCall()106 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_MultipleCalls()
66 state = readState(dataInputStream); in onBackup()95 private BackupState readState(DataInputStream dataInputStream) throws IOException { in readState() method in BlockedNumberBackupAgent
160 state = readState(dataInput); in onBackup()277 CallLogBackupState readState(DataInput dataInput) throws IOException { in readState() method in CallLogBackupAgent