Home
last modified time | relevance | path

Searched refs:sendPendingIntent (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/contexthub/
DContextHubClientBroker.java674 return sendPendingIntent(supplier, nanoAppId, in sendMessageToClient()
691 sendPendingIntent( in onNanoAppLoaded()
702 sendPendingIntent( in onNanoAppUnloaded()
709 sendPendingIntent(() -> createIntent(ContextHubManager.EVENT_HUB_RESET)); in onHubReset()
727 sendPendingIntent(supplier, nanoAppId); in onNanoAppAborted()
934 sendPendingIntent(supplier, nanoAppId); in sendAuthStateCallback()
995 private synchronized byte sendPendingIntent(Supplier<Intent> supplier) { in sendPendingIntent() method in ContextHubClientBroker
1011 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId) { in sendPendingIntent() method in ContextHubClientBroker
1012 return sendPendingIntent(supplier, nanoAppId, null); in sendPendingIntent()
1025 private synchronized byte sendPendingIntent(Supplier<Intent> supplier, long nanoAppId, in sendPendingIntent() method in ContextHubClientBroker
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionExecutor.kt65 fun sendPendingIntent(pendingIntent: PendingIntent) { in sendPendingIntent() method in com.android.systemui.screenshot.ActionExecutor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionExecutorTest.kt75 actionExecutor.sendPendingIntent(pendingIntent) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java639 wct.sendPendingIntent(intent, fillInIntent, options); in startIntent()
718 wct.sendPendingIntent(intent, fillInIntent, options); in startIntentLegacy()
767 wct.sendPendingIntent(pendingIntent, fillInIntent, options1); in startIntentAndTask()
871 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
911 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntents()
918 wct.sendPendingIntent(pendingIntent2, fillInIntent2, options2); in startIntents()
962 wct.sendPendingIntent(pendingIntent, fillInIntent, optionsToLaunch); in startSingleIntent()
1015 wct.sendPendingIntent(pendingIntent1, fillInIntent1, options1); in startIntentsWithLegacyTransition()
1037 wct.sendPendingIntent(pendingIntent, fillInIntent, options1); in startIntentAndTaskWithLegacyTransition()
1098 wct.sendPendingIntent(pendingIntent, fillInIntent, options); in launchAsFullscreenWithRemoteAnimation()
[all …]
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceImpl.java472 sendPendingIntent(displayId, pendingIntent);
489 sendPendingIntent(displayId, pendingIntent);
527 private void sendPendingIntent(int displayId, PendingIntent pendingIntent)
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt990 var result = sendPendingIntent(action.actionIntent) in <lambda>()
997 sendPendingIntent(action.actionIntent) in <lambda>()
1217 private fun sendPendingIntent(intent: PendingIntent): Boolean { in <lambda>() method
DLegacyMediaDataManagerImpl.kt1044 var result = sendPendingIntent(action.actionIntent) in createActionsFromNotification()
1051 sendPendingIntent(action.actionIntent) in createActionsFromNotification()
1272 private fun sendPendingIntent(intent: PendingIntent): Boolean { in sendPendingIntent() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskViewTaskController.java216 wct.sendPendingIntent(pendingIntent, fillInIntent, options.toBundle()); in startActivity()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt816 wct.sendPendingIntent(pendingIntent, intent, options.toBundle()) in <lambda>()
1386 wct.sendPendingIntent(launchIntent, null, opts.toBundle()) in <lambda>()
DDragToDesktopTransitionHandler.kt140 wct.sendPendingIntent(pendingIntent, launchHomeIntent, Bundle()) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/
DRecentsTransitionHandler.java150 wct.sendPendingIntent(intent, fillIn, options); in startRecentsTransition()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java552 public WindowContainerTransaction sendPendingIntent(PendingIntent sender, Intent intent, in sendPendingIntent() method in WindowContainerTransaction
/frameworks/base/services/
Dart-wear-profile13746 PLcom/android/server/location/contexthub/ContextHubClientBroker;->sendPendingIntent(Ljava/util/func…