Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java91 final List<BluetoothDevice> mSelectedDeviceList = new ArrayList<>(); field in HearingDevicePairingFragment
165 mSelectedDeviceList.add(mSelectedDevice); in onPreferenceTreeClick()
230 if (device != null && mSelectedDeviceList.contains(device)) { in onProfileConnectionStateChanged()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java208 mFragment.mSelectedDeviceList.add(mDevice); in onProfileConnectionStateChanged_deviceConnected_inSelectedList_finish()