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