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

1 2 3

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowUsbManagerTest.java 41 public void getDeviceList() {
42 assertThat(usbManager.getDeviceList()).isEmpty();
45 assertThat(usbManager.getDeviceList().values())
67 assertThat(usbManager.getDeviceList()).isEmpty();
71 assertThat(usbManager.getDeviceList().values())
75 assertThat(usbManager.getDeviceList().values()).containsExactlyInAnyOrder(usbDevice2);
80 assertThat(usbManager.getDeviceList()).isEmpty();
84 assertThat(usbManager.getDeviceList().values())
88 assertThat(usbManager.getDeviceList()).isEmpty();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 35 HashMap<String, UsbDevice> devicelist = manager.getDeviceList();
55 HashMap<String, UsbDevice> devicelist = manager.getDeviceList();
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
UsbUtil.java 33 HashMap<String, UsbDevice> devices = usbManager.getDeviceList();
79 HashMap<String, UsbDevice> devices = usbManager.getDeviceList();
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbUtil.java 36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList();
84 HashMap<String, UsbDevice> devices = usbManager.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()) {
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbUtil.java 32 HashMap<String, UsbDevice> devices = usbManager.getDeviceList();
83 HashMap<String, UsbDevice> devices = usbManager.getDeviceList();
BootUsbScanner.java 16 for (UsbDevice device : manager.getDeviceList().values()) {
  /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/core/java/android/hardware/usb/
IUsbManager.aidl 32 void getDeviceList(out Bundle devices);
UsbManager.java 380 public HashMap<String,UsbDevice> getDeviceList() {
387 mService.getDeviceList(bundle);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 45 for (WifiP2pDevice d : source.getDeviceList()) {
164 public Collection<WifiP2pDevice> getDeviceList() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUsbManager.java 34 public HashMap<String, UsbDevice> getDeviceList() {
  /frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
TestUtil.java 88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 244 if (peers.getDeviceList().size() == 0) {
266 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()) {
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceListFragment.java 161 peers.addAll(peerList.getDeviceList());
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 161 peers.addAll(peerList.getDeviceList());
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
BaseUsbConnection.java 189 HashMap<String, UsbDevice> deviceHash = usbManager.getDeviceList();
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pDiscoveryProcedure.java 77 Collection<WifiP2pDevice> newPeers = list.getDeviceList();
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
UsbManagerFragment.java 68 HashMap<String, UsbDevice> attachedDevices = mUsbManager.getDeviceList();
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpManager.java 78 for (final UsbDevice candidate : mManager.getDeviceList().values()) {
121 for (UsbDevice device : mManager.getDeviceList().values()) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 278 public List<MtpDevice> getDeviceList() {
282 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {

Completed in 1311 milliseconds

1 2 3