Home
last modified time | relevance | path

Searched refs:getConnectedDevices (Results 1 – 25 of 41) 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
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
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()
171 List<BluetoothDevice> srcs = mService.getConnectedDevices(); in isA2dpPlaying()
DA2dpProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
106 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
116 List<BluetoothDevice> sinks = getConnectedDevices(); in connect()
163 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
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()
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()
DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
/frameworks/base/core/java/android/bluetooth/
DBluetoothManager.java101 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState()
127 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
DIBluetoothA2dpSink.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothA2dp.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothAvrcpController.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothProfile.java183 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothInputDevice.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DIBluetoothHeadset.aidl30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothPan.java294 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan
298 return mPanService.getConnectedDevices(); in getConnectedDevices()
DBluetoothPbapClient.java220 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClient
226 return mService.getConnectedDevices(); in getConnectedDevices()
DIBluetoothHeadsetClient.aidl35 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
DBluetoothMap.java263 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap
267 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothAvrcpController.java221 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController
225 return mService.getConnectedDevices(); in getConnectedDevices()
DBluetoothA2dpSink.java298 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink
302 return mService.getConnectedDevices(); in getConnectedDevices()

12