Searched refs:isSameRestrictions (Results 1 – 9 of 9) sorted by relevance
96 fragmentB.get().getUxRestrictions().isSameRestrictions(newUxRestrictions)).isTrue(); in onUxRestrictionsChanged_topFragmentInBackStackHasUpdatedUxRestrictions()129 fragmentA.get().getUxRestrictions().isSameRestrictions(newUxRestrictions)).isTrue(); in onBackStackChanged_uxRestrictionsChanged_currentFragmentHasUpdatedUxRestrictions()
81 .isSameRestrictions(restrictions)).isTrue(); in onUxRestrictionsChanged_fragmentHasUpdatedUxRestrictions()
339 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()
388 public boolean isSameRestrictions(CarUxRestrictions other) { in isSameRestrictions() method in CarUxRestrictions
276 if (!uxRestrictions.isSameRestrictions(mUxRestrictions)) { in onUxRestrictionsChanged()
128 MissingNullability: android.car.drivingstate.CarUxRestrictions#isSameRestrictions(android.car.drivi…129 Missing nullability on parameter `other` in method `isSameRestrictions`
391 method public boolean isSameRestrictions(android.car.drivingstate.CarUxRestrictions);
557 assertThat(restrictions.isSameRestrictions( in testSetUxRestrictions_UnspecifiedModeDefaultsToBaseline()
850 if (!mCurrentUxRestrictions.get(port).isSameRestrictions(uxRestrictions)) { in handleDispatchUxRestrictionsLocked()