Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeDetails.java348 final String restrictionsPrefix = prefix + " "; in dump() local
360 UserRestrictionsUtils.dumpRestrictions(pw, restrictionsPrefix, restrictions); in dump()
362 pw.print(restrictionsPrefix); pw.println("none - resource not found"); in dump()
366 UserRestrictionsUtils.dumpRestrictions(pw, restrictionsPrefix, mDefaultRestrictions); in dump()