/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubClientBroker.java | 520 sendPendingIntent(supplier, nanoAppId); in sendMessageToClient() 534 sendPendingIntent( in onNanoAppLoaded() 545 sendPendingIntent( in onNanoAppUnloaded() 554 sendPendingIntent(() -> createIntent(ContextHubManager.EVENT_HUB_RESET)); in onHubReset() 569 sendPendingIntent(supplier, nanoAppId); in onNanoAppAborted() 760 sendPendingIntent(supplier, nanoAppId); in sendAuthStateCallback() 811 private synchronized void sendPendingIntent(Supplier<Intent> supplier) { in sendPendingIntent() method in ContextHubClientBroker 823 private synchronized void sendPendingIntent(Supplier<Intent> supplier, long nanoAppId) { in sendPendingIntent() method in ContextHubClientBroker
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationClickHandlerFactory.java | 156 int result = sendPendingIntent(action.actionIntent, context, resultIntent); in getActionClickHandler() 164 int result = sendPendingIntent(action.actionIntent, /* context= */ null, in getActionClickHandler() 382 private int sendPendingIntent(PendingIntent pendingIntent, Context context,
|
/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/ |
H A D | FallbackAssistant.java | 196 if (sendPendingIntent(markAsReadAction.getActionIntent(), in sendMarkAsReadIntent() 207 private int sendPendingIntent(PendingIntent pendingIntent, Intent resultIntent) { in sendPendingIntent() method in FallbackAssistant
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaDataManager.kt | 618 var result = sendPendingIntent(action.actionIntent) 622 sendPendingIntent(action.actionIntent) 679 private fun sendPendingIntent(intent: PendingIntent): Boolean { regex
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/ |
H A D | SplitScreenController.java | 278 wct.sendPendingIntent(intent, fillInIntent, options); in startIntentLegacy()
|
H A D | StageCoordinator.java | 392 wct.sendPendingIntent(intent, fillInIntent, options); in startIntent()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenController.java | 361 wct.sendPendingIntent(intent, fillInIntent, options); in startIntentLegacy()
|
H A D | StageCoordinator.java | 474 wct.sendPendingIntent(intent, fillInIntent, options); in startIntent()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | WindowContainerTransaction.java | 427 public WindowContainerTransaction sendPendingIntent(PendingIntent sender, Intent intent, in sendPendingIntent() method in WindowContainerTransaction
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 21492 PLcom/android/server/location/contexthub/ContextHubClientBroker;->sendPendingIntent(Ljava/util/func… 21493 HPLcom/android/server/location/contexthub/ContextHubClientBroker;->sendPendingIntent(Ljava/util/fun…
|