Home
last modified time | relevance | path

Searched refs:isBluetoothAudioProfileOnly (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java34 boolean isBluetoothAudioProfileOnly(); in isBluetoothAudioProfileOnly() method
DBluetoothControllerImpl.java184 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeBluetoothController.java60 public boolean isBluetoothAudioProfileOnly() { in isBluetoothAudioProfileOnly() method in FakeBluetoothController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java237 assertFalse(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()); in testOnActiveDeviceChanged_updatesAudioActive()
255 assertTrue(mBluetoothControllerImpl.isBluetoothAudioProfileOnly()); in testOnActiveDeviceChanged_updatesAudioActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java384 || !mBluetooth.isBluetoothAudioProfileOnly())) { in updateBluetooth()