Home
last modified time | relevance | path

Searched defs:contactId (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEntry.java83 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry()
162 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
171 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
182 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry()
DRecipientAlternatesAdapter.java361 public RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, in RecipientAlternatesAdapter()
368 public RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, in RecipientAlternatesAdapter()
381 private static Cursor getCursorForConstruction(Context context, long contactId, in getCursorForConstruction()
DBaseRecipientAdapter.java132 public final long contactId; field in BaseRecipientAdapter.TemporaryEntry
144 long contactId, in TemporaryEntry()
DRecipientEditTextView.java526 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1; in shrink() local
730 long contactId = contact.getContactId(); in loadAvatarIcon() local
2206 long contactId = currentChip.getContactId(); in shouldShowEditableText() local
2491 long contactId = chip.getContactId(); in isGeneratedContact() local
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java82 long contactId, in addRow()
97 long contactId, in assertRow()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java349 long contactId = cursor.getLong(PHONE_ID_COLUMN_INDEX); in onQueryComplete() local
364 long contactId = cursor.getLong(EMAIL_ID_COLUMN_INDEX); in onQueryComplete() local
/frameworks/base/core/java/android/provider/
DContactsContract.java1502 final long contactId = c.getLong(1); in getLookupUri() local
1515 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri()
1537 long contactId = c.getLong(0); in lookupContact() local
1559 public static void markAsContacted(ContentResolver resolver, long contactId) { in markAsContacted()
1634 public static boolean isEnterpriseContactId(long contactId) { in isEnterpriseContactId()
1840 public Builder setContactId(long contactId) { in setContactId()
2766 final long contactId = cursor.getLong(0); in getContactLookupUri() local
4663 final long contactId = cursor.getLong(0); in getContactLookupUri() local
8073 public static void undemote(ContentResolver contentResolver, long contactId) { in undemote()
8086 ContentResolver contentResolver, long contactId, int pinnedPosition) { in pin()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java220 final long contactId = cursor.getLong(columnIndex); in getCallerInfo() local
/frameworks/opt/vcard/java/com/android/vcard/
DVCardComposer.java458 private String createOneEntryInternal(final String contactId, in createOneEntryInternal()