Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java95 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>(); in createFilteredQnsCandidates() local
118 List<Pair<ScanDetail, WifiConfiguration>> candidates = in createFilteredQnsCandidates() local
160 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_ageCullingWorks() local
200 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_emptyBufferWithEmptyScanResults() local
229 List<Pair<ScanDetail, WifiConfiguration>> candidates; in testAvailableNetworkBuffering_addNewNetworksOverTime() local
260 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() local
302 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssid() local
354 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWithEphemeral() local
404 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWrongSsid() local
448 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForNonexistentBssid() local
[all …]
DCandidateScorerTest.java123 ArrayList<Candidate> candidates = new ArrayList<>(1); in evaluate() local
DNetworkSuggestionEvaluatorTest.java632 private void setupAddToWifiConfigManager(WifiConfiguration...candidates) { in setupAddToWifiConfigManager()
662 private void verifyAddToWifiConfigManager(WifiConfiguration...candidates) { in verifyAddToWifiConfigManager()
/frameworks/base/core/tests/coretests/src/android/app/
DApplicationPackageManagerTest.java159 List<VolumeInfo> candidates = in testGetCandidateVolumes_systemApp() local
198 List<VolumeInfo> candidates = appPkgMgr.getPackageCandidateVolumes( in testGetCandidateVolumes_3rdParty_internalOnly() local
228 List<VolumeInfo> candidates = appPkgMgr.getPackageCandidateVolumes( in testGetCandidateVolumes_3rdParty_auto() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplayColorProfile.cpp87 std::vector<ColorMode> candidates; in getColorModeCandidates() local
122 std::vector<RenderIntent> candidates; in getRenderIntentCandidates() local
159 std::vector<ColorMode> candidates = getColorModeCandidates(mode); in getHwcColorMode() local
172 std::vector<RenderIntent> candidates = getRenderIntentCandidates(intent); in getHwcRenderIntent() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DRandomScheduler.java43 Vector<Filter> candidates = new Vector<Filter>(); in scheduleNextNode() local
/frameworks/base/telephony/common/com/android/internal/telephony/
DCarrierAppUtils.java149 List<ApplicationInfo> candidates = getDefaultCarrierAppCandidatesHelper( in disableCarrierAppsUntilPrivileged() local
308 List<ApplicationInfo> candidates = getDefaultCarrierAppCandidates(packageManager, userId); in getDefaultCarrierApps() local
/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp89 std::vector<Candidate> candidates; member
297 const std::vector<Candidate>& candidates) { in finishBreaksOptimal()
325 const std::vector<Candidate>& candidates = context.candidates; in computeBreaks() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DLocaleUtils.java206 private static Locale lookupFallback(Locale target, List<Locale> candidates) { in lookupFallback()
/frameworks/base/core/java/android/text/method/
DLinkMovementMethod.java115 ClickableSpan[] candidates = buffer.getSpans(first, last, ClickableSpan.class); in action() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java481 final List<Integer> candidates, final int retryCount, in runDevicePolling()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2143 final List<VolumeInfo> candidates = new ArrayList<>(); in getPackageCandidateVolumes() local
2237 final List<VolumeInfo> candidates = new ArrayList<>(); in getPrimaryStorageCandidateVolumes() local
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java3530 final List<ResolveInfo> candidates = queryActivities( in injectGetPinConfirmationActivity() local