Searched refs:BUSY_BACKOFF_MIN_MILLIS (Results 1 – 1 of 1) sorted by relevance
224 private static final long BUSY_BACKOFF_MIN_MILLIS = 1000 * 60 * 60; // one hour field in BackupManagerService1706 KeyValueBackupJob.schedule(mContext, BUSY_BACKOFF_MIN_MILLIS, mConstants); in cancelBackups()1707 FullBackupJob.schedule(mContext, 2 * BUSY_BACKOFF_MIN_MILLIS, mConstants); in cancelBackups()2131 + BUSY_BACKOFF_MIN_MILLIS in beginFullBackup()