Home
last modified time | relevance | path

Searched refs:KEY_ALERT_REMINDER_INTERVAL (Results 1 – 4 of 4) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertReminderTest.java151 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in testStartServicePlayAlertReminderForWatch()
175 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in testQueueAlertReminderReturnFalseIfIntervalNull()
182 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in testQueueAlertReminderReturnFalseIfIntervalStringNotANumber()
189 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in testQueueAlertReminderReturnFalseIfIntervalZero()
196 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, null); in testQueueAlertReminderReturnFalseIfIntervalOneButNotFirstTime()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java154 String prefStr = prefs.getString(CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, in queueAlertReminder()
DCellBroadcastSettings.java151 public static final String KEY_ALERT_REMINDER_INTERVAL = "alert_reminder_interval"; field in CellBroadcastSettings
258 .remove(KEY_ALERT_REMINDER_INTERVAL) in resetAllPreferences()
364 findPreference(KEY_ALERT_REMINDER_INTERVAL); in initPreferences()
DCellBroadcastReceiver.java523 CellBroadcastSettings.KEY_ALERT_REMINDER_INTERVAL, newIntervalDefault); in adjustReminderInterval()