/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
D | NotificationTests.java | 150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText")) in makeBigTextNotification() 170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload")) in makeUploadNotification() 219 public static PendingIntent getPendingIntent(Context context, String text) { in getPendingIntent() method in NotificationTests.ToastService 272 = FullScreenActivity.getPendingIntent(mContext, phoneId); in testCreate() 284 ToastService.getPendingIntent(mContext, "Clicked on Answer")) in testCreate() 286 ToastService.getPendingIntent(mContext, "Clicked on Ignore")) in testCreate() 299 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch")) in testCreate() 314 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on calendar event")) in testCreate() 317 ToastService.getPendingIntent(mContext, "snoozed 10 min")) in testCreate() 319 ToastService.getPendingIntent(mContext, "snoozed 1 hr")) in testCreate() [all …]
|
/frameworks/base/core/java/android/app/ |
D | TaskStackBuilder.java | 248 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags) { in getPendingIntent() method in TaskStackBuilder 249 return getPendingIntent(requestCode, flags, null); in getPendingIntent() 267 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags, in getPendingIntent() method in TaskStackBuilder 281 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options, in getPendingIntent() method in TaskStackBuilder
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ContextHubClientBroker.java | 124 public PendingIntent getPendingIntent() { in getPendingIntent() method in ContextHubClientBroker.PendingIntentRequest 297 pendingIntent = mPendingIntentRequest.getPendingIntent(); in hasPendingIntent() 365 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent() 378 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent()
|
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
D | SuggestionTest.java | 69 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet() 103 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()
|
/frameworks/base/core/java/android/text/style/ |
D | EasyEditSpan.java | 140 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
|
/frameworks/base/core/java/android/service/settings/suggestions/ |
D | Suggestion.java | 106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 459 public PendingIntent getPendingIntent() { in getPendingIntent() method in RemoteInputView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 423 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild() 461 mPreviousHeadsUpRemoteInputIntent = mHeadsUpRemoteInput.getPendingIntent(); in setHeadsUpChild()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3053 PendingIntent pendingIntent = span.getPendingIntent(); in sendEasySpanNotification()
|
/frameworks/base/api/ |
D | system-current.txt | 7538 method public android.app.PendingIntent getPendingIntent();
|
D | current.txt | 6272 method public android.app.PendingIntent getPendingIntent(int, int); 6273 method public android.app.PendingIntent getPendingIntent(int, int, android.os.Bundle);
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 7436 method public android.app.PendingIntent getPendingIntent();
|
D | current.txt | 6272 method public android.app.PendingIntent getPendingIntent(int, int); 6273 method public android.app.PendingIntent getPendingIntent(int, int, android.os.Bundle);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5114 method public android.app.PendingIntent getPendingIntent(int, int); 5115 method public android.app.PendingIntent getPendingIntent(int, int, android.os.Bundle);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 9019 Landroid/app/TaskStackBuilder;->getPendingIntent(IILandroid/os/Bundle;Landroid/os/UserHandle;)Landr…
|