Home
last modified time | relevance | path

Searched refs:serviceInfos (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsStreamingSessionTest.java51 List<StreamingServiceInfo> serviceInfos = in testRequestUpdateStreamingServices() local
53 if (!CtsStreamingService.STREAMING_SERVICE_INFO.equals(serviceInfos.get(0))) { in testRequestUpdateStreamingServices()
55 serviceInfos = in testRequestUpdateStreamingServices()
58 assertEquals(CtsStreamingService.STREAMING_SERVICE_INFO, serviceInfos.get(0)); in testRequestUpdateStreamingServices()
DMbmsDownloadSessionTest.java60 List<FileServiceInfo> serviceInfos = in testRequestUpdateDownloadServices() local
62 if (!CtsDownloadService.FILE_SERVICE_INFO.equals(serviceInfos.get(0))) { in testRequestUpdateDownloadServices()
64 serviceInfos = (List<FileServiceInfo>) mCallback.waitOnFileServicesUpdated().arg1; in testRequestUpdateDownloadServices()
66 assertEquals(CtsDownloadService.FILE_SERVICE_INFO, serviceInfos.get(0)); in testRequestUpdateDownloadServices()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DDomainSelectionCrossSimRedialingTestOnMockModem.java429 SparseArray<BarringInfo.BarringServiceInfo> serviceInfos = new SparseArray<>(); in unsolBarringInfoChanged() local
431 serviceInfos.put(BARRING_SERVICE_TYPE_EMERGENCY, in unsolBarringInfoChanged()
435 sMockModemManager.unsolBarringInfoChanged(slotId, serviceInfos); in unsolBarringInfoChanged()
437 assertTrue(sMockModemManager.unsolBarringInfoChanged(slotId, serviceInfos)); in unsolBarringInfoChanged()
DEmergencyCallDomainSelectionTestOnMockModem.java1447 SparseArray<BarringInfo.BarringServiceInfo> serviceInfos = new SparseArray<>(); in unsolBarringInfoChanged() local
1449 serviceInfos.put(BARRING_SERVICE_TYPE_EMERGENCY, in unsolBarringInfoChanged()
1453 sMockModemManager.unsolBarringInfoChanged(sTestSlot, serviceInfos); in unsolBarringInfoChanged()
1455 assertTrue(sMockModemManager.unsolBarringInfoChanged(sTestSlot, serviceInfos)); in unsolBarringInfoChanged()
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/pm/
DPackageManagerHelperTest.java182 ServiceInfo[] serviceInfos = pkgInfoUser.services; in testGetComponentName() local
184 assertThat(serviceInfos).isNotNull(); in testGetComponentName()
186 for (ServiceInfo info : serviceInfos) { in testGetComponentName()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsStreamingService.java138 List<StreamingServiceInfo> serviceInfos =
143 mHandler.obtainMessage(SEND_STREAMING_SERVICES_LIST, serviceInfos));
DCtsDownloadService.java192 List<FileServiceInfo> serviceInfos = Collections.singletonList(FILE_SERVICE_INFO);
196 mAppCallback.onFileServicesUpdated(serviceInfos);
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DInstrumentedAccessibilityService.java187 final List<AccessibilityServiceInfo> serviceInfos = in enableServiceWithoutWait() local
189 for (AccessibilityServiceInfo serviceInfo : serviceInfos) { in enableServiceWithoutWait()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionServiceTestOnMockModem.java424 SparseArray<BarringInfo.BarringServiceInfo> serviceInfos = new SparseArray<>(); in unsolBarringInfoChanged() local
426 serviceInfos.put(BARRING_SERVICE_TYPE_EMERGENCY, in unsolBarringInfoChanged()
429 assertTrue(sMockModemManager.unsolBarringInfoChanged(sTestSlot, serviceInfos)); in unsolBarringInfoChanged()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityDisplayProxyTest.java1753 final List<AccessibilityServiceInfo> serviceInfos = in registerProxyAndEnableTouchExploration() local
1755 serviceInfos.get(0).flags |= in registerProxyAndEnableTouchExploration()
1757 mA11yProxy.setInstalledAndEnabledServices(serviceInfos); in registerProxyAndEnableTouchExploration()