Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDrivingRestrictionsTest.java350 private CarUxRestrictions mLastRestrictions = null; field in CarDrivingRestrictionsTest.DrivingStateListener
357 mLastRestrictions = null; in reset()
388 while ((mLastRestrictions == null in waitForUxRestrictionsChange()
389 || mLastRestrictions.getActiveRestrictions() != expectedRestrictions) in waitForUxRestrictionsChange()
393 return mLastRestrictions; in waitForUxRestrictionsChange()
402 mLastRestrictions = restrictions; in onUxRestrictionsChanged()