Home
last modified time | relevance | path

Searched refs:SECOND_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.java253 .get(CarNotificationActionsView.SECOND_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_replyButtonIsVisible()
265 .get(CarNotificationActionsView.SECOND_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_replyButtonHasClickListener()
277 .get(CarNotificationActionsView.SECOND_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_replyButtonShowsReplyLabel()
290 .get(CarNotificationActionsView.SECOND_MESSAGE_ACTION_BUTTON_INDEX); in onBind_actionExists_isCarCompatibleMessage_replyButtonShowsReplyDrawable()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java63 static final int SECOND_MESSAGE_ACTION_BUTTON_INDEX = 1; field in CarNotificationActionsView
301 int index = SECOND_MESSAGE_ACTION_BUTTON_INDEX; in createReplyButton()
318 if (!canReply) index = SECOND_MESSAGE_ACTION_BUTTON_INDEX; in createMuteButton()