Searched defs:getDisplayName (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java122 getDisplayName(preprocess[finalSize-1].locale,
126 getDisplayName(preprocess[finalSize-1].locale,
130 getDisplayName(l, specialLocaleCodes, specialLocaleNames)));
134 getDisplayName(
168 private static String getDisplayName( method in class:LocalePicker
178 return l.getDisplayName(l);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java67 * the formatter. Please refer to {@link #getDisplayName} for details.
93 * the formatter. Please refer to {@link #getDisplayName} for details.
212 public CharSequence getDisplayName( method in class:InputMethodSubtype
215 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale;
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java178 public CharSequence getDisplayName( method in class:SpellCheckerSubtype
181 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale;
/frameworks/base/include/androidfw/
H A DInputDevice.h76 inline const String8& getDisplayName() const { function in class:android::InputDeviceInfo
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java180 public String getDisplayName() { method in class:RecipientEntry
/frameworks/base/voip/java/android/net/sip/
H A DSipProfile.java108 mDisplayName = profile.getDisplayName();
385 public String getDisplayName() { method in class:SipProfile
386 return mAddress.getDisplayName();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java140 * {@link VCardEntry#getDisplayName()}.
2644 public String getDisplayName() { method in class:VCardEntry

Completed in 252 milliseconds