/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationPromptController.java | 119 .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 D | PolicyWarningUIController.java | 168 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 D | TvPipNotificationController.java | 97 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 D | TvPipSystemAction.java | 51 mBroadcastIntent = TvPipNotificationController.createPendingIntent(context, in TvPipSystemAction()
|
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | DynamicSystemInstallationService.java | 515 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 D | SnoozeHelper.java | 322 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 D | NotificationTest.java | 275 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 D | AssociationRequestsProcessor.java | 196 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 D | PolicyWarningUIControllerTest.java | 204 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 D | CredentialManagerUi.java | 154 public PendingIntent createPendingIntent( in createPendingIntent() method in CredentialManagerUi
|
H A D | PrepareGetRequestSession.java | 190 return mCredentialManagerUi.createPendingIntent( in getUiIntent()
|
H A D | CreateRequestSession.java | 105 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
|
H A D | GetRequestSession.java | 105 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | SystemActions.java | 452 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 D | TextClassification.java | 320 public static PendingIntent createPendingIntent(
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 12458 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 D | Session.java | 806 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 D | Editor.java | 4470 TextClassification.createPendingIntent(mTextView.getContext(), in updateAssistMenuItems() 4553 TextClassification.createPendingIntent( in onAssistMenuItemClicked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 62490 Landroid/view/textclassifier/TextClassification;->createPendingIntent(Landroid/content/Context;Land…
|