Searched refs:getDisplayName (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/util/
H A DLocaleUtil.java88 switch(Character.getDirectionality(locale.getDisplayName(locale).charAt(0))) {
/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/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java45 mDisplay = entry.getDisplayName();
H A DSingleRecipientArrayAdapter.java57 display.setText(entry.getDisplayName());
H A DRecipientEntry.java170 public String getDisplayName() { method in class:RecipientEntry
H A DBaseRecipientAdapter.java322 final String displayName = entry.getDisplayName();
708 Log.d(TAG, "No photo cache for " + entry.getDisplayName()
841 String displayName = entry.getDisplayName();
H A DRecipientEditTextView.java1365 String display = entry.getDisplayName();
1388 String display = entry.getDisplayName();
1474 && (TextUtils.isEmpty(item.getDisplayName())
1475 || TextUtils.equals(item.getDisplayName(), destination)
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSubtype.java129 public CharSequence getDisplayName( method in class:SpellCheckerSubtype
132 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale;
/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/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java179 public CharSequence getDisplayName( method in class:InputMethodSubtype
182 final String localeStr = locale != null ? locale.getDisplayName() : mSubtypeLocale;
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java104 sb.append(subtype.getDisplayName(context, imi.getPackageName(),
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java136 assertEquals("test1", parent.getDisplayName());
137 assertEquals("test2", child.getDisplayName());
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java552 return tz.getDisplayName(dst, TimeZone.SHORT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java445 return subtype.getDisplayName(
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java169 contactAddress.setDisplayName(profile.getDisplayName());
H A DSipSessionGroup.java1690 .setDisplayName(address.getDisplayName());
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java703 String displayName = mPeer.getDisplayName();
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1199 ? TextUtils.concat(mCurrentSubtype.getDisplayName(mContext,
2196 : subtype.getDisplayName(context, imi.getPackageName(),
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java140 * {@link VCardEntry#getDisplayName()}.
2644 public String getDisplayName() { method in class:VCardEntry

Completed in 267 milliseconds