Searched refs:bestCandidate (Results 1 – 3 of 3) sorted by relevance
175 PasspointNetworkCandidate bestCandidate = null; in findBestNetwork() local188 bestCandidate = candidate; in findBestNetwork()192 localLog("Best Passpoint network " + bestCandidate.mScanDetail.getSSID() + " provided by " in findBestNetwork()193 + bestCandidate.mProvider.getConfig().getHomeSp().getFqdn()); in findBestNetwork()194 return bestCandidate; in findBestNetwork()
303 const Candidate& bestCandidate = mCandidates[mBestBreak]; in pushGreedyBreak() local304 pushBreak(bestCandidate.offset, bestCandidate.postBreak - mPreBreak, in pushGreedyBreak()305 mLastHyphenation | HyphenEdit::editForThisLine(bestCandidate.hyphenType)); in pushGreedyBreak()311 mPreBreak = bestCandidate.preBreak; in pushGreedyBreak()312 mLastHyphenation = HyphenEdit::editForNextLine(bestCandidate.hyphenType); in pushGreedyBreak()
464 VolumeInfo bestCandidate = null; in resolveInstallVolume() local477 bestCandidate = vol; in resolveInstallVolume()518 if (bestCandidate != null) { in resolveInstallVolume()519 return bestCandidate.fsUuid; in resolveInstallVolume()