Searched refs:getDeviceList (Results 1 – 8 of 8) sorted by relevance
36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices()88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
27 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); 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()
77 Collection<WifiP2pDevice> newPeers = list.getDeviceList(); in P2pDiscoveryProcedure()
97 List<MtpDevice> devices = mClient.getDeviceList(); in onCreate()
564 for (WifiP2pDevice peer: mPeers.getDeviceList()) { in handlePeersChanged()
561 for (WifiP2pDevice peer: mPeers.getDeviceList()) { in handlePeersChanged()