Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java484 private int getRestrictions(String allRestrictions) { in getRestrictions() argument
485 if (allRestrictions == null) { in getRestrictions()
489 String[] restrictions = allRestrictions.split("\\|"); in getRestrictions()