Searched refs:MSG_RESTORE_OPERATION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
80 public static final int MSG_RESTORE_OPERATION_TIMEOUT = 18; field in BackupHandler421 case MSG_RESTORE_OPERATION_TIMEOUT: { in handleMessage()
25 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;547 MSG_RESTORE_OPERATION_TIMEOUT); in restoreOneFile()
28 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;496 MSG_RESTORE_OPERATION_TIMEOUT); in startRestore()1421 backupManagerService.getBackupHandler().removeMessages(MSG_RESTORE_OPERATION_TIMEOUT, this); in keyValueAgentCleanup()
29 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;2025 return MSG_RESTORE_OPERATION_TIMEOUT; in getMessageIdForOperationType()