HomeSort by relevance Sort by last modified time
    Searched refs:getDeviceList (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebKit/android/wds/client/
AdbConnection.h 38 const DeviceList& getDeviceList();
main.cpp 106 const DeviceList& devices = conn.getDeviceList();
AdbConnection.cpp 176 const DeviceList& AdbConnection::getDeviceList() {
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 101 mDeviceList = mClient.getDeviceList();
129 mDeviceList = mClient.getDeviceList();
135 mDeviceList = mClient.getDeviceList();
MtpClient.java 252 public List<MtpDevice> getDeviceList() {
256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 29 void getDeviceList(out Bundle devices);
UsbManager.java 225 public HashMap<String,UsbDevice> getDeviceList() {
228 mService.getDeviceList(bundle);
235 Log.e(TAG, "RemoteException in getDeviceList", e);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 44 mDevices = source.getDeviceList();
89 public Collection<WifiP2pDevice> getDeviceList() {
WifiP2pService.java     [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 68 public void getDeviceList(Bundle devices) {
70 mHostManager.getDeviceList(devices);
UsbHostManager.java 185 public void getDeviceList(Bundle devices) {
  /cts/tools/host/src/com/android/cts/
TestHost.java 600 TestDevice[] devices = sDeviceManager.getDeviceList();
613 public TestDevice[] getDeviceList() {
614 return sDeviceManager.getDeviceList();
623 for (TestDevice td : sDeviceManager.getDeviceList()) {
DeviceManager.java 113 public final TestDevice[] getDeviceList() {
ConsoleUi.java 432 if (mHost.getDeviceList().length == 0) {
510 if (!checkDeviceExists(mHost.getDeviceList(), deviceId)) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpDeviceSet.java 53 List<android.mtp.MtpDevice> devices = mMtpContext.getMtpClient().getDeviceList();
MtpClient.java 277 public List<MtpDevice> getDeviceList() {
281 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
  /cts/tools/host/test/com/android/cts/
DeviceManagerTests.java 105 devices = dm.getDeviceList();
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 161 peers.addAll(peerList.getDeviceList());
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 60 for (UsbDevice device : mManager.getDeviceList().values()) {
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 311 for (WifiP2pDevice peer: peers.getDeviceList()) {
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 

Completed in 287 milliseconds