Searched refs:getDeviceList (Results 1 – 12 of 12) sorted by relevance
35 HashMap<String, UsbDevice> devicelist = manager.getDeviceList(); in getUSBDeviceListString()55 HashMap<String, UsbDevice> devicelist = manager.getDeviceList(); in getIsMicrophoneConnected()
159 HashMap<String, UsbDevice> deviceList = mUsbManager.getDeviceList(); in connectUSB()
259 if (peers.getDeviceList().size() == 0) { in searchTarget()285 final Collection<WifiP2pDevice> peerList = peers.getDeviceList(); in showSelectTargetDialog()
99 String deviceList = getDeviceList(); in cect_RemoveDeviceFromNetwork()
287 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in getConnectedUsbDevice()
240 for (final UsbDevice candidate : mUsbManager.getDeviceList().values()) {
416 public String getDeviceList() throws Exception { in getDeviceList() method in BaseHdmiCecCtsTest
716 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in connect_realUsbDevice_noPermission_throwsSecurityException()
2126 for (Map.Entry<String, UsbDevice> entry : mUsbManager.getDeviceList().entrySet()) { in enumerateDevices()
1315 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
5563 method @Deprecated public java.util.List<android.hardware.hdmi.HdmiDeviceInfo> getDeviceList();
20661 … method public java.util.HashMap<java.lang.String,android.hardware.usb.UsbDevice> getDeviceList();