HomeSort by relevance Sort by last modified time
    Searched refs:getTypeLabel (Results 1 - 25 of 61) sorted by null

1 2 3

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyTouchEvent.java 31 protected String getTypeLabel() {
MonkeyTrackballEvent.java 30 protected String getTypeLabel() {
MonkeyMotionEvent.java 154 msg.append(getTypeLabel()).append(" (");
198 protected abstract String getTypeLabel();
  /frameworks/opt/chips/src/com/android/ex/chips/
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);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_CommonDataKinds_EmailTest.java 47 assertEquals(label, Email.getTypeLabel(mResources, type, ""));
53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_SipAddressTest.java 46 assertEquals(label, SipAddress.getTypeLabel(mResources, type, ""));
52 assertEquals(label, SipAddress.getTypeLabel(mResources, SipAddress.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_StructuredPostalTest.java 46 assertEquals(label, StructuredPostal.getTypeLabel(mResources, type, ""));
52 assertEquals(label, StructuredPostal.getTypeLabel(mResources,
ContactsContract_CommonDataKinds_OrganizationTest.java 49 assertEquals(label, Organization.getTypeLabel(mResources, type, ""));
55 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_RelationTest.java 57 assertEquals(label, Relation.getTypeLabel(mResources, type, ""));
63 assertEquals(label, Relation.getTypeLabel(mResources, Relation.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_ImTest.java 74 assertEquals(label, Im.getTypeLabel(mResources, type, ""));
80 assertEquals(label, Im.getTypeLabel(mResources, Im.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_PhoneTest.java 63 assertEquals(label, Phone.getTypeLabel(mResources, type, ""));
69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.TYPE_CUSTOM, label));
  /packages/apps/Contacts/src/com/android/contacts/compat/
EventCompat.java 38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
40 return Event.getTypeLabel(res, type, label);
48 * {@link Event#getTypeLabel(Resources, int, CharSequence)}
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountInfo.java 60 public CharSequence getTypeLabel() {
61 return mDisplayInfo.getTypeLabel();
AccountDisplayInfo.java 55 public CharSequence getTypeLabel() {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 66 String text = (String) Phone.getTypeLabel(getResources(), type, label);
List7.java 91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java 119 accountInfo.getTypeLabel());
127 return displayableAccount.getTypeLabel().toString();
130 displayableAccount.getTypeLabel());
133 displayableAccount.getTypeLabel());
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 114 adapter.add(ContactsContract.CommonDataKinds.Phone.getTypeLabel(
127 adapter.add(ContactsContract.CommonDataKinds.Email.getTypeLabel(
346 public CharSequence getTypeLabel() {
381 secondAccountLine.setText(data.getTypeLabel());
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 106 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
LegacyPostalAddressListAdapter.java 107 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountsListAdapter.java 96 text1.setText(mAccounts.get(position).getTypeLabel());
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
NumbersAdapter.java 124 return ContactsContract.CommonDataKinds.Phone.getTypeLabel(
  /packages/apps/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java 61 phoneType = ContactsContract.CommonDataKinds.Phone.getTypeLabel(
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java 175 Phone.getTypeLabel(resources, phone.getType(), phone.getLabel()).toString(),
186 Phone.getTypeLabel(resources, email.getType(),
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteraction.java 93 return Phone.getTypeLabel(context.getResources(), getCachedNumberType(),

Completed in 3099 milliseconds

1 2 3