HomeSort by relevance Sort by last modified time
    Searched refs:getTypeLabel (Results 1 - 25 of 75) 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());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 46 StringRef getTypeLabel() const;

Completed in 445 milliseconds

1 2 3