Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3635 UserRestrictionsUtils.dumpRestrictions( in dump()
3638 UserRestrictionsUtils.dumpRestrictions( in dump()
3641 UserRestrictionsUtils.dumpRestrictions( in dump()
3644 UserRestrictionsUtils.dumpRestrictions( in dump()
3672 UserRestrictionsUtils.dumpRestrictions(pw, " ", mGuestRestrictions); in dump()
DUserRestrictionsUtils.java755 public static void dumpRestrictions(PrintWriter pw, String prefix, Bundle restrictions) { in dumpRestrictions() method in UserRestrictionsUtils
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java1691 UserRestrictionsUtils.dumpRestrictions(pw, prefix + " ", userRestrictions); in dump()