/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/ |
H A D | NotificationTests.java | 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() 317 ToastService.getPendingIntent(mContext, "snoozed 10 min")) in testCreate() 319 ToastService.getPendingIntent(mContext, "snoozed 1 hr")) in testCreate() 321 ToastService.getPendingIntent(mContext, in testCreate() 341 ToastService.getPendingIntent(mContext, "Clicked picture")) in testCreate() 344 ToastService.getPendingIntent(mContext, "Added")) in testCreate() [all …]
|
/aosp12/frameworks/base/core/java/android/app/ |
H A 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() 268 public PendingIntent getPendingIntent(int requestCode, @PendingIntent.Flags int flags, in getPendingIntent() method in TaskStackBuilder 283 public PendingIntent getPendingIntent(int requestCode, int flags, Bundle options, in getPendingIntent() method in TaskStackBuilder
|
/aosp12/packages/services/Car/service/src/com/android/car/admin/ |
H A D | NewUserDisclaimerActivity.java | 82 PendingIntent pendingIntent = getPendingIntent(context, /* extraFlags= */ 0); in showNotification() 108 getPendingIntent(context, PendingIntent.FLAG_UPDATE_CURRENT).cancel(); in cancelNotification() 112 static PendingIntent getPendingIntent(Context context, int extraFlags) { in getPendingIntent() method in NewUserDisclaimerActivity
|
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
H A D | NekoControlsService.kt | 126 return Control.StatefulBuilder(CONTROL_ID_TOY, getPendingIntent()) 143 return Control.StatefulBuilder(CONTROL_ID_WATER, getPendingIntent()) 158 return Control.StatefulBuilder(CONTROL_ID_FOOD, getPendingIntent()) 176 private fun getPendingIntent(): PendingIntent { regex 185 return getPendingIntent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/listeners/ |
H A D | PendingIntentListenerRegistration.java | 42 PendingIntent getPendingIntent(); in getPendingIntent() method 96 return ((PendingIntentKey) key).getPendingIntent(); in getPendingIntentFromKey()
|
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/ |
H A D | GetTranscriptReceiver.java | 96 return getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE) != null; in hasPendingAlarm() 126 getPendingIntent(context, intent, PendingIntent.FLAG_UPDATE_CURRENT); in scheduleAlarm() 135 PendingIntent alarmIntent = getPendingIntent(context, intent, PendingIntent.FLAG_NO_CREATE); in cancelAlarm() 170 private static PendingIntent getPendingIntent(Context context, Intent intent, int flags) { in getPendingIntent() method in GetTranscriptReceiver
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletScreenController.java | 217 || ((QAWalletCardViewInfo) cardInfo).mWalletCard.getPendingIntent() == null) { in onCardClicked() 226 mActivityStarter.startPendingIntentDismissingKeyguard(cardInfo.getPendingIntent()); in onCardClicked() 356 public PendingIntent getPendingIntent() { in getPendingIntent() method in WalletScreenController.QAWalletCardViewInfo 357 return mWalletCard.getPendingIntent(); in getPendingIntent()
|
H A D | WalletCardViewInfo.java | 56 PendingIntent getPendingIntent(); in getPendingIntent() method
|
/aosp12/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/ |
H A D | BcSmartspaceDataPlugin.java | 133 } else if (action.getPendingIntent() != null) { in startFromAction() 134 startPendingIntent(action.getPendingIntent(), showOnLockscreen); in startFromAction()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/ |
H A D | SuggestionTest.java | 69 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet() 103 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()
|
/aosp12/packages/apps/Settings/src/com/android/settings/sim/ |
H A D | SimActivationNotifier.java | 145 stackBuilder.getPendingIntent( in sendNetworkConfigNotification() 166 stackBuilder.getPendingIntent( in sendSwitchedToRemovableSlotNotification() 202 stackBuilder.getPendingIntent( in sendEnableDsdsNotification()
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
H A D | LegacySuggestionContextualCardController.java | 82 ((LegacySuggestionContextualCard) card).getPendingIntent().send(); in onPrimaryClick() 153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
|
H A D | LegacySuggestionContextualCard.java | 40 public PendingIntent getPendingIntent() { in getPendingIntent() method in LegacySuggestionContextualCard
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/ |
H A D | SuggestionsPreferenceController.java | 201 if (suggestion.getPendingIntent() != null) { in launchSuggestion() 202 suggestion.getPendingIntent().send(); in launchSuggestion()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubClientBroker.java | 297 public PendingIntent getPendingIntent() { in getPendingIntent() method in ContextHubClientBroker.PendingIntentRequest 581 pendingIntent = mPendingIntentRequest.getPendingIntent(); in hasPendingIntent() 813 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent() 826 doSendPendingIntent(mPendingIntentRequest.getPendingIntent(), supplier.get()); in sendPendingIntent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceKey.java | 40 public PendingIntent getPendingIntent() { in getPendingIntent() method in GeofenceKey
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/ |
H A D | LegacySuggestionContextualCardTest.java | 53 .getPendingIntent()).isNotNull(); in build_shouldSetPendingIntent()
|
/aosp12/frameworks/base/core/java/android/text/style/ |
H A D | EasyEditSpan.java | 141 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
|
/aosp12/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/ |
H A D | ScheduleInfo.java | 69 public PendingIntent getPendingIntent() { in getPendingIntent() method in ScheduleInfo
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/ |
H A D | SuggestionPreference.java | 91 mSuggestion.getPendingIntent().send(); in launchSuggestion()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetPinnedReceiver.java | 48 public static PendingIntent getPendingIntent(Context context, ShortcutInfo shortcutInfo) { in getPendingIntent() method in PeopleSpaceWidgetPinnedReceiver
|
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | GetWalletCardsCallbackImpl.java | 148 if (walletCard.getPendingIntent() == null) { in isValidResponse()
|
/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsRequest.java | 292 final PendingIntent pendingIntent = getPendingIntent(); in processResult() 454 protected abstract PendingIntent getPendingIntent(); in getPendingIntent() method in MmsRequest
|
/aosp12/frameworks/base/core/java/android/service/settings/suggestions/ |
H A D | Suggestion.java | 106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | ItemClickHandler.java | 273 } else if (itemInfo.getPendingIntent() != null) { in onClickSearchAction() 275 PendingIntent pendingIntent = itemInfo.getPendingIntent(); in onClickSearchAction()
|