Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java119 accountInfo.getTypeLabel()); in getAccountHeaderLabelForMyProfile()
127 return displayableAccount.getTypeLabel().toString(); in getAccountTypeHeaderLabel()
130 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
133 displayableAccount.getTypeLabel()); in getAccountTypeHeaderLabel()
DRawContactEditorView.java679 phoneType = Phone.getTypeLabel( in addReadOnlyRawContactEditorViews()
702 emailType = Email.getTypeLabel( in addReadOnlyRawContactEditorViews()
765 final String accountType = account.getTypeLabel().toString(); in setAccountInfo()
/packages/apps/Contacts/src/com/android/contacts/compat/
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()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountInfo.java60 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountInfo
61 return mDisplayInfo.getTypeLabel(); in getTypeLabel()
DAccountDisplayInfo.java55 public CharSequence getTypeLabel() { in getTypeLabel() method in AccountDisplayInfo
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java175 Phone.getTypeLabel(resources, phone.getType(), phone.getLabel()).toString(),
186 Phone.getTypeLabel(resources, email.getType(),
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java512 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { in getTypeLabel() method in FallbackSource.CommonInflater
526 return getTypeLabel(context.getResources(), type, label); in inflateUsing()
532 return getTypeLabel(context.getResources(), type, label); in inflateUsing()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DPhoneNumberListAdapter.java273 Phone.getTypeLabel( in getCallComposerContact()
378 label = Phone.getTypeLabel(mContext.getResources(), type, customLabel); in bindPhoneNumber()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java1682 subHeader = EventCompat.getTypeLabel(res, event.getKindTypeColumn(kind), in dataItemToEntry()
1701 text = Relation.getTypeLabel(res, in dataItemToEntry()
1722 text = Phone.getTypeLabel(res, kindTypeColumn, label).toString(); in dataItemToEntry()
1801 text = Email.getTypeLabel(res, email.getKindTypeColumn(kind), in dataItemToEntry()
1821 text = StructuredPostal.getTypeLabel(res, in dataItemToEntry()
1851 text = SipAddress.getTypeLabel(res, in dataItemToEntry()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountsListAdapter.java96 text1.setText(mAccounts.get(position).getTypeLabel()); in getView()
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberListAdapter.java106 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
DLegacyPostalAddressListAdapter.java107 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
DPostalAddressListAdapter.java140 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel); in bindPostalAddress()
DEmailAddressListAdapter.java149 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
DMultiSelectPhoneNumbersListAdapter.java182 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel); in bindPhoneNumber()
DMultiSelectEmailAddressesListAdapter.java182 label = Email.getTypeLabel(getContext().getResources(), type, customLabel); in bindEmailAddress()
/packages/apps/EmergencyInfo/src/com/android/emergency/
DEmergencyContactManager.java61 phoneType = ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getContact()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DNumbersAdapter.java124 return ContactsContract.CommonDataKinds.Phone.getTypeLabel( in getNumberTypeOrLocation()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListItemView.java119 mContactDetailTypeTextView.setText(Phone.getTypeLabel(getResources(), in updateViewAppearance()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCallLogInteraction.java93 return Phone.getTypeLabel(context.getResources(), getCachedNumberType(), in getViewBody()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsHelper.java220 : Phone.getTypeLabel(mResources, details.numberType, details.numberLabel); in getCallTypeOrLocation()
/packages/apps/Dialer/java/com/android/incallui/
DCallerInfo.java245 Phone.getTypeLabel(context.getResources(), info.numberType, info.numberLabel) in getCallerInfo()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DTelecomUtils.java154 Phone.getTypeLabel(res, type, label); in getTypeFromNumber()
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java294 displayableAccount.getTypeLabel() + " " + item.account.accountName); in getAccountItemView()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoritesTileAdapter.java259 (String) Phone.getTypeLabel(mResources, phoneNumberType, phoneNumberCustomLabel); in saveCursorToCache()

12