Searched refs:bestMatch (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
H A DApplicationConfig.java88 Pair<Domain, NetworkSecurityConfig> bestMatch = null;
101 if (bestMatch == null) {
102 bestMatch = entry;
103 } else if (domain.hostname.length() > bestMatch.first.hostname.length()) {
104 bestMatch = entry;
108 if (bestMatch != null) {
109 return bestMatch.second;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp110 int bestMatch = 0; local
176 if (match > bestMatch) {
177 bestMatch = match;
182 return bestMatch > 0 ? NO_ERROR : BAD_VALUE;
/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp131 int bestMatch = 0; local
135 if (i == 0 || match < bestMatch) {
137 bestMatch = match;
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java180 int bestMatch = Integer.MAX_VALUE;
185 if (match < bestMatch) {
186 bestMatch = match;
193 if (bestMatch == 0) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DMccTable.java308 Locale bestMatch = chooseBestFallback(target, languageMatches);
309 if (bestMatch != null) {
311 bestMatch.toLanguageTag());
312 return bestMatch;
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java1411 TrieNode bestMatch = null;
1418 bestMatch = root;
1420 bestMatch = root;
1424 return bestMatch;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java755 int bestMatch = 0;
760 if (r.match > bestMatch) bestMatch = r.match;
767 pm.addPreferredActivity(filter, bestMatch, set, intent.getComponent());
800 filter, bestMatch, intent.getComponent());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java475 MultiAttributeSetter bestMatch = matching.get(0);
476 calls.add(bestMatch);
477 removeConsumedAttributes(matching, bestMatch.attributes);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2127 milliseconds