Home
last modified time | relevance | path

Searched refs:getDeviceList (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
H A DWifiP2pDeviceListTest.java47 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 DCameraBrowser.java101 mDeviceList = mClient.getDeviceList(); in onCreate()
129 mDeviceList = mClient.getDeviceList(); in deviceAdded()
135 mDeviceList = mClient.getDeviceList(); in deviceRemoved()
H A DMtpClient.java252 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 DUsbUtil.java33 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices()
79 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
H A DUsbHostManagementActivity.java169 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in dumpUsbDevices()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DNotificationBackendTest.java181 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 DHdmiSwitchClient.java169 public List<HdmiDeviceInfo> getDeviceList() {
171 return mService.getDeviceList();
H A DHdmiControlServiceWrapper.java197 public List<HdmiDeviceInfo> getDeviceList() {
198 return HdmiControlServiceWrapper.this.getDeviceList();
456 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiControlServiceWrapper
H A DHdmiTvClient.java162 public List<HdmiDeviceInfo> getDeviceList() {
164 return mService.getDeviceList();
H A DIHdmiControlService.aidl73 List<HdmiDeviceInfo> getDeviceList(); in getDeviceList() method
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbUtil.java36 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in findAllPossibleAndroidDevices()
88 HashMap<String, UsbDevice> devices = usbManager.getDeviceList(); in isDeviceConnected()
H A DBootUsbScanner.java29 HashMap<String, UsbDevice> deviceList = usbManager.getDeviceList(); in onReceive()
H A DUsbHostController.java326 Iterator<UsbDevice> deviceIterator = mUsbManager.getDeviceList().values().iterator(); in onFailure()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
H A DWifiP2pDeviceList.java46 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 DMtpClient.java251 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 DMtpClient.java278 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 DMtpManager.java79 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 DTestUtil.java88 final HashMap<String,UsbDevice> devices = usbManager.getDeviceList(); in findMtpDevice()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.aidl33 void getDeviceList(out Bundle devices); in getDeviceList() method
H A DUsbManager.java691 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 DHeaderPreferenceController.java117 .setSecondSummary(new NotificationBackend().getDeviceList( in displayPreference()
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/p2p/
H A DP2pDiscoveryProcedure.java77 Collection<WifiP2pDevice> newPeers = list.getDeviceList(); in P2pDiscoveryProcedure()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
H A DWifiP2pSettingsTest.java457 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 DHdmiAudioSystemClientTest.java269 public List<HdmiDeviceInfo> getDeviceList() { in getDeviceList() method in HdmiAudioSystemClientTest.TestHdmiControlService
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationAccessSettings.java158 pref.setSummary(mBackend.getDeviceList(ICompanionDeviceManager.Stub.asInterface( in updateList()

12