Searched defs:getDeviceList (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java252 public List<MtpDevice> getDeviceList() { method in class:MtpClient
256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java45 for (WifiP2pDevice d : source.getDeviceList()) {
164 public Collection<WifiP2pDevice> getDeviceList() { method in class:WifiP2pDeviceList
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiTvClient.java161 public List<HdmiDeviceInfo> getDeviceList() { method in class:HdmiTvClient
163 return mService.getDeviceList();
165 Log.e("TAG", "Failed to call getDeviceList():", e);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbManager.java292 public HashMap<String,UsbDevice> getDeviceList() { method in class:UsbManager
295 mService.getDeviceList(bundle);
302 Log.e(TAG, "RemoteException in getDeviceList", e);
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java264 public void getDeviceList(Bundle devices) { method in class:UsbHostManager
H A DUsbService.java184 public void getDeviceList(Bundle devices) { method in class:UsbService
186 mHostManager.getDeviceList(devices);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java1417 public List<HdmiDeviceInfo> getDeviceList() { method in class:HdmiControlService.BinderService

Completed in 8223 milliseconds