Home
last modified time | relevance | path

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

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