/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | SapProfile.java | 65 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
|
D | HeadsetProfile.java | 66 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
|
D | MapProfile.java | 66 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
|
D | A2dpSinkProfile.java | 63 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()
|
D | A2dpProfile.java | 63 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()
|
D | PbapClientProfile.java | 65 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 121 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientProfile 138 List<BluetoothDevice> srcs = getConnectedDevices(); in connect()
|
D | HfpClientProfile.java | 67 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 115 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HfpClientProfile 126 List<BluetoothDevice> srcs = getConnectedDevices(); in connect()
|
D | HidProfile.java | 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 115 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothManager.java | 101 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile); in getConnectionState() 127 public List<BluetoothDevice> getConnectedDevices(int profile) { in getConnectedDevices() method in BluetoothManager
|
D | IBluetoothPan.aidl | 32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothPbapClient.aidl | 29 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothMap.aidl | 32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothSap.aidl | 32 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothA2dpSink.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothA2dp.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothAvrcpController.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothProfile.java | 183 public List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothInputDevice.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | IBluetoothHeadset.aidl | 30 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothPan.java | 294 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPan 298 return mPanService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothPbapClient.java | 220 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothPbapClient 226 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | IBluetoothHeadsetClient.aidl | 35 List<BluetoothDevice> getConnectedDevices(); in getConnectedDevices() method
|
D | BluetoothMap.java | 263 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMap 267 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothAvrcpController.java | 221 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothAvrcpController 225 return mService.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothA2dpSink.java | 298 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothA2dpSink 302 return mService.getConnectedDevices(); in getConnectedDevices()
|