Searched refs:queries (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | ContactLoaderTest.java | 110 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/ |
D | ApplicationsLatency.java | 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in ApplicationsLatency 51 for (String query : queries) { in testApps()
|
D | ContactsLatency.java | 36 private static final String[] queries = { "", "a", "s", "e", "r", "pub", "sanxjkashasrxae" }; field in ContactsLatency 50 for (String query : queries) { in testContacts()
|
D | WebLatency.java | 38 private static final String[] queries = { field in WebLatency 61 checkSource("WEB", webComponent, queries); in testWebSuggestions()
|
D | SourceLatency.java | 122 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()
|