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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java88 String displayName = getDisplayName(tz, time.isDst != 0);
161 private String getDisplayName(TimeZone tz, boolean daylightTime) { method in class:TimeZonePickerUtils
164 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault());
180 return tz.getDisplayName(daylightTime, TimeZone.LONG, Locale.getDefault());
/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java157 getDisplayName(preprocess[finalSize-1].locale,
161 getDisplayName(preprocess[finalSize-1].locale,
165 getDisplayName(l, specialLocaleCodes, specialLocaleNames)));
169 getDisplayName(
227 private static String getDisplayName( method in class:LocalePicker
237 return l.getDisplayName(l);
/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/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java187 public String getDisplayName() { method in class:RecipientEntry
/frameworks/native/include/input/
H A DInputDevice.h78 inline const String8& getDisplayName() const { function in class:android::InputDeviceInfo
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h141 const String8& getDisplayName() const { return mDisplayName; } function in class:android::DisplayDevice
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java140 * the formatter. Please refer to {@link #getDisplayName} for details.
244 * the formatter. Please refer to {@link #getDisplayName} for details.
392 public CharSequence getDisplayName( method in class:InputMethodSubtype
395 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale;
/frameworks/opt/net/voip/src/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 599 milliseconds