HomeSort by relevance Sort by last modified time
    Searched defs:CONTACT_ID (Results 1 - 22 of 22) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 32 public final static int CONTACT_ID = 0;
GroupMemberLoader.java 39 Data.CONTACT_ID, // 0
46 public static final int CONTACT_ID = 0;
55 Data.CONTACT_ID, // 0
63 public static final int CONTACT_ID = 0;
ContactSaveService.java     [all...]
ContactLoader.java 505 Contacts.Entity.CONTACT_ID,
577 public final static int CONTACT_ID = 13;
846 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 88 public static final int CONTACT_ID = 0;
154 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
183 && getSelectedContactId() == cursor.getLong(ContactQuery.CONTACT_ID);
288 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 267 + " AND " + Data.CONTACT_ID + " IN (";
271 Data.CONTACT_ID,
286 public static final int CONTACT_ID = 1;
326 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID);
380 long contactId = mDataCursor.getLong(DataQuery.CONTACT_ID);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 157 RawContacts.CONTACT_ID,
161 final int CONTACT_ID = 0;
338 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?",
370 mSelection = RawContacts.CONTACT_ID + "=?";
375 mSelection = RawContacts.CONTACT_ID + "=?";
395 new String[] { RawContacts.CONTACT_ID },
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
ContactsContract.java     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 119 Email.CONTACT_ID, // 4
129 public static final int CONTACT_ID = 4;
612 cursor.getLong(EmailQuery.CONTACT_ID),
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 393 RawContacts.CONTACT_ID + "," +
409 int CONTACT_ID = 2;
538 insert.bindLong(RawContactsInsert.CONTACT_ID, id);
    [all...]
ContactAggregator.java 96 " WHERE " + RawContacts.CONTACT_ID + "=?" +
264 + AggregatedPresenceColumns.CONTACT_ID + ", "
267 + " SELECT " + PresenceColumns.CONTACT_ID + ","
278 + " WHERE " + PresenceColumns.CONTACT_ID
280 + " AND " + PresenceColumns.CONTACT_ID
287 " WHERE " + RawContacts.CONTACT_ID + "=?"
296 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=?");
322 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND "
327 " SET " + RawContacts.CONTACT_ID + "=?, "
333 " SET " + RawContacts.CONTACT_ID + "=?"
    [all...]
ContactsDatabaseHelper.java 186 + "LEFT OUTER JOIN contacts ON (raw_contacts.contact_id = contacts._id)";
231 + "LEFT OUTER JOIN contacts ON (raw_contacts.contact_id = contacts._id)";
273 + SettingsColumns.CONCRETE_ACCOUNT_TYPE + "," + RawContacts.CONTACT_ID;
297 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID +
298 " GROUP BY " + RawContacts.CONTACT_ID;
379 Tables.RAW_CONTACTS + "." + RawContacts.CONTACT_ID;
516 String CONTACT_ID = "presence_contact_id";
520 String CONTACT_ID = "presence_contact_id";
522 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID;
606 public static final String CONTACT_ID = "contact_id"
    [all...]
ContactsProvider2.java 249 " (" + RawContacts.TIMES_CONTACTED + " + 1) END WHERE " + RawContacts.CONTACT_ID + "=?";
431 + "JOIN contacts ON (raw_contacts.contact_id = contacts._id)";
447 public static final int CONTACT_ID = 5;
471 + "(SELECT " + RawContacts.CONTACT_ID
522 + Data.CONTACT_ID + ", "
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1749 milliseconds