Searched refs:readState (Results 1 – 4 of 4) sorted by relevance
80 final boolean isFinalized = readState(); in readFinalizedState()118 private boolean readState() { in readState() method in DeviceLockPersistentStore
70 state = readState(dataInputStream); in onBackup()99 private BackupState readState(DataInputStream dataInputStream) throws IOException { in readState() method in BlockedNumberBackupAgent
131 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_NoCall()143 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_OneCall()202 CallLogBackupState state = mCallLogBackupAgent.readState(mDataInput); in testReadState_MultipleCalls()
235 state = readState(dataInput); in onBackup()398 CallLogBackupState readState(DataInput dataInput) throws IOException { in readState() method in CallLogBackupAgent