Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 46) sorted by relevance

12

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/eligibility/
DCandidateSuggestionFilter.java83 final CandidateSuggestion candidate = task.get(checkTaskTimeOutValue, in filterCandidates() local
110 public CandidateFilterTask(Context context, CandidateSuggestion candidate) { in CandidateFilterTask()
129 public GetSuggestionStatusCallable(Context context, CandidateSuggestion candidate) { in GetSuggestionStatusCallable()
165 static Bundle buildGetSuggestionStateExtras(CandidateSuggestion candidate) { in buildGetSuggestionStateExtras()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DRedEyeCandidate.java25 public RedEyeCandidate(RedEyeCandidate candidate) { in RedEyeCandidate() method in RedEyeCandidate
35 public boolean equals(RedEyeCandidate candidate) { in equals()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java378 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in emptyScanResults() local
411 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in verifyMinimumRssiThreshold() local
445 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in verifyMinimumTimeGapWhenConnected() local
494 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in verifyNoMinimumTimeGapWhenDisconnected() local
544 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in lowRssi5GNetworkIsNotSufficient() local
599 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in noInternetAccessNetworkIsNotSufficient() local
656 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in updateConfiguredNetworks() local
694 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in filterOutBlocklistedBssid() local
729 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in noSelectionWhenCurrentNetworkNotInScanResults() local
792 WifiConfiguration candidate = mWifiNetworkSelector.selectNetwork(candidates); in includeCurrentNetworkWhenCurrentNetworkNotNominated() local
[all …]
DCandidateScorerTest.java130 private double evaluate(ConcreteCandidate candidate) { in evaluate()
DWifiCandidatesTest.java397 WifiCandidates.Candidate candidate; in testAddCarrierOrPrivilegedCandidate() local
/packages/apps/TV/tests/common/src/com/android/tv/input/
DTunerHelper.java85 Tuner candidate = null; in stopTune() local
111 Tuner candidate = null; in stopRecording() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoreCardBasedScorer.java86 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate()
115 private int estimatedCutoff(Candidate candidate) { in estimatedCutoff()
DThroughputScorer.java85 private ScoredCandidate scoreCandidate(Candidate candidate, boolean currentNetworkHasInternet) { in scoreCandidate()
178 private int calculateThroughputBonusScore(Candidate candidate) { in calculateThroughputBonusScore()
DCompatibilityScorer.java78 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate()
DBubbleFunScorer.java62 private ScoredCandidate scoreCandidate(Candidate candidate) { in scoreCandidate()
DWifiCandidates.java401 Candidate candidate) { in ScoredCandidate()
546 CandidateImpl candidate = new CandidateImpl(key, config, perBssid, nominatorId, in add() local
592 public boolean remove(Candidate candidate) { in remove()
/packages/apps/Settings/src/com/android/settings/sound/
DVibrateForCallsPreferenceFragment.java76 private void updateSettings(VibrateForCallsCandidateInfo candidate) { in updateSettings()
122 final VibrateForCallsCandidateInfo candidate = mCandidates.get(key); in setDefaultKey() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryCursorLoader.java72 final Cursor candidate; in loadInBackground() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DVibrationPreferenceFragment.java113 private void updateSettings(VibrationIntensityCandidateInfo candidate) { in updateSettings()
235 VibrationIntensityCandidateInfo candidate = mCandidates.get(key); in setDefaultKey() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DReadOnlyBinaryDictionary.java83 public boolean shouldAutoCommit(final SuggestedWordInfo candidate) { in shouldAutoCommit()
DDictionary.java176 public boolean shouldAutoCommit(final SuggestedWordInfo candidate) { in shouldAutoCommit()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
DTemplateSliceBuilder.java84 protected boolean checkCompatible(SliceSpec candidate, Uri uri) { in checkCompatible()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImagePoint.java79 FilterPoint candidate, Canvas canvas, Matrix originalToScreen, in drawPoint()
DImageRedEye.java111 RedEyeCandidate candidate = (RedEyeCandidate) point; in drawPoint() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
DSuggestionParser.java106 final CandidateSuggestion candidate = new CandidateSuggestion(mContext, resolved, in readSuggestions() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DVibrationPreferenceFragmentTest.java133 VibrationIntensityCandidateInfo candidate = in candidates_shouldBeSortedByIntensity() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DBots.java89 UiObject2 candidate = mDevice.findObject(By.res(resourceName)); in assertHasFocus() local
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DNavigator.java149 AccessibilityNodeInfo candidate = copyNode(sourceNode); in findRotateTarget() local
757 AccessibilityNodeInfo candidate = mTreeTraverser.depthFirstSearch(node, in isCandidate() local
868 @NonNull AccessibilityNodeInfo candidate, int direction) { in findNextFocusableInWebView()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkRanker.java111 private <T extends Scoreable> boolean isBadWiFi(@NonNull final T candidate) { in isBadWiFi()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkNominateHelper.java189 PasspointNetworkCandidate candidate) { in createWifiConfigForProvider()

12