Searched refs:getDeviceList (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java101 mDeviceList = mClient.getDeviceList();
129 mDeviceList = mClient.getDeviceList();
135 mDeviceList = mClient.getDeviceList();
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 DIUsbManager.aidl29 void getDeviceList(out Bundle devices);
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);
/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
H A DWifiP2pService.java2340 for (WifiP2pDevice d : mPeers.getDeviceList()) {
/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/services/java/com/android/server/display/
H A DWifiDisplayController.java359 for (WifiP2pDevice device : peers.getDeviceList()) {

Completed in 106 milliseconds