/frameworks/opt/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 102 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() 111 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() 134 int destinationType, String destinationLabel, long contactId, Long directoryId, in RecipientEntry() 191 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() 201 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() 213 String destinationLabel, long contactId, Long directoryId, long dataId, in constructSecondLevelEntry()
|
D | RecipientAlternatesAdapter.java | 369 public RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, in RecipientAlternatesAdapter() 377 public RecipientAlternatesAdapter(Context context, long contactId, Long directoryId, in RecipientAlternatesAdapter() 393 private static Cursor getCursorForConstruction(Context context, long contactId, in getCursorForConstruction()
|
D | BaseRecipientAdapter.java | 144 public final long contactId; field in BaseRecipientAdapter.TemporaryEntry 156 long contactId, in TemporaryEntry()
|
D | RecipientEditTextView.java | 729 long contactId = mSelectedChip != null ? mSelectedChip.getEntry().getContactId() : -1; in shrink() local 1003 long contactId = contact.getContactId(); in loadAvatarIcon() local 2598 long contactId = currentChip.getContactId(); in shouldShowEditableText() local 2907 long contactId = chip.getContactId(); in isGeneratedContact() local
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapterTest.java | 82 long contactId, in addRow() 97 long contactId, in assertRow()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardComposer.java | 481 public final long contactId; field in VCardComposer.RawContactEntitlesInfo 482 public RawContactEntitlesInfo(Uri rawContactEntitlesUri, long contactId) { in RawContactEntitlesInfo() 498 RawContactEntitlesInfo getRawContactEntitlesInfo(long contactId); in getRawContactEntitlesInfo() 501 private String createOneEntryInternal(long contactId, in createOneEntryInternal()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | RcsParticipant.java | 104 public void setContactId(String contactId) throws RcsMessageStoreException { in setContactId()
|
/frameworks/base/core/java/android/widget/ |
D | QuickContactBadge.java | 360 long contactId = cursor.getLong(PHONE_ID_COLUMN_INDEX); in onQueryComplete() local 375 long contactId = cursor.getLong(EMAIL_ID_COLUMN_INDEX); in onQueryComplete() local
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 1638 final long contactId = c.getLong(1); in getLookupUri() local 1654 public static Uri getLookupUri(long contactId, String lookupKey) { in getLookupUri() 1679 long contactId = c.getLong(0); in lookupContact() local 1707 public static void markAsContacted(ContentResolver resolver, long contactId) { in markAsContacted() 1813 public static boolean isEnterpriseContactId(long contactId) { in isEnterpriseContactId() 1995 public Builder setContactId(long contactId) { in setContactId() 2893 final long contactId = cursor.getLong(0); in getContactLookupUri() local 4898 final long contactId = cursor.getLong(0); in getContactLookupUri() local 8458 public static void undemote(ContentResolver contentResolver, long contactId) { in undemote() 8471 ContentResolver contentResolver, long contactId, int pinnedPosition) { in pin() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 239 final long contactId = cursor.getLong(columnIndex); in getCallerInfo() local
|
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | IRcs.aidl | 135 void setRcsParticipantContactId(int participantId, String contactId, String callingPackage); in setRcsParticipantContactId()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 277 …void startManagedQuickContact(String lookupKey, long contactId, boolean isContactIdIgnored, long d… in startManagedQuickContact()
|