OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAW_CONTACTS
(Results
1 - 7
of
7
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
ContactsTableUtil.java
98
+ " FROM " + Tables.
RAW_CONTACTS
125
+ " from " + Tables.
RAW_CONTACTS
128
+ " from " + Tables.
RAW_CONTACTS
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
124
public static final String
RAW_CONTACTS
= "
raw_contacts
";
152
RAW_CONTACTS
,
172
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)";
175
// MUST be used, as upgraded
raw_contacts
may have the account info columns too.
178
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)"
185
public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.
RAW_CONTACTS
199
+ "data.raw_contact_id =
raw_contacts
._id)
[
all
...]
DataRowHandlerForGroupMembership.java
45
String TABLE = Tables.
RAW_CONTACTS
;
107
if (db.update(Tables.
RAW_CONTACTS
, rawContactValues, SELECTION_RAW_CONTACT_ID,
184
* the
raw_contacts
table.
LegacyApiSupport.java
124
+ " LEFT OUTER JOIN data name ON (
raw_contacts
._id = name.raw_contact_id"
127
+ " LEFT OUTER JOIN data organization ON (
raw_contacts
._id = organization.raw_contact_id"
130
+ " LEFT OUTER JOIN data email ON (
raw_contacts
._id = email.raw_contact_id"
133
+ " LEFT OUTER JOIN data note ON (
raw_contacts
._id = note.raw_contact_id"
136
+ " LEFT OUTER JOIN data phone ON (
raw_contacts
._id = phone.raw_contact_id"
142
+ " JOIN
raw_contacts
ON (
raw_contacts
._id = data.raw_contact_id)"
202
"UPDATE " + Tables.
RAW_CONTACTS
+ " SET "
269
" LEFT OUTER JOIN data legacy_photo ON (
raw_contacts
._id = legacy_photo.raw_contact_id"
563
Tables.
RAW_CONTACTS
+ "." + RawContactsColumns.DISPLAY_NAM
[
all
...]
ContactsProvider2.java
254
"UPDATE " + Tables.
RAW_CONTACTS
+ " SET " + RawContacts.TIMES_CONTACTED + "=" +
292
private static final int
RAW_CONTACTS
= 2002;
428
+ " FROM " + Tables.
RAW_CONTACTS
+ " WHERE " + RawContacts._ID + "=?";
432
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id) "
436
+ "JOIN contacts ON (
raw_contacts
.contact_id = contacts._id)";
479
+ " FROM " + Tables.
RAW_CONTACTS
491
"UPDATE " + Tables.
RAW_CONTACTS
+
497
"UPDATE " + Tables.
RAW_CONTACTS
+
[
all
...]
SearchIndexManager.java
315
// The selection to select
raw_contacts
.
323
" FROM " + Tables.
RAW_CONTACTS
+
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
110
" JOIN " + Tables.
RAW_CONTACTS
+
301
" FROM " + Tables.
RAW_CONTACTS
+
310
"UPDATE " + Tables.
RAW_CONTACTS
+
332
+ ")=0 THEN 0 ELSE 1 END) FROM " + Tables.
RAW_CONTACTS
+ " WHERE "
337
"UPDATE " + Tables.
RAW_CONTACTS
+
343
"UPDATE " + Tables.
RAW_CONTACTS
+
348
"UPDATE " + Tables.
RAW_CONTACTS
+
387
" FROM " + Tables.
RAW_CONTACTS
+
534
public static final String TABLE = Tables.
RAW_CONTACTS
;
571
* - Set {@link RawContactsColumns#AGGREGATION_NEEDED} For all visible
raw_contacts
wit
[
all
...]
Completed in 135 milliseconds