Home | History | Annotate | Download | only in com.example.android.wearable.timer

Lines Matching full:pendingintent

23 import android.app.PendingIntent;
115 PendingIntent pendingIntent = PendingIntent.getService(this, 0, intent,
116 PendingIntent.FLAG_UPDATE_CURRENT);
122 alarm.setExact(AlarmManager.RTC_WAKEUP, wakeupTime, pendingIntent);
136 PendingIntent pendingIntentRestart = PendingIntent
137 .getService(this, 0, restartIntent, PendingIntent.FLAG_UPDATE_CURRENT);
142 PendingIntent pendingIntentDelete = PendingIntent
143 .getService(this, 0, deleteIntent, PendingIntent.FLAG_UPDATE_CURRENT);