Home
last modified time | relevance | path

Searched defs:dumpRestrictions (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsRestrictions.java145 void dumpRestrictions(PrintWriter printWriter, int dumpOp, String dumpPackage, in dumpRestrictions() method
DAppOpsRestrictionsImpl.java326 public void dumpRestrictions(PrintWriter pw, int code, String dumpPackage, in dumpRestrictions() method in AppOpsRestrictionsImpl
/frameworks/base/services/core/java/com/android/server/pm/
DRestrictionsSet.java247 public void dumpRestrictions(PrintWriter pw, String prefix) { in dumpRestrictions() method in RestrictionsSet
DUserRestrictionsUtils.java912 public static void dumpRestrictions(PrintWriter pw, String prefix, Bundle restrictions) { in dumpRestrictions() method in UserRestrictionsUtils