Home
last modified time | relevance | path

Searched refs:UX_RESTRICTIONS_NO_TEXT_MESSAGE (Results 1 – 8 of 8) 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/apps/Car/libs/car-apps-common/tests/robotests/src/com/android/car/apps/common/
DCarUxRestrictionsUtilTest.java72 | CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, /* timestamp= */ in testMultipleActiveRestrictions()
/packages/apps/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/utils/
DCarUxRestrictionsUtilTest.java72 | CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, /* timestamp= */ in testMultipleActiveRestrictions()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java365 CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
399 CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE); in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDrivingRestrictionsTest.java59 | CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE;
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java542 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in shouldRestrictMessagePreview()
DCarHeadsUpNotificationManager.java765 & CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE) != 0; in onUxRestrictionsChanged()
/packages/services/Car/car-lib/api/
Dcurrent.txt315 field public static final int UX_RESTRICTIONS_NO_TEXT_MESSAGE = 128; // 0x80
328 …ICTIONS_NO_SETUP, android.car.drivingstate.CarUxRestrictions.UX_RESTRICTIONS_NO_TEXT_MESSAGE, andr…