OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestMatches
(Results
1 - 4
of
4
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
492
List<MatchScore>
bestMatches
=
494
for (MatchScore matchScore :
bestMatches
) {
501
bestMatches
=
503
for (MatchScore matchScore :
bestMatches
) {
[
all
...]
AbstractContactAggregator.java
[
all
...]
ContactAggregator2.java
477
List<MatchScore>
bestMatches
=
479
for (MatchScore matchScore :
bestMatches
) {
486
bestMatches
=
488
for (MatchScore matchScore :
bestMatches
) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
260
List<ConfigMatch>
bestMatches
= new ArrayList<ConfigMatch>();
325
bestMatches
.add(new ConfigMatch(testConfig, device, state, bundle));
332
if (
bestMatches
.size() == 0) {
383
ConfigMatch match = selectConfigMatch(
bestMatches
);
[
all
...]
Completed in 250 milliseconds