/frameworks/ex/chips/src/com/android/ex/chips/ |
Queries.java | 35 Phone.CONTACT_ID, // 4 53 Email.CONTACT_ID, // 4 75 public static final int CONTACT_ID = 4; // long
|
/packages/apps/Contacts/src/com/android/contacts/ |
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...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactTileLoaderFactory.java | 33 public final static int CONTACT_ID = 0; 49 // contact id for strequent items, we thus have to use Phone.contact_id instead. 80 Phone.CONTACT_ID //........................................10
|
/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; 329 DataQuery.COLUMNS, sb.toString(), null, Data.CONTACT_ID); 385 long contactId = mDataCursor.getLong(DataQuery.CONTACT_ID);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListAdapter.java | 89 public static final int CONTACT_ID = 0; 164 long contactId = cursor.getLong(ContactQuery.CONTACT_ID); 193 && getSelectedContactId() == cursor.getLong(ContactQuery.CONTACT_ID); 307 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
|
PhoneNumberListAdapter.java | 72 Phone.CONTACT_ID, // 4 84 Phone.CONTACT_ID, // 4 95 public static final int CONTACT_ID = 4; 300 final long contactId = cursor.getLong(PhoneQuery.CONTACT_ID); 323 final long currentContactId = cursor.getLong(PhoneQuery.CONTACT_ID); 325 final long previousContactId = cursor.getLong(PhoneQuery.CONTACT_ID); 332 final long nextContactId = cursor.getLong(PhoneQuery.CONTACT_ID); 348 PhoneQuery.PHOTO_URI, PhoneQuery.CONTACT_ID,
|
/packages/apps/Dialer/src/com/android/dialer/interactions/ |
PhoneNumberInteraction.java | 260 Phone.CONTACT_ID // 8 271 private static final int CONTACT_ID = 8; 392 mContactId = cursor.getLong(CONTACT_ID);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 180 RawContacts.CONTACT_ID, 184 final int CONTACT_ID = 0; 363 ExtraInfoQuery.COLUMNS, RawContacts.CONTACT_ID + " = ?", 395 mSelection = RawContacts.CONTACT_ID + "=?"; 400 mSelection = RawContacts.CONTACT_ID + "=?"; 420 new String[] { RawContacts.CONTACT_ID }, [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | 129 Contacts.Entity.CONTACT_ID, 201 public static final int CONTACT_ID = 13; 402 values.put(Data.CONTACT_ID, -1); 606 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID); 657 cursorColumnToContentValues(cursor, cv, ContactQuery.CONTACT_ID); [all...] |
/packages/apps/Dialer/src/com/android/dialer/database/ |
DialerDatabaseHelper.java | 100 static final String CONTACT_ID = "contact_id"; 115 static final String CONTACT_ID = "contact_id"; 136 Phone.CONTACT_ID, // 4 184 ContactsContract.DeletedContacts.CONTACT_ID, // 0 231 + Tables.SMARTDIAL_TABLE + "." + SmartDialDbColumns.CONTACT_ID + ", " 361 SmartDialDbColumns.CONTACT_ID + " INTEGER," + 377 PrefixColumns.CONTACT_ID + " INTEGER" + 535 SmartDialDbColumns.CONTACT_ID + "=" + deleteContactId, null) [all...] |
/frameworks/opt/telephony/src/java/android/provider/ |
Telephony.java | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 114 " WHERE " + RawContacts.CONTACT_ID + "=?" + 282 + AggregatedPresenceColumns.CONTACT_ID + ", " 285 + " SELECT " + PresenceColumns.CONTACT_ID + "," 296 + " WHERE " + PresenceColumns.CONTACT_ID 298 + " AND " + PresenceColumns.CONTACT_ID 305 " WHERE " + RawContacts.CONTACT_ID + "=?" 310 " WHERE " + AggregatedPresenceColumns.CONTACT_ID + "=?"); 336 + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + " AND " 341 + Tables.RAW_CONTACTS + " WHERE " + RawContacts.CONTACT_ID + "=" 347 " SET " + RawContacts.CONTACT_ID + "=?, [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 219 + "LEFT OUTER JOIN contacts ON (raw_contacts.contact_id = contacts._id)"; 263 + "LEFT OUTER JOIN contacts ON (raw_contacts.contact_id = contacts._id)"; 310 + SettingsColumns.CONCRETE_ACCOUNT_TYPE + "," + RawContacts.CONTACT_ID; 341 " WHERE " + RawContacts.CONTACT_ID + "=" + ContactsColumns.CONCRETE_ID + 342 " GROUP BY " + RawContacts.CONTACT_ID; 422 Tables.RAW_CONTACTS + "." + RawContacts.CONTACT_ID; 571 String CONTACT_ID = "presence_contact_id"; 575 String CONTACT_ID = "presence_contact_id"; 577 String CONCRETE_CONTACT_ID = Tables.AGGREGATED_PRESENCE + "." + CONTACT_ID; [all...] |
ContactsProvider2.java | 260 " WHERE " + RawContacts.CONTACT_ID + "=?"; 442 + "JOIN contacts ON (raw_contacts.contact_id = contacts._id)"; 458 public static final int CONTACT_ID = 5; 484 + "(SELECT " + RawContacts.CONTACT_ID 518 " WHERE " + RawContacts.CONTACT_ID + " = ?1 AND " + Contacts.PINNED + " <= " + 563 + Data.CONTACT_ID + ", " [all...] |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |
/prebuilts/sdk/17/ |
android.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/12/ |
android.jar | |