/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | ContextHubClientBroker.java | 674 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/ |
D | ActionExecutor.kt | 65 fun sendPendingIntent(pendingIntent: PendingIntent) { in sendPendingIntent() method in com.android.systemui.screenshot.ActionExecutor
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ActionExecutorTest.kt | 75 actionExecutor.sendPendingIntent(pendingIntent) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 639 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/ |
D | VirtualDeviceImpl.java | 472 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/ |
D | MediaDataProcessor.kt | 990 var result = sendPendingIntent(action.actionIntent) in <lambda>() 997 sendPendingIntent(action.actionIntent) in <lambda>() 1217 private fun sendPendingIntent(intent: PendingIntent): Boolean { in <lambda>() method
|
D | LegacyMediaDataManagerImpl.kt | 1044 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/ |
D | TaskViewTaskController.java | 216 wct.sendPendingIntent(pendingIntent, fillInIntent, options.toBundle()); in startActivity()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/ |
D | DesktopTasksController.kt | 816 wct.sendPendingIntent(pendingIntent, intent, options.toBundle()) in <lambda>() 1386 wct.sendPendingIntent(launchIntent, null, opts.toBundle()) in <lambda>()
|
D | DragToDesktopTransitionHandler.kt | 140 wct.sendPendingIntent(pendingIntent, launchHomeIntent, Bundle()) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/recents/ |
D | RecentsTransitionHandler.java | 150 wct.sendPendingIntent(intent, fillIn, options); in startRecentsTransition()
|
/frameworks/base/core/java/android/window/ |
D | WindowContainerTransaction.java | 552 public WindowContainerTransaction sendPendingIntent(PendingIntent sender, Intent intent, in sendPendingIntent() method in WindowContainerTransaction
|
/frameworks/base/services/ |
D | art-wear-profile | 13746 PLcom/android/server/location/contexthub/ContextHubClientBroker;->sendPendingIntent(Ljava/util/func…
|