Home
last modified time | relevance | path

Searched refs:isLeAudioBroadcastSourceSupported (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DLeAudioViewModel.java120 public boolean isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in LeAudioViewModel
121 return bluetoothProxy.isLeAudioBroadcastSourceSupported(); in isLeAudioBroadcastSourceSupported()
DBluetoothProxy.java1502 if (!isLeAudioBroadcastSourceSupported()) return; in initLeAudioBroadcastProxy()
1510 if (!isLeAudioBroadcastSourceSupported()) return; in cleanupLeAudioBroadcastProxy()
1597 public boolean isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in BluetoothProxy
1598 return (bluetoothAdapter.isLeAudioBroadcastSourceSupported() in isLeAudioBroadcastSourceSupported()
DMainActivity.java156 } else if (leAudioViewModel.isLeAudioBroadcastSourceSupported()) { in onOptionsItemSelected()
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java74 protected int isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in ShadowBluetoothAdapter
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothLeAudioModePreferenceController.java100 if (mBluetoothAdapter.isLeAudioBroadcastSourceSupported() in updateState()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingUtils.java257 && adapter.isLeAudioBroadcastSourceSupported() in isFeatureEnabled()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl198 int isLeAudioBroadcastSourceSupported(); in isLeAudioBroadcastSourceSupported() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBroadcastServiceTest.java202 doReturn(true).when(mAdapterService).isLeAudioBroadcastSourceSupported(); in setUp()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2545 public @LeFeatureReturnValues int isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in BluetoothAdapter
2552 return mService.isLeAudioBroadcastSourceSupported(); in isLeAudioBroadcastSourceSupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1176 if (!isLeAudioBroadcastSourceSupported()) { in updateLeAudioProfileServiceState()
3663 public int isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in AdapterService.AdapterServiceBinder
5751 public boolean isLeAudioBroadcastSourceSupported() { in isLeAudioBroadcastSourceSupported() method in AdapterService
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt43 method public int isLeAudioBroadcastSourceSupported();