Home
last modified time | relevance | path

Searched refs:isSameRestrictions (Results 1 – 9 of 9) 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/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java339 assertTrue(restrictions.toString(), expected.isSameRestrictions(restrictions)); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()
372 assertTrue(restrictions.toString(), expected.isSameRestrictions(restrictions)); in testGetCurrentUxRestrictions_UnreportedVirtualDisplay_UseDefaultDisplayRestriction()
433 assertTrue(restrictions.toString(), expected.isSameRestrictions(restrictions)); in testGetCurrentUxRestrictions_ReportedVirtualDisplay_ReturnsRestrictionsForPort()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictions.java388 public boolean isSameRestrictions(CarUxRestrictions other) { in isSameRestrictions() method in CarUxRestrictions
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSettingsFragment.java276 if (!uxRestrictions.isSameRestrictions(mUxRestrictions)) { in onUxRestrictionsChanged()
/packages/services/Car/car-lib/api/
Dlint-baseline.txt128 MissingNullability: android.car.drivingstate.CarUxRestrictions#isSameRestrictions(android.car.drivi…
129 Missing nullability on parameter `other` in method `isSameRestrictions`
Dcurrent.txt391 method public boolean isSameRestrictions(android.car.drivingstate.CarUxRestrictions);
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java557 assertThat(restrictions.isSameRestrictions( in testSetUxRestrictions_UnspecifiedModeDefaultsToBaseline()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java850 if (!mCurrentUxRestrictions.get(port).isSameRestrictions(uxRestrictions)) { in handleDispatchUxRestrictionsLocked()