Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertReminderTest.java34 import com.android.cellbroadcastreceiver.CellBroadcastAlertReminder;
43 CellBroadcastServiceTestCase<CellBroadcastAlertReminder> {
56 super(CellBroadcastAlertReminder.class); in CellBroadcastAlertReminderTest()
115 Intent intent = new Intent(mContext, CellBroadcastAlertReminder.class); in testStartServiceVibrate()
116 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceVibrate()
117 intent.putExtra(CellBroadcastAlertReminder.ALERT_REMINDER_VIBRATE_EXTRA, in testStartServiceVibrate()
135 Intent intent = new Intent(mContext, CellBroadcastAlertReminder.class); in testStartServiceNotVibrate()
136 intent.setAction(CellBroadcastAlertReminder.ACTION_PLAY_ALERT_REMINDER); in testStartServiceNotVibrate()
137 intent.putExtra(CellBroadcastAlertReminder.ALERT_REMINDER_VIBRATE_EXTRA, in testStartServiceNotVibrate()
158 Intent intent = new Intent(mContext, CellBroadcastAlertReminder.class); in testStartServicePlayAlertReminderForWatch()
[all …]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertReminder.java49 public class CellBroadcastAlertReminder extends Service { class
196 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder()
DCellBroadcastInternalReceiver.java68 CellBroadcastAlertReminder.cancelAlertReminder(); in onReceive()
DCellBroadcastAlertDialog.java1071 CellBroadcastAlertReminder.cancelAlertReminder(); in dismissAllFromNotification()
1096 CellBroadcastAlertReminder.cancelAlertReminder(); in dismiss()
DCellBroadcastAlertAudio.java253 CellBroadcastAlertReminder.queueAlertReminder(getApplicationContext(), in onCreate()