Searched refs:QUOTA_RESET_TIME (Results 1 – 1 of 1) sorted by relevance
288 private static final String QUOTA_RESET_TIME = "reset_quota_time"; field in TelephonyBackupAgent367 if (sharedPreferences.getLong(QUOTA_RESET_TIME, Long.MAX_VALUE) < in onFullBackup()428 .remove(QUOTA_RESET_TIME) in clearSharedPreferences()448 .putLong(QUOTA_RESET_TIME, System.currentTimeMillis() + QUOTA_RESET_INTERVAL) in onQuotaExceeded()