Searched refs:checkIfRestrictionEnforcedByAdminOnly (Results 1 – 6 of 6) sorted by relevance
118 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_SHARE_LOCATION); in handleUpdateState()120 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_LOCATION); in handleUpdateState()
112 checkIfRestrictionEnforcedByAdminOnly(state, getRestriction()); in handleUpdateState()
125 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_AIRPLANE_MODE); in handleUpdateState()
137 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_TETHERING); in handleUpdateState()
268 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_ADJUST_VOLUME); in handleUpdateState()
561 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) { in checkIfRestrictionEnforcedByAdminOnly() method in QSTileImpl