Home
last modified time | relevance | path

Searched refs:getDeviceList (Results 1 – 11 of 11) 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.java44 mDevices = source.getDeviceList(); in WifiP2pDeviceList()
89 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
DWifiP2pService.java906 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()
/frameworks/base/core/java/android/hardware/usb/
DUsbManager.java225 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager
228 mService.getDeviceList(bundle); in getDeviceList()
DIUsbManager.aidl29 void getDeviceList(out Bundle devices); in getDeviceList() method
/frameworks/base/services/java/com/android/server/usb/
DUsbService.java68 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbService
70 mHostManager.getDeviceList(devices); in getDeviceList()
DUsbHostManager.java185 public void getDeviceList(Bundle devices) { in getDeviceList() method in UsbHostManager
/frameworks/base/docs/html/guide/topics/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/api/
Dcurrent.txt9715 … 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();
D14.txt9715 … 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();