Home
last modified time | relevance | path

Searched refs:getDestinationType (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DContactListItemData.java120 public int getDestinationType() { in getDestinationType() method in ContactListItemData
121 return mRecipientEntry.getDestinationType(); in getDestinationType()
/aosp12/frameworks/av/media/libstagefright/include/
H A DSecureBuffer.h43 ICrypto::DestinationType getDestinationType();
/aosp12/frameworks/av/media/libstagefright/
H A DBufferImpl.cpp66 ICrypto::DestinationType SecureBuffer::getDestinationType() { in getDestinationType() function in android::SecureBuffer
H A DACodecBufferChannel.cpp145 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in queueSecureInputBuffer()
354 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in attachEncryptedBuffer()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java124 CharSequence destinationType = getDestinationType(entry); in bindView()
346 protected CharSequence getDestinationType(RecipientEntry entry) { in getDestinationType() method in DropdownChipLayouter
347 return mQuery.getTypeLabel(mContext.getResources(), entry.getDestinationType(), in getDestinationType()
H A DRecipientEntry.java262 public int getDestinationType() { in getDestinationType() method in RecipientEntry
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListItemView.java120 mData.getDestinationType(), mData.getDestinationLabel())); in updateViewAppearance()