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.java80 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>(); in createFilteredQnsCandidates() local
103 List<Pair<ScanDetail, WifiConfiguration>> candidates = in createFilteredQnsCandidates() local
145 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_ageCullingWorks() local
185 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_emptyBufferWithEmptyScanResults() local
214 List<Pair<ScanDetail, WifiConfiguration>> candidates; in testAvailableNetworkBuffering_addNewNetworksOverTime() local
245 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() local
287 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssid() local
339 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWithEphemeral() local
389 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWrongSsid() local
433 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/java/com/android/internal/telephony/
DCarrierAppUtils.java127 List<ApplicationInfo> candidates = getDefaultCarrierAppCandidatesHelper(packageManager, in disableCarrierAppsUntilPrivileged() local
282 List<ApplicationInfo> candidates = getDefaultCarrierAppCandidates(packageManager, userId); in getDefaultCarrierApps() local
/frameworks/minikin/libs/minikin/
DOptimalLineBreaker.cpp89 std::vector<Candidate> candidates; member
294 const std::vector<Candidate>& candidates) { in finishBreaksOptimal()
322 const std::vector<Candidate>& candidates = context.candidates; in computeBreaks() local
/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.java486 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/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java251 private static Locale lookupFallback(Locale target, List<Locale> candidates) { in lookupFallback()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java3530 final List<ResolveInfo> candidates = queryActivities( in injectGetPinConfirmationActivity() local