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
133
public static final String
RAW_CONTACTS
= "
raw_contacts
";
161
RAW_CONTACTS
,
179
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)";
182
// MUST be used, as upgraded
raw_contacts
may have the account info columns too.
185
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)"
192
public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.
RAW_CONTACTS
206
+ "data.raw_contact_id =
raw_contacts
._id)
[
all
...]
ContactsProvider2.java
236
"UPDATE " + Tables.
RAW_CONTACTS
+ " SET " + RawContacts.TIMES_CONTACTED + "=" +
358
public static final int
RAW_CONTACTS
= 2002;
505
+ " FROM " + Tables.
RAW_CONTACTS
+ " WHERE " + RawContacts._ID + "=?";
509
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id) "
513
+ "JOIN contacts ON (
raw_contacts
.contact_id = contacts._id)";
556
+ " FROM " + Tables.
RAW_CONTACTS
568
"UPDATE " + Tables.
RAW_CONTACTS
+
574
"UPDATE " + Tables.
RAW_CONTACTS
+
591
"UPDATE " + Tables.
RAW_CONTACTS
[
all
...]
Completed in 77 milliseconds