OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAW_CONTACTS
(Results
1 - 2
of
2
) sorted by null
/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
...]
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
...]
Completed in 30 milliseconds