Home
last modified time | relevance | path

Searched defs:resultList (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/request/
DSubscribeCoordinatorTest.java103 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestUpdatedWithError() local
118 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestCommandError() local
148 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestNetworkRespSuccess() local
212 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestNetworkRespError() local
283 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestTerminated() local
298 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testNoNeedRequestFromNetwork() local
DOptionsCoordinatorTest.java90 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestUpdatedWithError() local
109 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestCommandError() local
138 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRequestNetworkResponse() local
DRemoteOptionsCoordinatorTest.java93 Collection<RequestResult> resultList = coordinator.getFinishedRequest(); in testRemoteRequestFinished() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DResumeOnRebootServiceProviderTests.java88 ArrayList<ResolveInfo> resultList = new ArrayList<>(); in serviceNotGuardedWithPermission() local
98 ArrayList<ResolveInfo> resultList = new ArrayList<>(); in serviceResolved() local
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DCapabilityRequest.java214 List<EabCapabilityResult> resultList = null; in getCapabilitiesFromCache() local
278 List<RcsContactUceCapability> resultList = new ArrayList<>(); in getFromThrottlingList() local
DSubscribeRequestCoordinator.java366 List<RcsContactUceCapability> resultList = new ArrayList<>(); in getCapabilitiesFromCacheIncludingExpired() local
DUceRequestManager.java586 List<EabCapabilityResult> resultList = Collections.emptyList(); in getCapabilitiesFromCache() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DGlobalResultsStore.java133 ArrayList<UiBenchmarkResult> resultList = new ArrayList<>(); in loadTestResults() local
228 ArrayList<UiBenchmarkResult> resultList = results.get(name); in loadDetailedResults() local
/frameworks/base/tests/vcn/java/com/android/server/vcn/util/
DPersistableBundleUtilsTest.java168 final List<TestClass> resultList = PersistableBundleUtils.toList(bundled, TestClass::new); in testListConversionLossless() local
190 final LinkedHashMap<TestKey, TestClass> resultList = in testMapConversionLossless() local
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextLinksTest.java83 final List<TextLinks.TextLink> resultList = new ArrayList<>(result.getLinks()); in testParcel() local
/frameworks/base/services/core/java/com/android/server/search/
DSearchables.java467 final ArrayList<SearchableInfo> resultList = new ArrayList<>(list.size()); in createFilterdSearchableInfoList() local
483 final ArrayList<ResolveInfo> resultList = new ArrayList<>(list.size()); in createFilterdResolveInfoList() local
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java805 resultList = shortcutResults; in createAppPredictorCallback() field in ChooserActivity
812 sendShareShortcutInfoList(shareShortcutInfos, chooserListAdapter, resultList, in createAppPredictorCallback() argument
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupRestoreEventLoggerTest.java327 List<DataTypeResult> resultList = logger.getLoggingResults(); in getResultForDataTypeIfPresent() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiTracker.java491 List<ScanResult> resultList; in updateScanResultCache() local
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java356 ArrayList<R> resultList = new ArrayList<R>(); in queryIntentFromList() local
DBinaryTransparencyService.java188 List<String> resultList = new ArrayList<>(); in computePackageSignerSha256Digests() local