Home
last modified time | relevance | path

Searched refs:isSameRestrictions (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DDualPaneBaseCarSettingsActivityTest.java96 fragmentB.get().getUxRestrictions().isSameRestrictions(newUxRestrictions)).isTrue(); in onUxRestrictionsChanged_topFragmentInBackStackHasUpdatedUxRestrictions()
129 fragmentA.get().getUxRestrictions().isSameRestrictions(newUxRestrictions)).isTrue(); in onBackStackChanged_uxRestrictionsChanged_currentFragmentHasUpdatedUxRestrictions()
DSinglePaneBaseCarSettingsActivityTest.java81 .isSameRestrictions(restrictions)).isTrue(); in onUxRestrictionsChanged_fragmentHasUpdatedUxRestrictions()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java446 public boolean isSameRestrictions(CarUxRestrictions other) { in isSameRestrictions() method in CarUxRestrictions
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSettingsFragment.java266 if (!uxRestrictions.isSameRestrictions(mUxRestrictions)) { in onUxRestrictionsChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java362 assertTrue(restrictions.toString(), expected.isSameRestrictions(restrictions)); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java595 assertThat(restrictions.isSameRestrictions( in testSetUxRestrictions_UnspecifiedModeDefaultsToBaseline()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java1067 if (!currentUxRestrictions.isSameRestrictions(uxRestrictions)) { in handleDispatchUxRestrictionsLocked()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt104 MissingNullability: android.car.drivingstate.CarUxRestrictions#isSameRestrictions(android.car.drivi…
105 Missing nullability on parameter `other` in method `isSameRestrictions`
1102 UnflaggedApi: android.car.drivingstate.CarUxRestrictions#isSameRestrictions(android.car.drivingstat…
1103 …ith @FlaggedApi: method android.car.drivingstate.CarUxRestrictions.isSameRestrictions(android.car.…
Dcurrent.txt528 method public boolean isSameRestrictions(android.car.drivingstate.CarUxRestrictions);
/packages/services/Car/car-lib-module/api/
Dcurrent.txt528 method public boolean isSameRestrictions(android.car.drivingstate.CarUxRestrictions);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1138 method TIRAMISU_0 boolean isSameRestrictions(CarUxRestrictions other);