Searched refs:getDeviceList (Results 1 – 11 of 11) sorted by relevance
101 mDeviceList = mClient.getDeviceList(); in onCreate()129 mDeviceList = mClient.getDeviceList(); in deviceAdded()135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
252 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
46 for (WifiP2pDevice d : source.getDeviceList()) { in WifiP2pDeviceList()165 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
240 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager243 mService.getDeviceList(bundle); in getDeviceList()
29 void getDeviceList(out Bundle devices); in getDeviceList() method
126 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbService128 mHostManager.getDeviceList(devices); in getDeviceList()
184 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbHostManager
261 android.hardware.usb.UsbManager#getDeviceList() getDeviceList()} method to get a hash map of all267 HashMap<String, UsbDevice> deviceList = manager.getDeviceList();276 HashMap<String, UsbDevice> deviceList = manager.getDeviceList();
369 for (WifiP2pDevice device : peers.getDeviceList()) { in requestPeers()
234 peers.addAll(peerList.getDeviceList());
10637 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList();14130 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();