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