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

1 2

  /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/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 62 List<HdmiDeviceInfo> getDeviceList();
HdmiTvClient.java 161 public List<HdmiDeviceInfo> getDeviceList() {
163 return mService.getDeviceList();
165 Log.e("TAG", "Failed to call getDeviceList():", e);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 45 for (WifiP2pDevice d : source.getDeviceList()) {
164 public Collection<WifiP2pDevice> getDeviceList() {
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
UsbMidiDeviceFactoryAndroid.java 89 Map<String, UsbDevice> devices = mUsbManager.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();
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpClient.java 251 public List<MtpDevice> getDeviceList() {
255 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 161 peers.addAll(peerList.getDeviceList());
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 150 public void getDeviceList(Bundle devices) {
152 mHostManager.getDeviceList(devices);
UsbHostManager.java 261 public void getDeviceList(Bundle 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 750 for (Device d : mConfigChooser.getDeviceList()) {
    [all...]
ConfigurationMatcher.java 251 List<Device> deviceList = mConfigChooser.getDeviceList();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 97 List<MtpDevice> devices = mClient.getDeviceList();
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java 129 Map<String, UsbDevice> devices = mUsbManager.getDeviceList();
  /packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pSettings.java 497 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/core/java/com/android/server/display/
WifiDisplayController.java 442 for (WifiP2pDevice device : peers.getDeviceList()) {
    [all...]

Completed in 3821 milliseconds

1 2