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

1 2

  /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/
ContactsContract_CommonDataKinds_EmailTest.java 47 assertEquals(label, Email.getTypeLabel(mResources, type, ""));
53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label));
ContactsContract_CommonDataKinds_OrganizationTest.java 46 assertEquals(label, Organization.getTypeLabel(mResources, type, ""));
52 assertEquals(label, Organization.getTypeLabel(mResources, Im.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_PhoneTest.java 63 assertEquals(label, Phone.getTypeLabel(mResources, type, ""));
69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.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));
  /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);
  /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/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 237 assertLabel(viewHolder, TEST_FORMATTED_NUMBER, getTypeLabel(Phone.TYPE_HOME));
263 assertLabel(viewHolder, TEST_FORMATTED_NUMBER, getTypeLabel(Phone.TYPE_HOME));
276 assertLabel(viewHolder, TEST_FORMATTED_NUMBER, getTypeLabel(Phone.TYPE_WORK));
350 private CharSequence getTypeLabel(int phoneType) {
351 return Phone.getTypeLabel(getActivity().getResources(), phoneType, "");
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 109 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
LegacyPostalAddressListAdapter.java 110 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
EmailAddressListAdapter.java 151 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
PostalAddressListAdapter.java 142 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 178 phoneType = Phone.getTypeLabel(
200 emailType = Email.getTypeLabel(
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /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 84 return Phone.getTypeLabel(context.getResources(), getCachedNumberType(),
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsHelper.java 196 numberFormattedLabel = Phone.getTypeLabel(
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListItemView.java 116 mContactDetailTypeTextView.setText(Phone.getTypeLabel(getResources(),

Completed in 911 milliseconds

1 2