Home
last modified time | relevance | path

Searched refs:getDevicesMatchingConnectionStates (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastAssistant.java486 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
495 public List<BluetoothDevice> getDevicesMatchingConnectionStates(@NonNull int[] states) { in getDevicesMatchingConnectionStates() method in LocalBluetoothLeBroadcastAssistant
499 return mService.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
DPbapClientProfile.java123 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DSapProfile.java158 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapClientProfile.java159 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DMapProfile.java160 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DCsipSetCoordinatorProfile.java122 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DA2dpSinkProfile.java112 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHfpClientProfile.java121 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHeadsetProfile.java187 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DVolumeControlProfile.java253 return mService.getDevicesMatchingConnectionStates( in getConnectedDevices()
DHearingAidProfile.java188 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
DA2dpProfile.java157 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
DLeAudioProfile.java200 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
DHapClientProfile.java210 return mService.getDevicesMatchingConnectionStates(states); in getDevicesByStates()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHapClientProfileTest.java194 when(mService.getDevicesMatchingConnectionStates(connectedStates)) in getConnectedDevices_returnCorrectList()
213 when(mService.getDevicesMatchingConnectionStates(connectableStates)) in getConnectableDevices_returnCorrectList()
DVolumeControlProfileTest.java186 when(mService.getDevicesMatchingConnectionStates(connectedStates)) in getConnectedDevices_returnCorrectList()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5798 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
6250 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
6368 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
6408 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
6436 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…
6473 …d public java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int,…
6480 …abstract java.util.List<android.bluetooth.BluetoothDevice> getDevicesMatchingConnectionStates(int[…