Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothServiceBinderTest.java332 public void isHearingAidProfileSupported() { in isHearingAidProfileSupported() method in BluetoothServiceBinderTest
334 mBinder.isHearingAidProfileSupported(); in isHearingAidProfileSupported()
335 verify(mManagerService).isHearingAidProfileSupported(); in isHearingAidProfileSupported()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServiceBinder.java291 public boolean isHearingAidProfileSupported() { in isHearingAidProfileSupported() method in BluetoothServiceBinder
292 return mBluetoothManagerService.isHearingAidProfileSupported(); in isHearingAidProfileSupported()
DBluetoothManagerService.java916 boolean isHearingAidProfileSupported() { in isHearingAidProfileSupported() method in BluetoothManagerService
/packages/modules/Bluetooth/service/aidl/android/bluetooth/
DIBluetoothManager.aidl57 boolean isHearingAidProfileSupported(); in isHearingAidProfileSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2655 private boolean isHearingAidProfileSupported() { in isHearingAidProfileSupported() method in BluetoothAdapter
2657 return mManagerService.isHearingAidProfileSupported(); in isHearingAidProfileSupported()
2863 if (isHearingAidProfileSupported()) { in getSupportedProfiles()
3523 if (profile == BluetoothProfile.HEARING_AID && !isHearingAidProfileSupported()) { in getProfileProxy()