/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | CameraBrowser.java | 101 mDeviceList = mClient.getDeviceList(); in onCreate() 129 mDeviceList = mClient.getDeviceList(); in deviceAdded() 135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
|
D | MtpClient.java | 252 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/ |
D | WifiP2pDeviceList.java | 45 for (WifiP2pDevice d : source.getDeviceList()) { in WifiP2pDeviceList() 164 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbManager.java | 305 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager 308 mService.getDeviceList(bundle); in getDeviceList()
|
D | IUsbManager.aidl | 31 void getDeviceList(out Bundle devices); in getDeviceList() method
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiTvClient.java | 161 public List<HdmiDeviceInfo> getDeviceList() { 163 return mService.getDeviceList();
|
D | IHdmiControlService.aidl | 62 List<HdmiDeviceInfo> getDeviceList(); in getDeviceList() method
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpManager.java | 78 for (final UsbDevice candidate : mManager.getDeviceList().values()) { in openDevice() 121 for (UsbDevice device : mManager.getDeviceList().values()) { in getDevices()
|
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/ |
D | TestUtil.java | 88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 184 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbService 186 mHostManager.getDeviceList(devices); in getDeviceList()
|
D | UsbHostManager.java | 264 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbHostManager
|
/frameworks/base/docs/html/guide/topics/connectivity/usb/ |
D | host.jd | 261 android.hardware.usb.UsbManager#getDeviceList() getDeviceList()} method to get a hash map of all 267 HashMap<String, UsbDevice> deviceList = manager.getDeviceList(); 276 HashMap<String, UsbDevice> deviceList = manager.getDeviceList();
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
D | SinkActivity.java | 129 Map<String, UsbDevice> devices = mUsbManager.getDeviceList(); in onCreate()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | WifiDisplayController.java | 442 for (WifiP2pDevice device : peers.getDeviceList()) { in requestPeers()
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | wifi-direct.jd | 235 peers.addAll(peerList.getDeviceList());
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1449 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiControlService.BinderService
|
/frameworks/base/api/ |
D | system-current.txt | 15227 method public java.util.List<android.hardware.hdmi.HdmiDeviceInfo> getDeviceList(); 15859 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList(); 27086 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
|
D | current.txt | 14658 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList(); 24659 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
|
D | test-current.txt | 14671 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList(); 24728 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13366 … method public java.util.HashMap<java.lang.String, android.hardware.usb.UsbDevice> getDeviceList(); 18178 method public java.util.Collection<android.net.wifi.p2p.WifiP2pDevice> getDeviceList();
|