Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java119 PendingIntent negativeActionIntent; in constructNotification() local
125 negativeActionIntent = getCarServicePendingIntent(mContext, in constructNotification()
130 negativeActionIntent = positiveActionIntent; in constructNotification()
141 negativeActionIntent).build()) in constructNotification()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java144 PendingIntent negativeActionIntent; in constructNotification() local
149 negativeActionIntent = UserNotificationHelper.getCarServicePendingIntent(mSpiedContext, in constructNotification()
157 negativeActionIntent = positiveActionIntent; in constructNotification()
170 negativeActionText, negativeActionIntent).build()) in constructNotification()