Home
last modified time | relevance | path

Searched refs:hapConnectionSwitch (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioRecycleViewAdapter.java284 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.ViewHolder
1265 hapConnectionSwitch = itemView.findViewById(R.id.hap_switch); in setupHapView()
1266 hapConnectionSwitch.setActivated(true); in setupHapView()
1268 hapConnectionSwitch.setOnCheckedChangeListener( in setupHapView()