Home
last modified time | relevance | path

Searched refs:requestBluetoothAudio (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DPhone.java359 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in Phone
360 mInCallAdapter.requestBluetoothAudio(bluetoothAddress); in requestBluetoothAudio()
DInCallService.java559 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in InCallService
561 mPhone.requestBluetoothAudio(bluetoothDevice.getAddress()); in requestBluetoothAudio()
DInCallAdapter.java222 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in InCallAdapter
DConnection.java2909 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in Connection
/frameworks/base/api/
Dsystem-current.txt7858 method @Deprecated public void requestBluetoothAudio(String);
Dcurrent.txt43890 method public void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
44151 method public final void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
/frameworks/base/non-updatable-api/
Dsystem-current.txt7756 method @Deprecated public void requestBluetoothAudio(String);
Dcurrent.txt43746 method public void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
44007 method public final void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt66159 Landroid/telecom/InCallAdapter;->requestBluetoothAudio(Ljava/lang/String;)V