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

/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java46 for (WifiP2pDevice d : source.getDeviceList()) {
127 public Collection<WifiP2pDevice> getDeviceList() { method in class:WifiP2pDeviceList
/frameworks/base/services/java/com/android/server/usb/
H A DUsbHostManager.java182 public void getDeviceList(Bundle devices) { method in class:UsbHostManager
H A DUsbService.java125 public void getDeviceList(Bundle devices) { method in class:UsbService
127 mHostManager.getDeviceList(devices);
/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/core/java/android/hardware/usb/
H A DUsbManager.java240 public HashMap<String,UsbDevice> getDeviceList() { method in class:UsbManager
243 mService.getDeviceList(bundle);
250 Log.e(TAG, "RemoteException in getDeviceList", e);

Completed in 4467 milliseconds