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/src/com/android/car/notification/template/
DCarNotificationActionsView.java54 static final int FIRST_MESSAGE_ACTION_BUTTON_INDEX = 0; field in CarNotificationActionsView
193 Button button = mActionButtons.get(FIRST_MESSAGE_ACTION_BUTTON_INDEX); in createPlayButton()
207 if (mIsInCall) index = FIRST_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java133 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonIsVisible()
147 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonHasClickListener()
161 CarNotificationActionsView.FIRST_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_playButtonShowsPlayLabel()