Home
last modified time | relevance | path

Searched refs:getDeviceList (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUsbMicrophoneTester.java35 HashMap<String, UsbDevice> devicelist = manager.getDeviceList(); in getUSBDeviceListString()
55 HashMap<String, UsbDevice> devicelist = manager.getDeviceList(); in getIsMicrophoneConnected()
DUSBRestrictRecordAActivity.java159 HashMap<String, UsbDevice> deviceList = mUsbManager.getDeviceList(); in connectUSB()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DRequesterTestActivity.java259 if (peers.getDeviceList().size() == 0) { in searchTarget()
285 final Collection<WifiP2pDevice> peerList = peers.getDeviceList(); in showSelectTargetDialog()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/playback/
DHdmiCecActiveTrackingTest.java99 String deviceList = getDeviceList(); in cect_RemoveDeviceFromNetwork()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DAudioDeviceUtils.java287 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in getConnectedUsbDevice()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/mtp/
DMtpHostTestActivity.java240 for (final UsbDevice candidate : mUsbManager.getDeviceList().values()) {
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DBaseHdmiCecCtsTest.java416 public String getDeviceList() throws Exception { in getDeviceList() method in BaseHdmiCecCtsTest
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java716 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in connect_realUsbDevice_noPermission_throwsSecurityException()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java2126 for (Map.Entry<String, UsbDevice> entry : mUsbManager.getDeviceList().entrySet()) { in enumerateDevices()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt1315 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
Dsystem-current.txt5563 method @Deprecated public java.util.List<android.hardware.hdmi.HdmiDeviceInfo> getDeviceList();
Dcurrent.txt20661 … method public java.util.HashMap<java.lang.String,android.hardware.usb.UsbDevice> getDeviceList();