Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceBinderTest.java164 public void removeActiveDevice() { in removeActiveDevice() method in AdapterServiceBinderTest
166 mBinder.removeActiveDevice(profiles, mAttributionSource, SynchronousResultReceiver.get()); in removeActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java195 removeActiveDevice(true); in stop()
482 private void removeActiveDevice(boolean forceStopPlayingAudio) { in removeActiveDevice() method in A2dpService
540 removeActiveDevice(true); in setSilenceMode()
562 removeActiveDevice(false); in setActiveDevice()
607 removeActiveDevice(true); in setActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java1389 private void removeActiveDevice() { in removeActiveDevice() method in HeadsetService
1437 removeActiveDevice(); in setActiveDevice()
1461 removeActiveDevice(); in setActiveDevice()
1486 removeActiveDevice(); in setActiveDevice()
1928 removeActiveDevice(); in phoneStateChanged()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl255 …oneway void removeActiveDevice(in int profiles, in AttributionSource attributionSource, in Synchro… in removeActiveDevice() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2247 public boolean removeActiveDevice(@ActiveDeviceUse int profiles) { in removeActiveDevice() method in BluetoothAdapter
2261 mService.removeActiveDevice(profiles, mAttributionSource, recv); in removeActiveDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2442 public void removeActiveDevice(@ActiveDeviceUse int profiles, in removeActiveDevice() method in AdapterService.AdapterServiceBinder
2445 receiver.send(removeActiveDevice(profiles, source)); in removeActiveDevice()
2450 private boolean removeActiveDevice(@ActiveDeviceUse int profiles, in removeActiveDevice() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt73 …RIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean removeActiveDevice(int);