Home
last modified time | relevance | path

Searched refs:UX_RESTRICTIONS_NO_TEXT_MESSAGE (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java125 public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 0x1 << 7; field in CarUxRestrictions
139 | UX_RESTRICTIONS_NO_SETUP | UX_RESTRICTIONS_NO_TEXT_MESSAGE
152 UX_RESTRICTIONS_NO_TEXT_MESSAGE,
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarUxRestrictionsManagerTest.java107 .setUxRestrictions(CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in setUxRestrictions_listenerRegistered_listenerTriggered()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java396 CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
430 CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDrivingRestrictionsTest.java60 | CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE;
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java445 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in shouldRestrictMessagePreview()
DCarHeadsUpNotificationManager.java607 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in onUxRestrictionsChanged()
/packages/services/Car/car-lib/api/
Dcurrent.txt402 field public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 128; // 0x80
415 …ICTIONS_NO_SETUP, android.car.drivingstate.CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, andr…