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