Searched refs:mSelectedList (Results 1 – 3 of 3) sorted by relevance
161 mFragment.mSelectedList.add(mBluetoothDevice); in onProfileConnectionStateChanged_deviceInSelectedListAndConnected_finish()162 mFragment.mSelectedList.add(device); in onProfileConnectionStateChanged_deviceInSelectedListAndConnected_finish()176 mFragment.mSelectedList.add(device); in onProfileConnectionStateChanged_deviceNotInSelectedList_doNothing()190 mFragment.mSelectedList.add(mBluetoothDevice); in onProfileConnectionStateChanged_deviceDisconnected_doNothing()191 mFragment.mSelectedList.add(device); in onProfileConnectionStateChanged_deviceDisconnected_doNothing()
93 val mSelectedList: MutableList<BluetoothDevice> = ArrayList() constant183 mSelectedList.add(device) in onPreferenceTreeClick()
126 if (device != null && mSelectedList.contains(device)) { in onProfileConnectionStateChanged()