Searched refs:MSG_BACKUP_RESTORE_STEP (Results 1 – 4 of 4) sorted by relevance
81 public static final int MSG_BACKUP_RESTORE_STEP = 20; field in BackupHandler162 Message pbtMessage = obtainMessage(MSG_BACKUP_RESTORE_STEP, pbt); in handleMessage()187 case MSG_BACKUP_RESTORE_STEP: { in handleMessage()261 Message restoreMsg = obtainMessage(MSG_BACKUP_RESTORE_STEP, task); in handleMessage()413 Message pbtMessage = obtainMessage(MSG_BACKUP_RESTORE_STEP, pbt); in handleMessage()
28 import static com.android.server.backup.internal.BackupHandler.MSG_BACKUP_RESTORE_STEP;1222 MSG_BACKUP_RESTORE_STEP, this); in executeNextState()
26 import static com.android.server.backup.internal.BackupHandler.MSG_BACKUP_RESTORE_STEP;446 MSG_BACKUP_RESTORE_STEP, this); in startRestore()463 MSG_BACKUP_RESTORE_STEP, this); in startRestore()1144 MSG_BACKUP_RESTORE_STEP, task)); in finalizeRestore()1330 MSG_BACKUP_RESTORE_STEP, this); in executeNextState()
513 Message message = mBackupHandler.obtainMessage(BackupHandler.MSG_BACKUP_RESTORE_STEP, task); in runTask()