/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
H A D | WifiP2pDeviceListTest.java | 47 assertEquals(3, list.getDeviceList().size()); in testListOperations() 58 assertEquals(1, list.getDeviceList().size()); in testListOperations() 61 assertEquals(0, list.getDeviceList().size()); in testListOperations()
|
/aosp12/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
H A D | CameraBrowser.java | 101 mDeviceList = mClient.getDeviceList(); in onCreate() 129 mDeviceList = mClient.getDeviceList(); in deviceAdded() 135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
|
H A D | MtpClient.java | 252 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient 256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
|
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/ |
H A D | UsbUtil.java | 33 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() 79 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
|
H A D | UsbHostManagementActivity.java | 169 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in dumpUsbDevices()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | NotificationBackendTest.java | 181 assertThat(new NotificationBackend().getDeviceList( in getDeviceList_noAssociations() 192 assertThat(new NotificationBackend().getDeviceList( in getDeviceList_associationsButNoDevice() 208 assertThat(new NotificationBackend().getDeviceList( in getDeviceList_singleDevice() 229 assertThat(new NotificationBackend().getDeviceList( in getDeviceList_multipleDevices()
|
/aosp12/frameworks/base/core/java/android/hardware/hdmi/ |
H A D | HdmiSwitchClient.java | 169 public List<HdmiDeviceInfo> getDeviceList() { 171 return mService.getDeviceList();
|
H A D | HdmiControlServiceWrapper.java | 197 public List<HdmiDeviceInfo> getDeviceList() { 198 return HdmiControlServiceWrapper.this.getDeviceList(); 456 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiControlServiceWrapper
|
H A D | HdmiTvClient.java | 162 public List<HdmiDeviceInfo> getDeviceList() { 164 return mService.getDeviceList();
|
H A D | IHdmiControlService.aidl | 73 List<HdmiDeviceInfo> getDeviceList(); in getDeviceList() method
|
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
H A D | UsbUtil.java | 36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices() 88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
|
H A D | BootUsbScanner.java | 29 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in onReceive()
|
H A D | UsbHostController.java | 326 Iterator<UsbDevice> deviceIterator = mUsbManager.getDeviceList().values().iterator(); in onFailure()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
H A D | WifiP2pDeviceList.java | 46 for (WifiP2pDevice d : source.getDeviceList()) { in WifiP2pDeviceList() 167 public Collection<WifiP2pDevice> getDeviceList() { in getDeviceList() method in WifiP2pDeviceList
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
H A D | MtpClient.java | 251 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient 255 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | MtpClient.java | 278 public List<MtpDevice> getDeviceList() { in getDeviceList() method in MtpClient 282 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) { in getDeviceList()
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | MtpManager.java | 79 for (final UsbDevice candidate : mManager.getDeviceList().values()) { in openDevice() 125 for (UsbDevice device : mManager.getDeviceList().values()) { in getDevices()
|
/aosp12/packages/services/Mtp/tests/src/com/android/mtp/ |
H A D | TestUtil.java | 88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice()
|
/aosp12/frameworks/base/core/java/android/hardware/usb/ |
H A D | IUsbManager.aidl | 33 void getDeviceList(out Bundle devices); in getDeviceList() method
|
H A D | UsbManager.java | 691 public HashMap<String,UsbDevice> getDeviceList() { in getDeviceList() method in UsbManager 698 mService.getDeviceList(bundle); in getDeviceList()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/ |
H A D | HeaderPreferenceController.java | 117 .setSecondSummary(new NotificationBackend().getDeviceList( in displayPreference()
|
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/ |
H A D | P2pDiscoveryProcedure.java | 77 Collection<WifiP2pDevice> newPeers = list.getDeviceList(); in P2pDiscoveryProcedure()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/ |
H A D | WifiP2pSettingsTest.java | 457 doReturn(deviceList).when(peers).getDeviceList(); in peersCategoryController_withOnePeerDevice_shouldBeAvailable() 468 doReturn(deviceList).when(peers).getDeviceList(); in peersCategoryController_withNoPeerDevice_shouldBeUnavailable()
|
/aosp12/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/ |
H A D | HdmiAudioSystemClientTest.java | 269 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiAudioSystemClientTest.TestHdmiControlService
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | NotificationAccessSettings.java | 158 pref.setSummary(mBackend.getDeviceList(ICompanionDeviceManager.Stub.asInterface( in updateList()
|