Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java130 public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 0x1 << 7; field in CarUxRestrictions
144 | UX_RESTRICTIONS_NO_SETUP | UX_RESTRICTIONS_NO_TEXT_MESSAGE
158 UX_RESTRICTIONS_NO_TEXT_MESSAGE,
423 & UX_RESTRICTIONS_NO_TEXT_MESSAGE) == UX_RESTRICTIONS_NO_TEXT_MESSAGE) { in getActiveRestrictionsString()
/packages/services/Car/car-lib/api/
Dremoved.txt12 …ICTIONS_NO_SETUP, android.car.drivingstate.CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, andr…
Dcurrent.txt539 field public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 128; // 0x80
Dlint-baseline.txt1084 UnflaggedApi: android.car.drivingstate.CarUxRestrictions#UX_RESTRICTIONS_NO_TEXT_MESSAGE:
1085 … with @FlaggedApi: field android.car.drivingstate.CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE
/packages/services/Car/car-lib-module/api/
Dremoved.txt12 …ICTIONS_NO_SETUP, android.car.drivingstate.CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, andr…
Dcurrent.txt539 field public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 128; // 0x80
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarUxRestrictionsManagerTest.java119 .setUxRestrictions(CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in setUxRestrictions_listenerRegistered_listenerTriggered()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java371 CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
405 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/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java527 | CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE; in getRestrictions()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java634 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in shouldRestrictMessagePreview()
DCarHeadsUpNotificationManager.java815 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in onUxRestrictionsChanged()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1125 field TIRAMISU_0 int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 0x1 << 7;
1127 …| UX_RESTRICTIONS_LIMIT_CONTENT | UX_RESTRICTIONS_NO_SETUP | UX_RESTRICTIONS_NO_TEXT_MESSAGE | UX_…