Searched refs:getDisplayName (Results 1 - 25 of 25) 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/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.java180 public String getDisplayName() { method in class:RecipientEntry
H A DRecipientEditTextView.java545 !TextUtils.isEmpty(contact.getDisplayName())));
913 TextUtils.isEmpty(entry.getDisplayName())
914 || TextUtils.equals(entry.getDisplayName(),
1496 String display = entry.getDisplayName();
1525 String display = entry.getDisplayName();
1612 entry = RecipientEntry.constructGeneratedEntry(item.getDisplayName(),
1615 && (TextUtils.isEmpty(item.getDisplayName())
1616 || TextUtils.equals(item.getDisplayName(), destination)
H A DBaseRecipientAdapter.java312 final String displayName = entry.getDisplayName();
736 Log.d(TAG, "No photo cache for " + entry.getDisplayName()
864 String displayName = entry.getDisplayName();
/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/jni/
H A Dandroid_view_InputDevice.cpp38 ScopedLocalRef<jstring> nameObj(env, env->NewStringUTF(deviceInfo.getDisplayName().string()));
/frameworks/base/include/androidfw/
H A DInputDevice.h76 inline const String8& getDisplayName() const { function in class:android::InputDeviceInfo
/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/native/services/surfaceflinger/
H A DDisplayDevice.h129 const String8& getDisplayName() const { return mDisplayName; } function in class:android::DisplayDevice
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java104 sb.append(subtype.getDisplayName(context, imi.getPackageName(),
/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/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java136 assertEquals("test1", parent.getDisplayName());
137 assertEquals("test2", child.getDisplayName());
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DAndroidJUnitRunner.java400 failure.getDescription().getDisplayName(), failure.getTrace()));
/frameworks/base/core/java/android/text/format/
H A DDateFormat.java638 return tz.getDisplayName(dst, TimeZone.SHORT);
/frameworks/base/voip/java/com/android/server/sip/
H A DSipHelper.java169 contactAddress.setDisplayName(profile.getDisplayName());
H A DSipSessionGroup.java1699 .setDisplayName(address.getDisplayName());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DInputMethodsPanel.java445 return subtype.getDisplayName(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java704 String displayName = mPeer.getDisplayName();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java633 ? subtype.getDisplayName(context, imi.getPackageName(),
/frameworks/base/core/java/android/text/
H A DTextUtils.java1751 switch(Character.getDirectionality(locale.getDisplayName(locale).charAt(0))) {
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1493 ? TextUtils.concat(mCurrentSubtype.getDisplayName(mContext,
3384 : subtype.getDisplayName(mContext, imi.getPackageName(),
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java140 * {@link VCardEntry#getDisplayName()}.
2644 public String getDisplayName() { method in class:VCardEntry
/frameworks/base/services/input/
H A DInputReader.cpp865 deviceInfo.getDisplayName().string());

Completed in 4817 milliseconds