Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java303 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muteButtonIsVisible()
315 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muteButtonHasClickListener()
328 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_muted_muteButtonShowsUnmuteLabel()
342 CarNotificationActionsView.THIRD_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_unmuted_muteButtonShowsMuteLabel()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java65 static final int THIRD_MESSAGE_ACTION_BUTTON_INDEX = 2; field in CarNotificationActionsView
317 int index = THIRD_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
374 for (int i = FIRST_MESSAGE_ACTION_BUTTON_INDEX; i <= THIRD_MESSAGE_ACTION_BUTTON_INDEX; in getFocusedButtonIndex()