OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONCRETE_ID
(Results
1 - 9
of
9
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
180
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.
CONCRETE_ID
187
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.
CONCRETE_ID
208
+ AccountsColumns.
CONCRETE_ID
223
+ ContactsColumns.
CONCRETE_ID
226
+ " ON (" + DataColumns.CONCRETE_DATA1 + "=" + GroupsColumns.
CONCRETE_ID
228
+ DataColumns.CONCRETE_RAW_CONTACT_ID + "=" + RawContactsColumns.
CONCRETE_ID
245
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.
CONCRETE_ID
269
+ AccountsColumns.
CONCRETE_ID
+ "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
321
final String ZERO_GROUP_MEMBERSHIPS = "COUNT(" + GroupsColumns.
CONCRETE_ID
+ ")=0";
337
" WHERE " + RawContactsColumns.
CONCRETE_ID
+ "=" + OUTER_RAW_CONTACTS_ID + "))"
[
all
...]
DataRowHandlerForGroupMembership.java
61
+ "=" + GroupsColumns.
CONCRETE_ID
195
RawContactsColumns.
CONCRETE_ID
+ "=?", mSelectionArgs1, null, null, null);
GlobalSearchSupport.java
69
" WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=" + ContactsColumns.
CONCRETE_ID
+ ")";
220
db, projection, ContactsColumns.
CONCRETE_ID
+ "=" + contactId, filter, null,
LegacyApiSupport.java
123
+ RawContactsColumns.CONCRETE_ACCOUNT_ID + "=" + AccountsColumns.
CONCRETE_ID
+ ")"
272
+ " AND " + DataColumns.
CONCRETE_ID
+ " = legacy_photo." + LegacyPhotoData.PHOTO_DATA_ID
397
" ON(" + StatusUpdatesColumns.DATA_ID + "=" + DataColumns.
CONCRETE_ID
+ ")" +
598
RawContactsColumns.
CONCRETE_ID
[
all
...]
SearchIndexManager.java
305
sb.append(RawContactsColumns.
CONCRETE_ID
+ " IN (");
351
mSb.append(" END), " + Data.IS_SUPER_PRIMARY + ", " + DataColumns.
CONCRETE_ID
);
PhotoStore.java
273
mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.
CONCRETE_ID
+ "=?",
ContactsProvider2.java
410
RawContactsColumns.
CONCRETE_ID
+ "=? AND "
415
RawContactsColumns.
CONCRETE_ID
+ "=? AND "
434
+ AccountsColumns.
CONCRETE_ID
+ "=" + RawContactsColumns.CONCRETE_ACCOUNT_ID
439
RawContactsColumns.
CONCRETE_ID
,
443
DataColumns.
CONCRETE_ID
,
444
ContactsColumns.
CONCRETE_ID
480
+ " WHERE " + RawContactsColumns.
CONCRETE_ID
+ " IN "
[
all
...]
DataRowHandler.java
45
DataColumns.
CONCRETE_ID
,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
105
"(SELECT " + DataColumns.
CONCRETE_ID
+
109
+ DataColumns.
CONCRETE_ID
+ ")" +
112
+ RawContactsColumns.
CONCRETE_ID
+ ")" +
117
" WHERE " + ContactsColumns.
CONCRETE_ID
+ "=?";
333
+ RawContacts.CONTACT_ID + "=" + ContactsColumns.
CONCRETE_ID
+ " AND "
[
all
...]
Completed in 617 milliseconds