Searched defs:pendingIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerReceiver.java323 int priority, PendingIntent pendingIntent, int notificationId, boolean showTicker) {
328 .setDeleteIntent(pendingIntent)
338 notification.contentIntent = pendingIntent;
322 showCollapsedNotification(final Context context, String title, String text, int priority, PendingIntent pendingIntent, int notificationId, boolean showTicker) argument

Completed in 64 milliseconds