Home | History | Annotate | Download | only in alerts

Lines Matching defs:alerts

17 package com.android.calendar.alerts;
60 // A flag for using local storage to save alert state instead of the alerts DB table.
62 // alerts from other apps.
65 // SharedPrefs table name for storing fired alerts. This prevents other installed
66 // Calendar apps from eating the alerts.
69 // Keyname prefix for the alerts data in SharedPrefs. The key will contain a combo
73 // The last time the SharedPrefs was scanned and flushed of old alerts data.
148 * number of events for multiple alerts
267 * Scans and flushes the internal storage of old alerts. Looks up the previous flush
279 Log.d(TAG, "Flushing old alerts from shared prefs table");