Home
last modified time | relevance | path

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

123

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLastResortWatchdogTest.java117 List<Pair<ScanDetail, WifiConfiguration>> candidates = new ArrayList<>(); in createFilteredQnsCandidates() local
140 List<Pair<ScanDetail, WifiConfiguration>> candidates = in createFilteredQnsCandidates() local
182 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_ageCullingWorks() local
222 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_emptyBufferWithEmptyScanResults() local
251 List<Pair<ScanDetail, WifiConfiguration>> candidates; in testAvailableNetworkBuffering_addNewNetworksOverTime() local
282 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testAvailableNetworkBuffering_multipleNetworksSomeEphemeral() local
324 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssid() local
376 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWithEphemeral() local
426 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForSingleBssidWrongSsid() local
470 List<Pair<ScanDetail, WifiConfiguration>> candidates = createFilteredQnsCandidates(mSsids, in testFailureCounting_countFailuresForNonexistentBssid() local
[all …]
DWifiNetworkSelectorTest.java374 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in emptyScanResults() local
407 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyMinimumRssiThreshold() local
441 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyMinimumTimeGapWhenConnected() local
490 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyNoMinimumTimeGapWhenDisconnected() local
540 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in lowRssi5GNetworkIsNotSufficient() local
595 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in noInternetAccessNetworkIsNotSufficient() local
652 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in updateConfiguredNetworks() local
690 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in filterOutBlocklistedBssid() local
725 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in noSelectionWhenCurrentNetworkNotInScanResults() local
788 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in includeCurrentNetworkWhenCurrentNetworkNotNominated() local
[all …]
DCandidateScorerTest.java131 ArrayList<Candidate> candidates = new ArrayList<>(1); in evaluate() local
437 List<Candidate> candidates = new ArrayList<>(); in testPreferCurrentNetworkWithInternetOverNetworkWithNoInternet() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkNominateHelperTest.java178 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithNoMatch() local
197 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithNoInterworkingAP() local
226 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithNetworkMatchingHomeProvider() local
273 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithNoInternetBit() local
314 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithNetworkMatchingRoamingProvider() local
362 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansWithHomeProviderNetworkAndRoamingProviderNetwork() local
396 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateSIMProviderWithNetworkSupportingEncryptedIMSI() local
427 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScansMatchingActiveNetworkWithDifferentBSS() local
475 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateNetworkWithDisabledWifiConfig() local
501 List<Pair<ScanDetail, WifiConfiguration>> candidates = mNominateHelper in evaluateScanResultWithHomeMatchButPreviouslyUserDisconnected() local
[all …]
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
DColorModePreferenceFragmentTest.java79 final List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in getCandidates_all() local
102 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in getCandidates_none() local
119 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in getCandidates_withAutomatic() local
141 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in getCandidates_withoutAutomatic() local
/packages/apps/Dialer/java/com/android/dialer/preferredsim/impl/
DPreferredAccountWorkerImpl.java99 String phoneNumber, List<PhoneAccountHandle> candidates) { in selectAccount()
103 private Result doInBackground(String phoneNumber, List<PhoneAccountHandle> candidates) { in doInBackground()
142 PhoneAccountHandle preferred, List<PhoneAccountHandle> candidates, String dataId) { in usePreferredSim()
158 List<PhoneAccountHandle> candidates, in useDefaultSim()
171 Suggestion suggestion, List<PhoneAccountHandle> candidates, @Nullable String dataId) { in useSuggestedSim()
188 List<PhoneAccountHandle> candidates, in createDialogOptionsBuilder()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkRanker.java77 final ArrayList<NetworkAgentInfo> candidates = filter(nais, nai -> nai.satisfies(request)); in getBestNetwork() local
162 @Nullable public <T extends Scoreable> T getBestNetworkByPolicy( in getBestNetworkByPolicy()
328 final ArrayList<Scoreable> candidates = new ArrayList<>(); in mightBeat() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java81 MatchCandidateList candidates) { in aggregateContact()
614 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()
639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()
836 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
879 MatchCandidateList candidates, ContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
911 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts() local
941 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
952 MatchCandidateList candidates, ContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
DContactAggregator2.java93 MatchCandidateList candidates) { in aggregateContact()
211 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in findRawContactMatchingCandidates()
635 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
706 private void lookupApproximateNameMatches(SQLiteDatabase db, MatchCandidateList candidates, in lookupApproximateNameMatches()
753 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
824 MatchCandidateList candidates = new MatchCandidateList(); in findMatchingContacts() local
856 long rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresForSuggestionsBasedOnDataMatches()
870 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScores()
888 MatchCandidateList candidates, RawContactMatcher matcher, in updateMatchScoresForSuggestionsBasedOnDataMatches()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DKeyboardFragment.java212 List<DefaultAppInfo> candidates = getAutofillCandidates(); in updateAutofill() local
237 List<DefaultAppInfo> candidates) { in updateCurrentAutofillPreference()
246 private void updateAutofillSettings(List<DefaultAppInfo> candidates) { in updateAutofillSettings()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DNotificationAssistantPickerTest.java107 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in candidateListHasNoneAtEnd() local
120 List<? extends CandidateInfo> candidates = mFragment.getCandidates(); in candidateListHasCorrectCandidate() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillHelper.java54 final List<DefaultAppInfo> candidates = new ArrayList<>(); in getAutofillCandidates() local
92 @NonNull List<DefaultAppInfo> candidates) { in getCurrentAutofill()
DAutofillPickerFragment.java103 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in bind() local
138 List<DefaultAppInfo> candidates = AutofillHelper.getAutofillCandidates(context, in onPreferenceTreeClick() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DVrDisplayPreferencePickerTest.java62 List<VrDisplayPreferencePicker.VrCandidateInfo> candidates = mPicker.getCandidates(); in getCandidates_shouldReturnTwoCandidates() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputScorer.java185 private boolean doesAnyCurrentNetworksHaveInternet(@NonNull Collection<Candidate> candidates) { in doesAnyCurrentNetworksHaveInternet()
195 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates()
DCompatibilityScorer.java111 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardLoader.java128 List<ContextualCard> getDisplayableCards(List<ContextualCard> candidates) { in getDisplayableCards()
186 List<ContextualCard> filterEligibleCards(List<ContextualCard> candidates) { in filterEligibleCards()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppStoragePreference.java45 final List<VolumeInfo> candidates = in refresh() local
/packages/apps/Settings/src/com/android/settings/display/
DVrDisplayPreferencePicker.java48 List<VrCandidateInfo> candidates = new ArrayList<>(); in getCandidates() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
DDefaultAutofillPickerPreferenceController.java52 List<DefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredAccountWorker.java94 ListenableFuture<Result> selectAccount(String phoneNumber, List<PhoneAccountHandle> candidates); in selectAccount()
/packages/apps/Settings/src/com/android/settings/dream/
DCurrentDreamPicker.java73 final List<DreamCandidateInfo> candidates; in getCandidates() local
DWhenToDreamPicker.java57 final List<WhenToDreamCandidateInfo> candidates = new ArrayList<>(); in getCandidates() local
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DDefaultVoiceInputPickerPreferenceController.java63 List<DefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local
/packages/apps/Settings/src/com/android/settings/applications/assist/
DDefaultVoiceInputPicker.java57 final List<VoiceInputDefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local

123