Searched refs:sendPendingIntent (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationClickHandlerFactory.java | 113 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/ |
D | FallbackAssistant.java | 196 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/ |
D | AutoTaskStackController.kt | 195 fun sendPendingIntent( in sendPendingIntent() method
|
D | AutoTaskStackControllerImpl.kt | 585 is TaskStackOperation.SendPendingIntent -> wct.sendPendingIntent( in <lambda>()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/panel/ |
D | TaskPanel.java | 201 autoTaskStackTransaction.sendPendingIntent(pendingIntent, defaultIntent, in setBaseIntent()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/displayarea/ |
D | DaViewTransitions.kt | 335 wct.sendPendingIntent(pendingIntent, intent, options.toBundle()) in <lambda>()
|