Searched refs:checkIfRestrictionEnforcedByAdminOnly (Results 1 – 8 of 8) sorted by relevance
124 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_SHARE_LOCATION); in handleUpdateState()126 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_LOCATION); in handleUpdateState()
114 checkIfRestrictionEnforcedByAdminOnly(state, getRestriction()); in handleUpdateState()
136 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_AIRPLANE_MODE); in handleUpdateState()
138 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_TETHERING); in handleUpdateState()
142 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_BLUETOOTH); in handleUpdateState()
243 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_ADJUST_VOLUME); in handleUpdateState()
238 override fun checkIfRestrictionEnforcedByAdminOnly(
532 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) { in checkIfRestrictionEnforcedByAdminOnly() method in QSTileImpl