Searched refs:MSG_BACKUP_RESTORE_STEP (Results 1 – 2 of 2) sorted by relevance
82 public static final int MSG_BACKUP_RESTORE_STEP = 20; field in BackupHandler267 case MSG_BACKUP_RESTORE_STEP: { in handleMessage()338 Message restoreMsg = obtainMessage(MSG_BACKUP_RESTORE_STEP, task); in handleMessage()
27 import static com.android.server.backup.internal.BackupHandler.MSG_BACKUP_RESTORE_STEP;549 .removeMessages(MSG_BACKUP_RESTORE_STEP, this); in startRestore()567 backupManagerService.getBackupHandler().removeMessages(MSG_BACKUP_RESTORE_STEP, this); in startRestore()1411 .obtainMessage(MSG_BACKUP_RESTORE_STEP, task)); in finalizeRestore()1634 .obtainMessage(MSG_BACKUP_RESTORE_STEP, this); in executeNextState()