Searched refs:buildTriggerServicePendingIntent (Results 1 – 2 of 2) sorted by relevance
172 PING_MILLIS, IntentBuilders.buildTriggerServicePendingIntent(this)); in installAlarm()177 alarmManager.cancel(IntentBuilders.buildTriggerServicePendingIntent(this)); in uninstallAlarm()
152 public static PendingIntent buildTriggerServicePendingIntent(Context context) { in buildTriggerServicePendingIntent() method in IntentBuilders