Home
last modified time | relevance | path

Searched defs:getGlobalRestriction (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsRestrictions.java46 boolean getGlobalRestriction(Object clientToken, int code); in getGlobalRestriction() method
H A DAppOpsRestrictionsImpl.java91 public boolean getGlobalRestriction(Object clientToken, int code) { in getGlobalRestriction() method in AppOpsRestrictionsImpl