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.java343 private int getRestrictions(String allRestrictions) { in getRestrictions() argument
344 if (allRestrictions == null) { in getRestrictions()
348 String[] restrictions = allRestrictions.split("\\|"); in getRestrictions()