Searched refs:serviceInfos (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsStreamingSessionTest.java | 51 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()
|
D | MbmsDownloadSessionTest.java | 60 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/ |
D | DomainSelectionCrossSimRedialingTestOnMockModem.java | 429 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()
|
D | EmergencyCallDomainSelectionTestOnMockModem.java | 1447 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/ |
D | PackageManagerHelperTest.java | 182 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/ |
D | CtsStreamingService.java | 138 List<StreamingServiceInfo> serviceInfos = 143 mHandler.obtainMessage(SEND_STREAMING_SERVICES_LIST, serviceInfos));
|
D | CtsDownloadService.java | 192 List<FileServiceInfo> serviceInfos = Collections.singletonList(FILE_SERVICE_INFO); 196 mAppCallback.onFileServicesUpdated(serviceInfos);
|
/cts/tests/accessibility/common/src/android/accessibility/cts/common/ |
D | InstrumentedAccessibilityService.java | 187 final List<AccessibilityServiceInfo> serviceInfos = in enableServiceWithoutWait() local 189 for (AccessibilityServiceInfo serviceInfo : serviceInfos) { in enableServiceWithoutWait()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DomainSelectionServiceTestOnMockModem.java | 424 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/ |
D | AccessibilityDisplayProxyTest.java | 1753 final List<AccessibilityServiceInfo> serviceInfos = in registerProxyAndEnableTouchExploration() local 1755 serviceInfos.get(0).flags |= in registerProxyAndEnableTouchExploration() 1757 mA11yProxy.setInstalledAndEnabledServices(serviceInfos); in registerProxyAndEnableTouchExploration()
|