Home
last modified time | relevance | path

Searched refs:createPendingIntent (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DWindowMagnificationPromptController.java119 .setDeleteIntent(createPendingIntent(ACTION_DISMISS)) in showNotificationIfNeeded()
120 .setContentIntent(createPendingIntent(ACTION_TURN_ON_IN_SETTINGS)) in showNotificationIfNeeded()
145 createPendingIntent(ACTION_TURN_ON_IN_SETTINGS)).build(); in buildTurnOnAction()
148 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in WindowMagnificationPromptController
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DPolicyWarningUIController.java168 createPendingIntent(mContext, userId, ACTION_SEND_NOTIFICATION, service)); in setAlarm()
173 createPendingIntent(mContext, userId, ACTION_SEND_NOTIFICATION, service)); in cancelAlarm()
176 protected static PendingIntent createPendingIntent(Context context, int userId, String action, in createPendingIntent() method in PolicyWarningUIController
353 createPendingIntent(mContext, userId, ACTION_DISMISS_NOTIFICATION, in sendNotification()
356 createPendingIntent(mContext, userId, ACTION_A11Y_SETTINGS, in sendNotification()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipNotificationController.java97 createPendingIntent(context, TvPipController.ACTION_TO_FULLSCREEN)); in TvPipNotificationController()
186 createPendingIntent(mContext, TvPipController.ACTION_SHOW_PIP_MENU)) in updateNotificationContent()
240 static PendingIntent createPendingIntent(Context context, String action) { in createPendingIntent() method in TvPipNotificationController
H A DTvPipSystemAction.java51 mBroadcastIntent = TvPipNotificationController.createPendingIntent(context, in TvPipSystemAction()
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java515 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in DynamicSystemInstallationService
575 createPendingIntent(ACTION_CANCEL_INSTALL)).build()); in buildNotification()
586 createPendingIntent(ACTION_DISCARD_INSTALL)).build()); in buildNotification()
590 createPendingIntent(ACTION_REBOOT_TO_DYN_SYSTEM)).build()); in buildNotification()
601 createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); in buildNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java322 final PendingIntent pi = createPendingIntent(record.getKey()); in repost()
377 final PendingIntent pi = createPendingIntent(record.getKey()); in clearData()
401 final PendingIntent pi = createPendingIntent(record.getKey()); in clearData()
413 private PendingIntent createPendingIntent(String key) { in createPendingIntent() method in SnoozeHelper
444 final PendingIntent pi = createPendingIntent(key); in scheduleRepostAtTime()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java275 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_resilientToAnotherNotificationInExtras()
276 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_resilientToAnotherNotificationInExtras()
296 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_alsoInPublicVersion()
297 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_alsoInPublicVersion()
515 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall()
516 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCall()
533 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCall()
548 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
573 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCallWithOtherActions()
595 PendingIntent hangUpIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_dropsOldSystemActions()
[all …]
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationRequestsProcessor.java196 final PendingIntent pendingIntent = createPendingIntent(packageUid, intent); in processNewAssociationRequest()
222 return createPendingIntent(packageUid, intent); in buildAssociationCancellationIntent()
385 private PendingIntent createPendingIntent(int packageUid, Intent intent) { in createPendingIntent() method in AssociationRequestsProcessor
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DPolicyWarningUIControllerTest.java204 eq(PolicyWarningUIController.createPendingIntent(mContext, TEST_USER_ID, in onNonA11yCategoryServiceBound_setAlarm()
215 eq(PolicyWarningUIController.createPendingIntent(mContext, TEST_USER_ID, in onNonA11yCategoryServiceUnbound_cancelAlarm()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCredentialManagerUi.java154 public PendingIntent createPendingIntent( in createPendingIntent() method in CredentialManagerUi
H A DPrepareGetRequestSession.java190 return mCredentialManagerUi.createPendingIntent( in getUiIntent()
H A DCreateRequestSession.java105 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
H A DGetRequestSession.java105 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java452 mReceiver.createPendingIntent(mContext, intent)); in createRemoteAction()
600 private PendingIntent createPendingIntent(Context context, String intentAction) { in createPendingIntent() method in SystemActions.SystemActionsBroadcastReceiver
/aosp14/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassification.java320 public static PendingIntent createPendingIntent(
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java12458 PendingIntent contentIntent = createPendingIntent("content");
12459 PendingIntent actionIntent1 = createPendingIntent("action1");
12460 PendingIntent actionIntent2 = createPendingIntent("action2");
12481 PendingIntent contentIntent = createPendingIntent("content");
12482 PendingIntent actionIntent = createPendingIntent("action");
12483 PendingIntent publicContentIntent = createPendingIntent("publicContent");
12484 PendingIntent publicActionIntent = createPendingIntent("publicAction");
12653 private PendingIntent createPendingIntent(String action) {
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java806 mDelayedFillPendingIntent = createPendingIntent(requestId); in onHandleAssistData()
940 private PendingIntent createPendingIntent(int requestId) { in createPendingIntent() method in Session
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4470 TextClassification.createPendingIntent(mTextView.getContext(), in updateAssistMenuItems()
4553 TextClassification.createPendingIntent( in onAssistMenuItemClicked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62490 Landroid/view/textclassifier/TextClassification;->createPendingIntent(Landroid/content/Context;Land…