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
126
public static final String
RAW_CONTACTS
= "
raw_contacts
";
154
RAW_CONTACTS
,
174
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)";
177
// MUST be used, as upgraded
raw_contacts
may have the account info columns too.
180
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id)"
187
public static final String RAW_CONTACTS_JOIN_SETTINGS_DATA_GROUPS = Tables.
RAW_CONTACTS
201
+ "data.raw_contact_id =
raw_contacts
._id)
[
all
...]
ContactsProvider2.java
258
"UPDATE " + Tables.
RAW_CONTACTS
+ " SET " + RawContacts.TIMES_CONTACTED + "=" +
296
private static final int
RAW_CONTACTS
= 2002;
434
+ " FROM " + Tables.
RAW_CONTACTS
+ " WHERE " + RawContacts._ID + "=?";
438
+ "JOIN
raw_contacts
ON (data.raw_contact_id =
raw_contacts
._id) "
442
+ "JOIN contacts ON (
raw_contacts
.contact_id = contacts._id)";
485
+ " FROM " + Tables.
RAW_CONTACTS
497
"UPDATE " + Tables.
RAW_CONTACTS
+
503
"UPDATE " + Tables.
RAW_CONTACTS
+
516
"UPDATE " + Tables.
RAW_CONTACTS
[
all
...]
Completed in 33 milliseconds