Searched refs:removeActiveDevice (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterServiceBinderTest.java | 164 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/ |
D | A2dpService.java | 195 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/ |
D | HeadsetService.java | 1389 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/ |
D | IBluetooth.aidl | 255 …oneway void removeActiveDevice(in int profiles, in AttributionSource attributionSource, in Synchro… in removeActiveDevice() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAdapter.java | 2247 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/ |
D | AdapterService.java | 2442 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/ |
D | system-current.txt | 73 …RIVILEGED, android.Manifest.permission.MODIFY_PHONE_STATE}) public boolean removeActiveDevice(int);
|