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

  /system/bt/binder/android/bluetooth/
IBluetoothHearingAid.aidl 34 List<BluetoothDevice> getActiveDevices();
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
HearingAidServiceTest.java     [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
AudioOutputSwitchPreferenceControllerTest.java 337 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
353 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
374 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
398 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
421 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
442 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
HandsFreeProfileOutputPreferenceControllerTest.java 336 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
361 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
392 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
425 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
456 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
MediaOutputPreferenceControllerTest.java 389 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
414 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
445 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
478 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
509 when(mHearingAidProfile.getActiveDevices()).thenReturn(mHearingAidActiveDevices);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HearingAidProfile.java 154 public List<BluetoothDevice> getActiveDevices() {
156 return mService.getActiveDevices();
CachedBluetoothDevice.java 656 mIsActiveDeviceHearingAid = hearingAidProfile.getActiveDevices().contains(mDevice);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHearingAid.java 435 public List<BluetoothDevice> getActiveDevices() {
436 if (VDBG) log("getActiveDevices()");
440 return mService.getActiveDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 498 List<BluetoothDevice> getActiveDevices() {
500 Log.d(TAG, "getActiveDevices");
829 public List<BluetoothDevice> getActiveDevices() {
834 return service.getActiveDevices();
    [all...]
  /packages/apps/Settings/src/com/android/settings/sound/
AudioSwitchPreferenceController.java 332 mProfileManager.getHearingAidProfile().getActiveDevices();

Completed in 436 milliseconds