Searched defs:setGlobalRestriction (Results 1 – 4 of 4) sorted by relevance
37 boolean setGlobalRestriction(Object clientToken, int code, boolean restricted); in setGlobalRestriction() method
66 public boolean setGlobalRestriction(Object clientToken, int code, boolean restricted) { in setGlobalRestriction() method in AppOpsRestrictionsImpl
223 public abstract void setGlobalRestriction(int code, boolean restricted, IBinder token); in setGlobalRestriction() method in AppOpsManagerInternal
1123 private void setGlobalRestriction(int sensor, boolean enabled) { in setGlobalRestriction() method in SensorPrivacyService.SensorPrivacyServiceImpl