Home
last modified time | relevance | path

Searched refs:getTypeLabel (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DQueries.java45 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
46 return Phone.getTypeLabel(res, type, label);
65 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
66 return Email.getTypeLabel(res, type, label);
105 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label); in getTypeLabel() method in Queries.Query
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/
H A DEventCompat.java38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel() method in EventCompat
40 return Event.getTypeLabel(res, type, label); in getTypeLabel()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java119 accountInfo.getTypeLabel()); in getAccountHeaderLabelForMyProfile()
127 return displayableAccount.getTypeLabel().toString(); in getAccountTypeHeaderLabel()
130 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
133 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
H A DRawContactEditorView.java686 phoneType = Phone.getTypeLabel( in addReadOnlyRawContactEditorViews()
709 emailType = Email.getTypeLabel( in addReadOnlyRawContactEditorViews()
772 final String accountType = account.getTypeLabel().toString(); in setAccountInfo()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountInfo.java60 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountInfo
61 return mDisplayInfo.getTypeLabel(); in getTypeLabel()
H A DAccountDisplayInfo.java55 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountDisplayInfo
/aosp12/frameworks/base/core/java/android/provider/
H A DContactsContract.java6252 return getTypeLabel(context.getResources(), type, label); in getDisplayLabel()
6263 return getTypeLabel(context.getResources(), type, label); in getDisplayLabel()
6301 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Phone
6524 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Email
6732 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.StructuredPostal
6893 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Im
7100 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Organization
7227 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Relation
7323 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.Event
7652 public static final CharSequence getTypeLabel(Resources res, int type, in getTypeLabel() method in ContactsContract.CommonDataKinds.SipAddress
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
H A DConferenceProfileViewHolder.java76 String phoneNumberLabel = info.getTypeLabel(); in bind()
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DSearchContactViewHolder.java162 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
283 Phone.getTypeLabel( in getDialerContact()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DPostalAddress.java105 return ContactsContract.CommonDataKinds.StructuredPostal.getTypeLabel(res, mType, mLabel); in getReadableLabel()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DSelfRefreshDescriptionLiveData.java93 String label = number != null ? number.getTypeLabel() : null; in getCallInfoText()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DLegacyPhoneNumberListAdapter.java106 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
H A DLegacyPostalAddressListAdapter.java107 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
H A DPostalAddressListAdapter.java140 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
H A DEmailAddressListAdapter.java149 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
H A DMultiSelectEmailAddressesListAdapter.java182 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
H A DMultiSelectPhoneNumbersListAdapter.java182 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountsListAdapter.java96 text1.setText(mAccounts.get(position).getTypeLabel()); in getView()
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
H A DCp2Projections.java117 infoBuilder.setLabel(Phone.getTypeLabel(appContext.getResources(), type, label).toString()); in buildCp2ContactInfoFromCursor()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java175 Phone.getTypeLabel(resources, phone.getType(), phone.getLabel()).toString(),
186 Phone.getTypeLabel(resources, email.getType(),
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/
H A DEmergencyContactManager.java61 phoneType = ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getContact()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DUiCallLogLiveData.java144 uiCallLog.setLabel(phoneNumberInfo.getTypeLabel()); in convert()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DNumbersAdapter.java123 return ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getNumberTypeOrLocation()
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/
H A DDirectoryContactViewHolder.java129 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListItemView.java119 mContactDetailTypeTextView.setText(Phone.getTypeLabel(getResources(), in updateViewAppearance()

12