Home
last modified time | relevance | path

Searched refs:getPendingIntent (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java150 .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/
DTaskStackBuilder.java248 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/
DContextHubClientBroker.java124 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/
DSuggestionTest.java69 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet()
103 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()
/frameworks/base/core/java/android/text/style/
DEasyEditSpan.java140 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
/frameworks/base/core/java/android/service/settings/suggestions/
DSuggestion.java106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java459 public PendingIntent getPendingIntent() { in getPendingIntent() method in RemoteInputView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java423 mPreviousExpandedRemoteInputIntent = mExpandedRemoteInput.getPendingIntent(); in setExpandedChild()
461 mPreviousHeadsUpRemoteInputIntent = mHeadsUpRemoteInput.getPendingIntent(); in setHeadsUpChild()
/frameworks/base/core/java/android/widget/
DEditor.java3053 PendingIntent pendingIntent = span.getPendingIntent(); in sendEasySpanNotification()
/frameworks/base/api/
Dsystem-current.txt7538 method public android.app.PendingIntent getPendingIntent();
Dcurrent.txt6272 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/
Dsystem-current.txt7436 method public android.app.PendingIntent getPendingIntent();
Dcurrent.txt6272 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/
Dandroid-22.txt5114 method public android.app.PendingIntent getPendingIntent(int, int);
5115 method public android.app.PendingIntent getPendingIntent(int, int, android.os.Bundle);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9019 Landroid/app/TaskStackBuilder;->getPendingIntent(IILandroid/os/Bundle;Landroid/os/UserHandle;)Landr…