Searched refs:CellBroadcastAlertReminder (Results 1 – 5 of 5) sorted by relevance
34 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 …]
49 public class CellBroadcastAlertReminder extends Service { class196 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder()
68 CellBroadcastAlertReminder.cancelAlertReminder(); in onReceive()
1071 CellBroadcastAlertReminder.cancelAlertReminder(); in dismissAllFromNotification()1096 CellBroadcastAlertReminder.cancelAlertReminder(); in dismiss()
253 CellBroadcastAlertReminder.queueAlertReminder(getApplicationContext(), in onCreate()