Searched refs:hapConnectionSwitch (Results 1 – 1 of 1) sorted by relevance
284 if (is_connected != holder.hapConnectionSwitch.isChecked()) { in setHasStateObservers()285 holder.hapConnectionSwitch.setActivated(false); in setHasStateObservers()286 holder.hapConnectionSwitch.setChecked(is_connected); in setHasStateObservers()287 holder.hapConnectionSwitch.setActivated(true); in setHasStateObservers()1186 private Switch hapConnectionSwitch; field in LeAudioRecycleViewAdapter.ViewHolder1265 hapConnectionSwitch = itemView.findViewById(R.id.hap_switch); in setupHapView()1266 hapConnectionSwitch.setActivated(true); in setupHapView()1268 hapConnectionSwitch.setOnCheckedChangeListener( in setupHapView()