Searched refs:checkSource (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DApplicationsLatency.java52 checkSource("APPS", APPS_COMPONENT, query);
H A DContactsLatency.java51 checkSource("CONTACTS", CONTACTS_COMPONENT, query);
H A DWebLatency.java61 checkSource("WEB", webComponent, queries);
H A DSourceLatency.java122 public void checkSource(String src, ComponentName componentName, String[] queries) { method in class:SourceLatency
126 long t = checkSource(src, componentName, queries[i]);
133 public long checkSource(String src, ComponentName componentName, String query) { method in class:SourceLatency

Completed in 51 milliseconds