Searched refs:checkIfRestrictionEnforcedByAdminOnly (Results 1 – 9 of 9) sorted by relevance
121 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_SHARE_LOCATION); in handleUpdateState()123 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_LOCATION); in handleUpdateState()
120 checkIfRestrictionEnforcedByAdminOnly(state, getRestriction()); in handleUpdateState()
104 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_BLUETOOTH); in handleUpdateState()
158 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_AIRPLANE_MODE); in handleUpdateState()
138 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_CONFIG_TETHERING); in handleUpdateState()
249 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_ADJUST_VOLUME); in handleUpdateState()
184 checkIfRestrictionEnforcedByAdminOnly(state, UserManager.DISALLOW_BLUETOOTH); in handleUpdateState()
286 override fun checkIfRestrictionEnforcedByAdminOnly( in checkIfRestrictionEnforcedByAdminOnly() method
523 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) { in checkIfRestrictionEnforcedByAdminOnly() method in QSTileImpl