Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java58 setActiveBluetoothDevice(null); in onPreferenceChange()
68 setActiveBluetoothDevice(btDevice); in onPreferenceChange()
166 public void setActiveBluetoothDevice(BluetoothDevice device) { in setActiveBluetoothDevice() method in HandsFreeProfileOutputPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java206 mController.setActiveBluetoothDevice(mLeftBluetoothHapDevice); in setActiveBluetoothDevice_btDeviceWithHisyncId_shouldSetBtDeviceActive()
220 mController.setActiveBluetoothDevice(mBluetoothDevice); in setActiveBluetoothDevice_btDeviceWithoutHisyncId_shouldSetBtDeviceActive()
235 mController.setActiveBluetoothDevice(null); in setActiveBluetoothDevice_setNull_shouldSetNullToBothProfiles()
249 mController.setActiveBluetoothDevice(mBluetoothDevice); in setActiveBluetoothDevice_inNormalMode_shouldNotSetActiveDeviceToHeadsetProfile()