Searched refs:checkIsSetupRestricted (Results 1 – 1 of 1) sorted by relevance
226 public boolean checkIsSetupRestricted() { in checkIsSetupRestricted() method in CarDrivingStateMonitor243 return checkIsSetupRestricted(mRestrictionsManager.getCurrentCarUxRestrictions()); in checkIsSetupRestricted()250 private boolean checkIsSetupRestricted(@Nullable CarUxRestrictions restrictionInfo) { in checkIsSetupRestricted() method in CarDrivingStateMonitor283 if (checkIsSetupRestricted(restrictionInfo)) { in onUxRestrictionsChanged()