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

/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java125 getDisplayName(preprocess[finalSize-1].locale,
129 getDisplayName(preprocess[finalSize-1].locale,
133 getDisplayName(l, specialLocaleCodes, specialLocaleNames)));
137 getDisplayName(
193 private static String getDisplayName( method in class:LocalePicker
203 return l.getDisplayName(l);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java68 * the formatter. Please refer to {@link #getDisplayName} for details.
94 * the formatter. Please refer to {@link #getDisplayName} for details.
124 * the formatter. Please refer to {@link #getDisplayName} for details.
251 public CharSequence getDisplayName( method in class:InputMethodSubtype
254 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/native/services/surfaceflinger/
H A DDisplayDevice.h129 const String8& getDisplayName() const { return mDisplayName; } function in class:android::DisplayDevice
/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 184 milliseconds