OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestMatches
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
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>();
326
bestMatches
.add(new ConfigMatch(testConfig, device, state, bundle));
333
if (
bestMatches
.size() == 0) {
384
ConfigMatch match = selectConfigMatch(
bestMatches
);
[
all
...]
Completed in 162 milliseconds