Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java59 static final int MAX_NUM_ACTIONS = 3; field in CarNotificationActionsView
215 int length = Math.min(actions.length, MAX_NUM_ACTIONS); in bind()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java144 .isEqualTo(CarNotificationActionsView.MAX_NUM_ACTIONS); in onFinishInflate_addsMaxNumberOfActionButtons()
405 int numberOverMaximum = CarNotificationActionsView.MAX_NUM_ACTIONS + 10; in onBind_actionCountExceedsMaximum_notCarCompatibleMessage_doesNotThrowError()