Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DCarNotificationActionsViewTest.java288 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muteButtonIsVisible()
300 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muteButtonHasClickListener()
313 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muted_muteButtonShowsUnmuteLabel()
327 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_unmuted_muteButtonShowsMuteLabel()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/
H A DCarNotificationActionsView.java65 static final int THIRD_MESSAGE_ACTION_BUTTON_INDEX = 2; field in CarNotificationActionsView
311 int index = THIRD_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
368 for (int i = FIRST_MESSAGE_ACTION_BUTTON_INDEX; i <= THIRD_MESSAGE_ACTION_BUTTON_INDEX; in getFocusedButtonIndex()