Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertReminderTest.java31 import com.android.cellbroadcastreceiver.CellBroadcastAlertReminder;
40 CellBroadcastServiceTestCase<CellBroadcastAlertReminder> {
53 super(CellBroadcastAlertReminder.class); in CellBroadcastAlertReminderTest()
112 Intent intent = new Intent(mContext, CellBroadcastAlertReminder.class); in testStartServiceVibrate()
113 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceVibrate()
114 intent.putExtra(CellBroadcastAlertReminder.ALERT_REMINDER_VIBRATE_EXTRA, in testStartServiceVibrate()
132 Intent intent = new Intent(mContext, CellBroadcastAlertReminder.class); in testStartServiceNotVibrate()
133 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceNotVibrate()
134 intent.putExtra(CellBroadcastAlertReminder.ALERT_REMINDER_VIBRATE_EXTRA, in testStartServiceNotVibrate()
149 assertFalse(CellBroadcastAlertReminder.queueAlertReminder(mMockContext, 1, true)); in testQueueAlertReminderReturnFalseIfIntervalNull()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java45 public class CellBroadcastAlertReminder extends Service { class
177 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder()
DCellBroadcastAlertAudio.java230 CellBroadcastAlertReminder.queueAlertReminder(getApplicationContext(), in onCreate()
DCellBroadcastAlertDialog.java702 CellBroadcastAlertReminder.cancelAlertReminder(); in dismiss()