Home
last modified time | relevance | path

Searched refs:getDevicesByStates (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidProfile.java124 return getDevicesByStates(new int[] { in getConnectedDevices()
140 return getDevicesByStates(new int[] { in getConnectableDevices()
147 private List<BluetoothDevice> getDevicesByStates(int[] states) { in getDevicesByStates() method in HearingAidProfile
DA2dpProfile.java126 return getDevicesByStates(new int[] { in getConnectedDevices()
142 return getDevicesByStates(new int[] { in getConnectableDevices()
149 private List<BluetoothDevice> getDevicesByStates(int[] states) { in getDevicesByStates() method in A2dpProfile