/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | Queries.java | 45 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 D | EventCompat.java | 38 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 D | EditorUiUtils.java | 119 accountInfo.getTypeLabel()); in getAccountHeaderLabelForMyProfile() 127 return displayableAccount.getTypeLabel().toString(); in getAccountTypeHeaderLabel() 130 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel() 133 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
|
H A D | RawContactEditorView.java | 686 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 D | AccountInfo.java | 60 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountInfo 61 return mDisplayInfo.getTypeLabel(); in getTypeLabel()
|
H A D | AccountDisplayInfo.java | 55 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountDisplayInfo
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | ContactsContract.java | 6252 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 D | ConferenceProfileViewHolder.java | 76 String phoneNumberLabel = info.getTypeLabel(); in bind()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/ |
H A D | SearchContactViewHolder.java | 162 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 D | PostalAddress.java | 105 return ContactsContract.CommonDataKinds.StructuredPostal.getTypeLabel(res, mType, mLabel); in getReadableLabel()
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | SelfRefreshDescriptionLiveData.java | 93 String label = number != null ? number.getTypeLabel() : null; in getCallInfoText()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | LegacyPhoneNumberListAdapter.java | 106 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
|
H A D | LegacyPostalAddressListAdapter.java | 107 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
|
H A D | PostalAddressListAdapter.java | 140 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
|
H A D | EmailAddressListAdapter.java | 149 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
|
H A D | MultiSelectEmailAddressesListAdapter.java | 182 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
|
H A D | MultiSelectPhoneNumbersListAdapter.java | 182 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | AccountsListAdapter.java | 96 text1.setText(mAccounts.get(position).getTypeLabel()); in getView()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
H A D | Cp2Projections.java | 117 infoBuilder.setLabel(Phone.getTypeLabel(appContext.getResources(), type, label).toString()); in buildCp2ContactInfoFromCursor()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | VCardResourceEntry.java | 175 Phone.getTypeLabel(resources, phone.getType(), phone.getLabel()).toString(), 186 Phone.getTypeLabel(resources, email.getType(),
|
/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/ |
H A D | EmergencyContactManager.java | 61 phoneType = ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getContact()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/ |
H A D | UiCallLogLiveData.java | 144 uiCallLog.setLabel(phoneNumberInfo.getTypeLabel()); in convert()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
H A D | NumbersAdapter.java | 123 return ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getNumberTypeOrLocation()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/directories/ |
H A D | DirectoryContactViewHolder.java | 129 return (String) Phone.getTypeLabel(resources, numberType, numberLabel); in getLabel()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
H A D | ContactListItemView.java | 119 mContactDetailTypeTextView.setText(Phone.getTypeLabel(getResources(), in updateViewAppearance()
|