Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DTelecomAdapter.java200 public void requestBluetoothAudio(BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in TelecomAdapter
202 inCallService.requestBluetoothAudio(bluetoothDevice); in requestBluetoothAudio()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java376 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in Phone
377 mInCallAdapter.requestBluetoothAudio(bluetoothAddress); in requestBluetoothAudio()
H A DInCallService.java577 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in InCallService
579 mPhone.requestBluetoothAudio(bluetoothDevice.getAddress()); in requestBluetoothAudio()
H A DInCallAdapter.java222 public void requestBluetoothAudio(String bluetoothAddress) { in requestBluetoothAudio() method in InCallAdapter
H A DConnection.java3052 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio() method in Connection
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeInCallUI.java172 CarModeInCallServiceImpl.sInstance.requestBluetoothAudio( in onCreate()
/aosp12/packages/apps/Dialer/java/com/android/incallui/audioroute/
H A DAudioRouteSelectorDialogFragment.java196 TelecomAdapter.getInstance().requestBluetoothAudio(bluetoothDevice); in createBluetoothItem()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestInCallUI.java207 TestInCallServiceImpl.sInstance.requestBluetoothAudio( in onCreate()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10962 method @Deprecated public void requestBluetoothAudio(String);
H A Dcurrent.txt39887 method public void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
40156 method public final void requestBluetoothAudio(@NonNull android.bluetooth.BluetoothDevice);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55459 Landroid/telecom/InCallAdapter;->requestBluetoothAudio(Ljava/lang/String;)V