Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
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
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipNotificationController.java98 createPendingIntent(context, TvPipController.ACTION_TO_FULLSCREEN)); in TvPipNotificationController()
188 createPendingIntent(mContext, TvPipController.ACTION_SHOW_PIP_MENU)) in updateNotificationContent()
242 static PendingIntent createPendingIntent(Context context, String action) { in createPendingIntent() method in TvPipNotificationController
DTvPipSystemAction.java51 mBroadcastIntent = TvPipNotificationController.createPendingIntent(context, in TvPipSystemAction()
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DDynamicSystemInstallationService.java505 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in DynamicSystemInstallationService
565 createPendingIntent(ACTION_CANCEL_INSTALL)).build()); in buildNotification()
576 createPendingIntent(ACTION_DISCARD_INSTALL)).build()); in buildNotification()
580 createPendingIntent(ACTION_REBOOT_TO_DYN_SYSTEM)).build()); in buildNotification()
591 createPendingIntent(ACTION_REBOOT_TO_NORMAL)).build()); in buildNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java336 final PendingIntent pi = createPendingIntent(record.getKey()); in repost()
391 final PendingIntent pi = createPendingIntent(record.getKey()); in clearData()
415 final PendingIntent pi = createPendingIntent(record.getKey()); in clearData()
427 private PendingIntent createPendingIntent(String key) { in createPendingIntent() method in SnoozeHelper
458 final PendingIntent pi = createPendingIntent(key); in scheduleRepostAtTime()
/frameworks/base/services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/src/com/android/server/pm/test/app/
DBackgroundInstallControlServiceTest.java216 session.commit(createPendingIntent(context).getIntentSender()); in installPackage()
225 private static PendingIntent createPendingIntent(Context context) { in createPendingIntent() method in BackgroundInstallControlServiceTest
/frameworks/base/services/companion/java/com/android/server/companion/association/
DAssociationRequestsProcessor.java211 final PendingIntent pendingIntent = createPendingIntent(packageUid, intent); in processNewAssociationRequest()
238 return createPendingIntent(packageUid, intent); in buildAssociationCancellationIntent()
407 private PendingIntent createPendingIntent(int packageUid, Intent intent) { in createPendingIntent() method in AssociationRequestsProcessor
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java289 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_resilientToAnotherNotificationInExtras()
290 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_resilientToAnotherNotificationInExtras()
310 PendingIntent contentIntent = createPendingIntent("content"); in allPendingIntents_alsoInPublicVersion()
311 PendingIntent actionIntent = createPendingIntent("action"); in allPendingIntents_alsoInPublicVersion()
312 PendingIntent publicContentIntent = createPendingIntent("publicContent"); in allPendingIntents_alsoInPublicVersion()
313 PendingIntent publicActionIntent = createPendingIntent("publicAction"); in allPendingIntents_alsoInPublicVersion()
598 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCall()
599 PendingIntent declineIntent = createPendingIntent("decline"); in testCallStyle_getSystemActions_forIncomingCall()
616 PendingIntent hangUpIntent = createPendingIntent("hangUp"); in testCallStyle_getSystemActions_forOngoingCall()
631 PendingIntent answerIntent = createPendingIntent("answer"); in testCallStyle_getSystemActions_forIncomingCallWithOtherActions()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DPolicyWarningUIControllerTest.java204 eq(PolicyWarningUIController.createPendingIntent(mContext, TEST_USER_ID, in onNonA11yCategoryServiceBound_setAlarm()
215 eq(PolicyWarningUIController.createPendingIntent(mContext, TEST_USER_ID, in onNonA11yCategoryServiceUnbound_cancelAlarm()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialManagerUi.java154 public PendingIntent createPendingIntent( in createPendingIntent() method in CredentialManagerUi
DPrepareGetRequestSession.java191 return mCredentialManagerUi.createPendingIntent( in getUiIntent()
DCreateRequestSession.java106 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
DGetRequestSession.java106 mPendingIntent = mCredentialManagerUi.createPendingIntent( in launchUiWithProviderData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java450 mReceiver.createPendingIntent(mContext, intent)); in createRemoteAction()
597 private PendingIntent createPendingIntent(Context context, String intentAction) { in createPendingIntent() method in SystemActions.SystemActionsBroadcastReceiver
/frameworks/base/core/java/android/view/textclassifier/
DTextClassification.java320 public static PendingIntent createPendingIntent(
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1359 private PendingIntent createPendingIntent(String action) { in createPendingIntent() method in NotificationManagerServiceTest
14301 .setContentIntent(createPendingIntent("content"))
14320 .setContentIntent(createPendingIntent("content"))
14337 .setContentIntent(createPendingIntent("content"))
14356 .setContentIntent(createPendingIntent("content"))
14358 .setContentIntent(createPendingIntent("public"))
14561 .setContentIntent(createPendingIntent("content"))
14563 .setContentIntent(createPendingIntent("public"))
14567 .setContentIntent(createPendingIntent("wearPage"))
14607 PendingIntent contentIntent = createPendingIntent("content");
[all …]
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java884 mDelayedFillPendingIntent = createPendingIntent(requestId); in onHandleAssistData()
1039 private PendingIntent createPendingIntent(int requestId) { in createPendingIntent() method in Session
/frameworks/base/core/java/android/widget/
DEditor.java4509 TextClassification.createPendingIntent(mTextView.getContext(), in updateAssistMenuItems()
4592 TextClassification.createPendingIntent( in onAssistMenuItemClicked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61847 Landroid/view/textclassifier/TextClassification;->createPendingIntent(Landroid/content/Context;Land…