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

/frameworks/base/core/java/android/app/
H A DTaskStackBuilder.java248 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags) { method in class:TaskStackBuilder
249 return getPendingIntent(requestCode, flags, null);
267 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags, method in class:TaskStackBuilder
271 "No intents added to TaskStackBuilder; cannot getPendingIntent");
281 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options, method in class:TaskStackBuilder
285 "No intents added to TaskStackBuilder; cannot getPendingIntent");
/frameworks/base/core/java/android/text/style/
H A DEasyEditSpan.java41 * @see #getPendingIntent()
136 public PendingIntent getPendingIntent() { method in class:EasyEditSpan
/frameworks/base/core/java/android/widget/
H A DEditor.java2781 PendingIntent pendingIntent = span.getPendingIntent();
/frameworks/base/packages/Osu/src/com/android/
H A DMainActivity.java338 stackBuilder.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java302 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent();
317 mPreviousHeadsUpRemoteInputIntent = mHeadsUpRemoteInput.getPendingIntent();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java423 public PendingIntent getPendingIntent() { method in class:RemoteInputView
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java564 public PendingIntent getPendingIntent() { method in class:NetworkMonitor.CustomIntentReceiver
598 mLaunchCaptivePortalAppBroadcastReceiver.getPendingIntent());
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText"))
170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload"))
219 public static PendingIntent getPendingIntent(Context context, String text) { method in class:NotificationTests.ToastService
272 = FullScreenActivity.getPendingIntent(mContext, phoneId);
284 ToastService.getPendingIntent(mContext, "Clicked on Answer"))
286 ToastService.getPendingIntent(mContext, "Clicked on Ignore"))
299 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch"))
314 .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event"))
317 ToastService.getPendingIntent(mContext, "snoozed 10 min"))
319 ToastService.getPendingIntent(mContex
483 public static PendingIntent getPendingIntent(Context context, int id) { method in class:NotificationTests.FullScreenActivity
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java255 .getPendingIntent(0, 0, null, UserHandle.CURRENT))
/frameworks/support/core-utils/java/android/support/v4/app/
H A DTaskStackBuilder.java54 * {@link PendingIntent} generated by {@link #getPendingIntent(int, int)} will construct
77 PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, method in interface:TaskStackBuilder.TaskStackBuilderImpl
82 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, method in class:TaskStackBuilder.TaskStackBuilderImplBase
91 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, method in class:TaskStackBuilder.TaskStackBuilderImplHoneycomb
102 public PendingIntent getPendingIntent(Context context, Intent[] intents, int requestCode, method in class:TaskStackBuilder.TaskStackBuilderImplJellybean
346 public PendingIntent getPendingIntent(int requestCode, int flags) { method in class:TaskStackBuilder
347 return getPendingIntent(requestCode, flags, null);
363 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options) { method in class:TaskStackBuilder
366 "No intents added to TaskStackBuilder; cannot getPendingIntent");
374 return IMPL.getPendingIntent(mSourceContex
[all...]
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java61 .getPendingIntent(0, 0));
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DNotificationsActivity.java61 .getPendingIntent(0, 0));

Completed in 6130 milliseconds