Home
last modified time | relevance | path

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

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