Searched refs:getDeviceList (Results 1 – 11 of 11) sorted by relevance
36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices()84 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
32 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices()83 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
16 for (UsbDevice device : manager.getDeviceList().values()) { in onReceive()
251 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient255 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
278 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient282 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
68 HashMap<String, UsbDevice> attachedDevices = mUsbManager.getDeviceList(); in populateSettings()
1280 if (devicesInfo != null && devicesInfo.getDeviceList() != null) { in writeDeviceInfoToSettings()1281 for (BluetoothDevice device : devicesInfo.getDeviceList()) { in writeDeviceInfoToSettings()
289 public List<BluetoothDevice> getDeviceList() { in getDeviceList() method in BluetoothDevicesInfo
97 List<MtpDevice> devices = mClient.getDeviceList(); in onCreate()
163 Map<String, UsbDevice> deviceList = manager.getDeviceList(); in isUsbTunerConnected()
535 for (WifiP2pDevice peer: mPeers.getDeviceList()) { in handlePeersChanged()