Home
last modified time | relevance | path

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

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java101 mDeviceList = mClient.getDeviceList(); in onCreate()
129 mDeviceList = mClient.getDeviceList(); in deviceAdded()
135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
DMtpClient.java252 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient
256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pDeviceList.java45 for (WifiP2pDevice d : source.getDeviceList()) { in WifiP2pDeviceList()
164 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java292 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager
295 mService.getDeviceList(bundle); in getDeviceList()
DIUsbManager.aidl31 void getDeviceList(out Bundle devices); in getDeviceList() method
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiTvClient.java161 public List<HdmiDeviceInfo> getDeviceList() {
163 return mService.getDeviceList();
DIHdmiControlService.aidl62 List<HdmiDeviceInfo> getDeviceList(); in getDeviceList() method
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java184 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbService
186 mHostManager.getDeviceList(devices); in getDeviceList()
DUsbHostManager.java264 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbHostManager
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd261 android.hardware.usb.UsbManager#getDeviceList() getDeviceList()} method to get a hash map of all
267 HashMap&lt;String, UsbDevice&gt; deviceList = manager.getDeviceList();
276 HashMap&lt;String, UsbDevice&gt; deviceList = manager.getDeviceList();
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java129 Map<String, UsbDevice> devices = mUsbManager.getDeviceList(); in onCreate()
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayController.java442 for (WifiP2pDevice device : peers.getDeviceList()) { in requestPeers()
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd235 peers.addAll(peerList.getDeviceList());
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1417 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiControlService.BinderService
/frameworks/base/api/
Dsystem-current.txt14560 method public java.util.List<android.hardware.hdmi.HdmiDeviceInfo> getDeviceList();
15051 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList();
21340 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
Dcurrent.txt14103 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList();
19409 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();