Searched refs:getPendingIntent (Results 1 - 12 of 12) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java124 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
132 UpdateService.getPendingIntent(context, update + 1, id, when))
146 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
167 final PendingIntent fullscreenIntent = FullScreenActivity.getPendingIntent(this, phoneId);
177 PhoneService.getPendingIntent(this, phoneId, PhoneService.ACTION_ANSWER))
179 PhoneService.getPendingIntent(this, phoneId, PhoneService.ACTION_IGNORE))
188 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on Stopwatch"))
198 .setContentIntent(ToastService.getPendingIntent(this, "Clicked on calendar event"))
201 ToastService.getPendingIntent(this, "snoozed 10 min"))
203 ToastService.getPendingIntent(thi
[all...]
H A DFullScreenActivity.java51 public static PendingIntent getPendingIntent(Context context, int id) { method in class:FullScreenActivity
H A DToastService.java63 public static PendingIntent getPendingIntent(Context context, String text) { method in class:ToastService
H A DPhoneService.java72 public static PendingIntent getPendingIntent(Context context, int id, String action) { method in class:PhoneService
H A DUpdateService.java64 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) { method in class:UpdateService
/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java217 final PendingIntent pendingIntent = getPendingIntent();
295 protected abstract PendingIntent getPendingIntent(); method in class:MmsRequest
H A DDownloadRequest.java92 protected PendingIntent getPendingIntent() { method in class:DownloadRequest
H A DSendRequest.java86 protected PendingIntent getPendingIntent() { method in class:SendRequest
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java372 return taskStackBuilder.getPendingIntent(
386 return taskStackBuilder.getPendingIntent(
444 return taskStackBuilder.getPendingIntent(notificationId,
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java263 return taskStackBuilder.getPendingIntent(0, 0, null, UserHandle.CURRENT);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DUIIntentsImpl.java436 stackBuilder.getPendingIntent(requestCode, PendingIntent.FLAG_UPDATE_CURRENT);
458 return taskStackBuilder.getPendingIntent(
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
H A DWidgetService.java157 .getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT);

Completed in 381 milliseconds