Searched refs:getUserRestriction (Results 1 – 3 of 3) sorted by relevance
67 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal
1133 boolean masterMute = mUserManagerInternal.getUserRestriction( in readUserRestrictions()1146 boolean microphoneMute = mUserManagerInternal.getUserRestriction( in readUserRestrictions()
3277 public boolean getUserRestriction(int userId, String key) { in getUserRestriction() method in UserManagerService.LocalService