Home
last modified time | relevance | path

Searched refs:getDisplayName (Results 1 – 5 of 5) sorted by relevance

/development/samples/BusinessCard/src/com/example/android/businesscard/
DContactInfo.java31 public String getDisplayName() { in getDisplayName() method in ContactInfo
DBusinessCardActivity.java120 displayNameView.setText(contactInfo.getDisplayName()); in bindView()
/development/apps/CustomLocale/src/com/android/customlocale2/
DCustomLocaleActivity.java218 data.add(new LocaleInfo(locale, loc.getDisplayName())); in setupLocaleList()
233 loc.getDisplayName(), in setupLocaleList()
270 config.locale.getDisplayName()); in displayCurrentLocale()
/development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java110 sb.append(subtype.getDisplayName(context, imi.getPackageName(), in getEnabledSubtypesLabel()
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java250 String useName = call.getPeerProfile().getDisplayName(); in updateStatus()