Home
last modified time | relevance | path

Searched refs:queries (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/
DContactLoaderTest.java110 ContactQueries queries = new ContactQueries(); in testLoadContactWithContactIdUri() local
112 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey); in testLoadContactWithContactIdUri()
142 ContactQueries queries = new ContactQueries(); in testLoadContactWithOldStyleUri() local
143 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, contactId, lookupKey); in testLoadContactWithOldStyleUri()
144 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey); in testLoadContactWithOldStyleUri()
172 ContactQueries queries = new ContactQueries(); in testLoadContactWithRawContactIdUri() local
174 queries.fetchContactIdAndLookupFromRawContactUri(rawContactUri, contactId, lookupKey); in testLoadContactWithRawContactIdUri()
175 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey); in testLoadContactWithRawContactIdUri()
202 ContactQueries queries = new ContactQueries(); in testLoadContactWithContactLookupUri() local
204 queries.fetchAllData(entityUri, contactId, rawContactId, dataId, lookupKey); in testLoadContactWithContactLookupUri()
[all …]
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DApplicationsLatency.java36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in ApplicationsLatency
51 for (String query : queries) { in testApps()
DContactsLatency.java36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in ContactsLatency
50 for (String query : queries) { in testContacts()
DWebLatency.java38 private static final String[] queries = { field in WebLatency
61 checkSource("WEB", webComponent, queries); in testWebSuggestions()
DSourceLatency.java122 public void checkSource(String src, ComponentName componentName, String[] queries) { in checkSource() argument
124 int count = queries.length; in checkSource()
125 for (int i = 0; i < queries.length; i++) { in checkSource()
126 long t = checkSource(src, componentName, queries[i]); in checkSource()