Home
last modified time | relevance | path

Searched refs:getCarServicePendingIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java112 PendingIntent positiveActionIntent = getCarServicePendingIntent(mContext, in constructNotification()
114 PendingIntent deleteIntent = getCarServicePendingIntent(mContext, in constructNotification()
125 negativeActionIntent = getCarServicePendingIntent(mContext, in constructNotification()
147 static PendingIntent getCarServicePendingIntent(Context context, String intentAction, in getCarServicePendingIntent() method in UserNotificationHelper
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java136 PendingIntent positiveActionIntent = UserNotificationHelper.getCarServicePendingIntent( in constructNotification()
139 UserNotificationHelper.getCarServicePendingIntent(mSpiedContext, in constructNotification()
149 negativeActionIntent = UserNotificationHelper.getCarServicePendingIntent(mSpiedContext, in constructNotification()