Home
last modified time | relevance | path

Searched refs:getConnectedDevices (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
114 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
125 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
138 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
166 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapProfile
DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
145 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
177 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
106 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkProfile
116 List<BluetoothDevice> srcs = getConnectedDevices(); in connect()
168 List<BluetoothDevice> srcs = mService.getConnectedDevices(); in isA2dpPlaying()
DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
163 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile
126 List<BluetoothDevice> srcs = getConnectedDevices(); in connect()
DPbapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
121 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile
138 List<BluetoothDevice> srcs = getConnectedDevices(); in connect()
DMapClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
117 List<BluetoothDevice> connectedDevices = getConnectedDevices(); in connect()
162 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapClientProfile
DA2dpProfile.java72 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
122 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
132 List<BluetoothDevice> sinks = getConnectedDevices(); in connect()
183 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java98 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState()
122 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
DIBluetoothPan.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothPbapClient.aidl29 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothMap.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothSap.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothAvrcpController.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothA2dpSink.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothMapClient.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothProfile.java193 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothA2dp.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothInputDevice.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothInputHost.aidl37 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothHeadset.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothAvrcpController.java179 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController
184 return service.getConnectedDevices(); in getConnectedDevices()
DBluetoothPan.java295 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan
300 return service.getConnectedDevices(); in getConnectedDevices()
DIBluetoothHeadsetClient.aidl32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method

12