Searched refs:MSG_RESTORE_OPERATION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
82 public static final int MSG_RESTORE_OPERATION_TIMEOUT = 18; field in BackupHandler375 case MSG_RESTORE_OPERATION_TIMEOUT: { in handleMessage()
26 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;523 MSG_RESTORE_OPERATION_TIMEOUT); in restoreOneFile()
27 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;430 MSG_RESTORE_OPERATION_TIMEOUT); in startRestore()1208 backupManagerService.getBackupHandler().removeMessages(MSG_RESTORE_OPERATION_TIMEOUT, this); in keyValueAgentCleanup()
30 import static com.android.server.backup.internal.BackupHandler.MSG_RESTORE_OPERATION_TIMEOUT;1827 return MSG_RESTORE_OPERATION_TIMEOUT; in getMessageIdForOperationType()