Searched defs:CallLogBackupState (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogBackupAgent.java59 static class CallLogBackupState { class in class:CallLogBackupAgent
153 final CallLogBackupState state;
194 void runBackup(CallLogBackupState state, BackupDataOutput data, Iterable<Call> calls) {
269 CallLogBackupState readState(DataInput dataInput) throws IOException {
270 CallLogBackupState state = new CallLogBackupState();
294 void writeState(DataOutput dataOutput, CallLogBackupState state)

Completed in 103 milliseconds