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()
44 mDevices = source.getDeviceList(); in WifiP2pDeviceList()89 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
906 for (WifiP2pDevice d : mPeers.getDeviceList()) { in processMessage()1202 for (WifiP2pDevice d : mPeers.getDeviceList()) { in updateDeviceStatus()1210 for (WifiP2pDevice d : mPeers.getDeviceList()) { in isGroupOwner()1236 for (WifiP2pDevice d : mPeers.getDeviceList()) { in getDeviceAddress()
225 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager228 mService.getDeviceList(bundle); in getDeviceList()
29 void getDeviceList(out Bundle devices); in getDeviceList() method
68 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbService70 mHostManager.getDeviceList(devices); in getDeviceList()
185 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();
9715 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList();12491 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();