Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java170 .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 DTaskStackBuilder.java248 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 DNewUserDisclaimerActivity.java82 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 DNekoControlsService.kt126 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 DPendingIntentListenerRegistration.java42 PendingIntent getPendingIntent(); in getPendingIntent() method
96 return ((PendingIntentKey) key).getPendingIntent(); in getPendingIntentFromKey()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
H A DGetTranscriptReceiver.java96 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 DWalletScreenController.java217 || ((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 DWalletCardViewInfo.java56 PendingIntent getPendingIntent(); in getPendingIntent() method
/aosp12/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java133 } 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 DSuggestionTest.java69 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 DSimActivationNotifier.java145 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 DLegacySuggestionContextualCardController.java82 ((LegacySuggestionContextualCard) card).getPendingIntent().send(); in onPrimaryClick()
153 .setPendingIntent(suggestion.getPendingIntent()) in loadSuggestions()
H A DLegacySuggestionContextualCard.java40 public PendingIntent getPendingIntent() { in getPendingIntent() method in LegacySuggestionContextualCard
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/suggestions/
H A DSuggestionsPreferenceController.java201 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 DContextHubClientBroker.java297 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 DGeofenceKey.java40 public PendingIntent getPendingIntent() { in getPendingIntent() method in GeofenceKey
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
H A DLegacySuggestionContextualCardTest.java53 .getPendingIntent()).isNotNull(); in build_shouldSetPendingIntent()
/aosp12/frameworks/base/core/java/android/text/style/
H A DEasyEditSpan.java141 public PendingIntent getPendingIntent() { in getPendingIntent() method in EasyEditSpan
/aosp12/frameworks/base/packages/SettingsLib/SchedulesProvider/src/com/android/settingslib/schedulesprovider/
H A DScheduleInfo.java69 public PendingIntent getPendingIntent() { in getPendingIntent() method in ScheduleInfo
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
H A DSuggestionPreference.java91 mSuggestion.getPendingIntent().send(); in launchSuggestion()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetPinnedReceiver.java48 public static PendingIntent getPendingIntent(Context context, ShortcutInfo shortcutInfo) { in getPendingIntent() method in PeopleSpaceWidgetPinnedReceiver
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsCallbackImpl.java148 if (walletCard.getPendingIntent() == null) { in isValidResponse()
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java292 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 DSuggestion.java106 public PendingIntent getPendingIntent() { in getPendingIntent() method in Suggestion
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DItemClickHandler.java273 } else if (itemInfo.getPendingIntent() != null) { in onClickSearchAction()
275 PendingIntent pendingIntent = itemInfo.getPendingIntent(); in onClickSearchAction()

123