Home
last modified time | relevance | path

Searched refs:FIRST_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.java170 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonIsVisible()
182 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonHasClickListener()
194 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayLabel()
207 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayDrawable()
223 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_carCompatibleMessage_noAssistantNoFallback_playButtonIsHidden()
238 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_carCompatibleMessage_noAssistantWithFallback_playButtonIsVisible()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java61 static final int FIRST_MESSAGE_ACTION_BUTTON_INDEX = 0; field in CarNotificationActionsView
286 CarNotificationActionButton button = mActionButtons.get(FIRST_MESSAGE_ACTION_BUTTON_INDEX); in createPlayButton()
319 if (mIsInCall) index = FIRST_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
374 for (int i = FIRST_MESSAGE_ACTION_BUTTON_INDEX; i <= THIRD_MESSAGE_ACTION_BUTTON_INDEX; in getFocusedButtonIndex()