Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java118 String negativeActionText; in constructNotification() local
124 negativeActionText = mUserNotificationActionTextDisableApp; in constructNotification()
129 negativeActionText = mUserNotificationActionTextUninstallApp; in constructNotification()
140 .addAction(new Notification.Action.Builder(/* icon= */ null, negativeActionText, in constructNotification()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java143 String negativeActionText; in constructNotification() local
147 negativeActionText = mSpiedContext.getString( in constructNotification()
155 negativeActionText = mSpiedContext.getString( in constructNotification()
170 negativeActionText, negativeActionIntent).build()) in constructNotification()