/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLastResortWatchdogTest.java | 117 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 …]
|
D | WifiNetworkSelectorTest.java | 374 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 …]
|
D | CandidateScorerTest.java | 131 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/ |
D | PasspointNetworkNominateHelperTest.java | 178 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/ |
D | ColorModePreferenceFragmentTest.java | 79 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/ |
D | PreferredAccountWorkerImpl.java | 99 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/ |
D | NetworkRanker.java | 77 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/ |
D | ContactAggregator.java | 81 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()
|
D | ContactAggregator2.java | 93 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/ |
D | KeyboardFragment.java | 212 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/ |
D | NotificationAssistantPickerTest.java | 107 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/ |
D | AutofillHelper.java | 54 final List<DefaultAppInfo> candidates = new ArrayList<>(); in getAutofillCandidates() local 92 @NonNull List<DefaultAppInfo> candidates) { in getCurrentAutofill()
|
D | AutofillPickerFragment.java | 103 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/ |
D | VrDisplayPreferencePickerTest.java | 62 List<VrDisplayPreferencePicker.VrCandidateInfo> candidates = mPicker.getCandidates(); in getCandidates_shouldReturnTwoCandidates() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ThroughputScorer.java | 185 private boolean doesAnyCurrentNetworksHaveInternet(@NonNull Collection<Candidate> candidates) { in doesAnyCurrentNetworksHaveInternet() 195 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates()
|
D | CompatibilityScorer.java | 111 public ScoredCandidate scoreCandidates(@NonNull Collection<Candidate> candidates) { in scoreCandidates()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCardLoader.java | 128 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/ |
D | AppStoragePreference.java | 45 final List<VolumeInfo> candidates = in refresh() local
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | VrDisplayPreferencePicker.java | 48 List<VrCandidateInfo> candidates = new ArrayList<>(); in getCandidates() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/ |
D | DefaultAutofillPickerPreferenceController.java | 52 List<DefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/ |
D | PreferredAccountWorker.java | 94 ListenableFuture<Result> selectAccount(String phoneNumber, List<PhoneAccountHandle> candidates); in selectAccount()
|
/packages/apps/Settings/src/com/android/settings/dream/ |
D | CurrentDreamPicker.java | 73 final List<DreamCandidateInfo> candidates; in getCandidates() local
|
D | WhenToDreamPicker.java | 57 final List<WhenToDreamCandidateInfo> candidates = new ArrayList<>(); in getCandidates() local
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/ |
D | DefaultVoiceInputPickerPreferenceController.java | 63 List<DefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local
|
/packages/apps/Settings/src/com/android/settings/applications/assist/ |
D | DefaultVoiceInputPicker.java | 57 final List<VoiceInputDefaultAppInfo> candidates = new ArrayList<>(); in getCandidates() local
|