HomeSort by relevance Sort by last modified time
    Searched refs:setActiveBluetoothDevice (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceController.java 94 public void setActiveBluetoothDevice(BluetoothDevice device) {
MediaOutputPreferenceController.java 106 public void setActiveBluetoothDevice(BluetoothDevice device) {
AudioSwitchPreferenceController.java 70 * {@link #setActiveBluetoothDevice(BluetoothDevice)} to set the
146 setActiveBluetoothDevice(null);
156 setActiveBluetoothDevice(btDevice);
162 public abstract void setActiveBluetoothDevice(BluetoothDevice device);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
HandsFreeProfileOutputPreferenceControllerTest.java 179 mController.setActiveBluetoothDevice(mLeftBluetoothHapDevice);
192 mController.setActiveBluetoothDevice(mBluetoothDevice);
206 mController.setActiveBluetoothDevice(null);
220 mController.setActiveBluetoothDevice(mBluetoothDevice);
MediaOutputPreferenceControllerTest.java 181 mController.setActiveBluetoothDevice(mLeftBluetoothHapDevice);
194 mController.setActiveBluetoothDevice(mBluetoothDevice);
208 mController.setActiveBluetoothDevice(null);
222 mController.setActiveBluetoothDevice(mBluetoothDevice);
AudioOutputSwitchPreferenceControllerTest.java 560 public void setActiveBluetoothDevice(BluetoothDevice device) {

Completed in 349 milliseconds