Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
DShadowBluetoothAdapter.java70 protected boolean removeActiveDevice(@BluetoothAdapter.ActiveDeviceUse int profiles) { in removeActiveDevice() method in ShadowBluetoothAdapter
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHeadsetProfile.java130 ? mBluetoothAdapter.removeActiveDevice(ACTIVE_DEVICE_PHONE_CALL) in setActiveDevice()
DHearingAidProfile.java166 ? mBluetoothAdapter.removeActiveDevice(ACTIVE_DEVICE_ALL) in setActiveDevice()
DA2dpProfile.java168 ? mBluetoothAdapter.removeActiveDevice(ACTIVE_DEVICE_AUDIO) in setActiveDevice()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java1775 public boolean removeActiveDevice(@ActiveDeviceUse int profiles) { in removeActiveDevice() method in BluetoothAdapter
1788 return mService.removeActiveDevice(profiles); in removeActiveDevice()
/frameworks/base/api/
Dsystem-current.txt1307 …ermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean removeActiveDevice(int);
/frameworks/base/non-updatable-api/
Dsystem-current.txt1307 …ermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED) public boolean removeActiveDevice(int);