Searched defs:distinct (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java5697 // So use count(distinct pair(CONTACT_ID, PHONE NUMBER)) instead of count(*).
7556 SQLiteQueryBuilder qb, Uri uri, String[] projection, boolean distinct) {
7558 setTablesAndProjectionMapForData(qb, uri, projection, distinct, false, null);
7562 String[] projection, boolean distinct, boolean addSipLookupColumns) {
7563 setTablesAndProjectionMapForData(qb, uri, projection, distinct, addSipLookupColumns, null);
7571 String[] projection, boolean distinct, Integer usageType) {
7572 setTablesAndProjectionMapForData(qb, uri, projection, distinct, false, usageType);
7576 String[] projection, boolean distinct, boolean addSipLookupColumns, Integer usageType) {
7591 boolean useDistinct = distinct || !ContactsDatabaseHelper.isInProjection(
7555 setTablesAndProjectionMapForData( SQLiteQueryBuilder qb, Uri uri, String[] projection, boolean distinct) argument
7561 setTablesAndProjectionMapForData(SQLiteQueryBuilder qb, Uri uri, String[] projection, boolean distinct, boolean addSipLookupColumns) argument
7570 setTablesAndProjectionMapForData(SQLiteQueryBuilder qb, Uri uri, String[] projection, boolean distinct, Integer usageType) argument
7575 setTablesAndProjectionMapForData(SQLiteQueryBuilder qb, Uri uri, String[] projection, boolean distinct, boolean addSipLookupColumns, Integer usageType) argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 27 milliseconds