Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceController.java58 setActiveBluetoothDevice(null); in onPreferenceChange()
68 setActiveBluetoothDevice(btDevice); in onPreferenceChange()
165 public void setActiveBluetoothDevice(BluetoothDevice device) { in setActiveBluetoothDevice() method in HandsFreeProfileOutputPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DHandsFreeProfileOutputPreferenceController.java58 setActiveBluetoothDevice(null); in onPreferenceChange()
68 setActiveBluetoothDevice(btDevice); in onPreferenceChange()
165 public void setActiveBluetoothDevice(BluetoothDevice device) { in setActiveBluetoothDevice() method in HandsFreeProfileOutputPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
DHandsFreeProfileOutputPreferenceControllerTest.java178 mController.setActiveBluetoothDevice(mLeftBluetoothHapDevice); in setActiveBluetoothDevice_btDeviceWithHisyncId_shouldSetBtDeviceActive()
192 mController.setActiveBluetoothDevice(mBluetoothDevice); in setActiveBluetoothDevice_btDeviceWithoutHisyncId_shouldSetBtDeviceActive()
207 mController.setActiveBluetoothDevice(null); in setActiveBluetoothDevice_setNull_shouldSetNullToBothProfiles()
221 mController.setActiveBluetoothDevice(mBluetoothDevice); in setActiveBluetoothDevice_inNormalMode_shouldNotSetActiveDeviceToHeadsetProfile()