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

1 2

  /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() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pBroadcastReceiverTest.java 81 for (WifiP2pDevice dev: mPeers.getDeviceList()) {
127 for (WifiP2pDevice dev: mPeers.getDeviceList()) {
158 for (WifiP2pDevice dev: mPeers.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 240 public HashMap<String,UsbDevice> getDeviceList() {
243 mService.getDeviceList(bundle);
250 Log.e(TAG, "RemoteException in getDeviceList", e);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 46 for (WifiP2pDevice d : source.getDeviceList()) {
165 public Collection<WifiP2pDevice> getDeviceList() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 235 if (peers.getDeviceList().size() == 0) {
257 final Collection<WifiP2pDevice> peerList = peers.getDeviceList();
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 161 peers.addAll(peerList.getDeviceList());
  /frameworks/base/services/java/com/android/server/usb/
UsbHostManager.java 184 public void getDeviceList(Bundle devices) {
UsbService.java 126 public void getDeviceList(Bundle devices) {
128 mHostManager.getDeviceList(devices);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 278 public List<MtpDevice> getDeviceList() {
282 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 60 for (UsbDevice device : mManager.getDeviceList().values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 75 List<Device> deviceList = chooser.getDeviceList();
VaryingConfiguration.java 236 List<Device> devices = mConfigChooser.getDeviceList();
Configuration.java 722 for (Device d : mConfigChooser.getDeviceList()) {
    [all...]
ConfigurationMatcher.java 251 List<Device> deviceList = mConfigChooser.getDeviceList();
    [all...]
ConfigurationChooser.java 384 public List<Device> getDeviceList() {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 90 List<MtpDevice> devices = sClient.getDeviceList();
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 478 for (WifiP2pDevice peer: mPeers.getDeviceList()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java     [all...]
  /frameworks/base/services/java/com/android/server/display/
WifiDisplayController.java 369 for (WifiP2pDevice device : peers.getDeviceList()) {
    [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 603 milliseconds

1 2