Home
last modified time | relevance | path

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

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