Searched refs:CellBroadcastAlertReminder (Results 1 – 4 of 4) sorted by relevance
31 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 …]
45 public class CellBroadcastAlertReminder extends Service { class177 Intent playIntent = new Intent(context, CellBroadcastAlertReminder.class); in queueAlertReminder()
230 CellBroadcastAlertReminder.queueAlertReminder(getApplicationContext(), in onCreate()
702 CellBroadcastAlertReminder.cancelAlertReminder(); in dismiss()