Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationClickHandlerFactory.java113 int result = sendPendingIntent(intent, /* context= */ null, /* resultIntent= */ null); in getClickHandler()
152 int result = sendPendingIntent(action.actionIntent, context, resultIntent); in getActionClickHandler()
160 int result = sendPendingIntent(action.actionIntent, /* context= */ null, in getActionClickHandler()
407 private int sendPendingIntent(PendingIntent pendingIntent, Context context,
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/
DFallbackAssistant.java196 if (sendPendingIntent(markAsReadAction.getActionIntent(), in sendMarkAsReadIntent()
207 private int sendPendingIntent(PendingIntent pendingIntent, Intent resultIntent) { in sendPendingIntent() method in FallbackAssistant
/packages/services/Car/libs/car-wm-shell-lib/src/com/android/wm/shell/automotive/
DAutoTaskStackController.kt195 fun sendPendingIntent( in sendPendingIntent() method
DAutoTaskStackControllerImpl.kt585 is TaskStackOperation.SendPendingIntent -> wct.sendPendingIntent( in <lambda>()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/panel/
DTaskPanel.java201 autoTaskStackTransaction.sendPendingIntent(pendingIntent, defaultIntent, in setBaseIntent()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/displayarea/
DDaViewTransitions.kt335 wct.sendPendingIntent(pendingIntent, intent, options.toBundle()) in <lambda>()