/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | NotificationService.java | 133 PendingIntent ci = ToastService.getPendingIntent(context, R.string.sms_click); in makeSmsNotification() 134 PendingIntent ai = UpdateService.getPendingIntent(context, update + 1, id, when); in makeSmsNotification() 173 PendingIntent pi = ToastService.getPendingIntent(context, R.string.upload_click); in makeUploadNotification() 211 final PendingIntent fullscreen = FullScreenActivity.getPendingIntent(this, id); in onHandleIntent() 212 PendingIntent ans = PhoneService.getPendingIntent(this, id, in onHandleIntent() 215 PhoneService.getPendingIntent(this, id, PhoneService.ACTION_IGNORE); in onHandleIntent() 245 PendingIntent pi = ToastService.getPendingIntent(this, R.string.timer_click); in onHandleIntent() 263 .setContentIntent(ToastService.getPendingIntent(this, R.string.calendar_click)) in onHandleIntent() 266 ToastService.getPendingIntent(this, R.string.calendar_10_click)) in onHandleIntent() 268 ToastService.getPendingIntent(this, R.string.calendar_60_click)) in onHandleIntent() [all …]
|
D | ToastService.java | 63 public static PendingIntent getPendingIntent(Context context, int resId) { in getPendingIntent() method in ToastService
|
D | UpdateService.java | 60 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) { in getPendingIntent() method in UpdateService
|
D | PhoneService.java | 72 public static PendingIntent getPendingIntent(Context context, int id, String action) { in getPendingIntent() method in PhoneService
|
D | FullScreenActivity.java | 79 public static PendingIntent getPendingIntent(Context context, int id) { in getPendingIntent() method in FullScreenActivity
|
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsRequest.java | 217 final PendingIntent pendingIntent = getPendingIntent(); in processResult() 300 protected abstract PendingIntent getPendingIntent(); in getPendingIntent() method in MmsRequest
|
D | DownloadRequest.java | 92 protected PendingIntent getPendingIntent() { in getPendingIntent() method in DownloadRequest
|
D | SendRequest.java | 141 protected PendingIntent getPendingIntent() { in getPendingIntent() method in SendRequest
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationActionUtils.java | 372 return taskStackBuilder.getPendingIntent( in getNotificationActionPendingIntent() 386 return taskStackBuilder.getPendingIntent( in getNotificationActionPendingIntent() 444 return taskStackBuilder.getPendingIntent(notificationId, in getWearNotificationActionPendingIntent()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntentsImpl.java | 436 stackBuilder.getPendingIntent(requestCode, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntentWithParentStack() 458 return taskStackBuilder.getPendingIntent( in getPendingIntentForLowStorageNotifications()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PendingRequestArgs.java | 88 public Intent getPendingIntent() { in getPendingIntent() method in PendingRequestArgs
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 472 return taskStackBuilder.getPendingIntent(0, 0, null, userHandle); in createCallLogPendingIntent()
|
/packages/apps/UnifiedEmail/src/com/android/mail/widget/ |
D | WidgetService.java | 157 .getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT); in configureValidWidgetIntents()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 854 Intent intent = pendingArgs.getPendingIntent(); in onRequestPermissionsResult() 1452 args.getPendingIntent().getComponent() == null) { in completeAddShortcut() 1471 info.intent, args.getPendingIntent().getComponent().getPackageName())) { in completeAddShortcut()
|