Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DPhone.java323 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in Phone
324 mInCallAdapter.requestBluetoothAudio(bluetoothAddress); in requestBluetoothAudio()
DInCallService.java532 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in InCallService
534 mPhone.requestBluetoothAudio(bluetoothDevice.getAddress()); in requestBluetoothAudio()
DInCallAdapter.java159 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in InCallAdapter
DConnection.java2739 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in Connection
/frameworks/base/api/
Dsystem-current.txt7001 method @Deprecated public void requestBluetoothAudio(String);
Dcurrent.txt43272 method public void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
43486 method public final void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70945 Landroid/telecom/InCallAdapter;->requestBluetoothAudio(Ljava/lang/String;)V