HomeSort by relevance Sort by last modified time
    Searched full:getdisplayname (Results 1 - 25 of 815) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ReplyToHeader.java 6 String getDisplayName();
FromHeader.java 13 String getDisplayName();
ToHeader.java 13 String getDisplayName();
  /libcore/luni/src/test/java/libcore/java/util/
OldTimeZoneTest.java 87 assertEquals("GMT-06:00", tz.getDisplayName());
89 assertEquals("Pacific Standard Time", tz.getDisplayName());
94 assertEquals("Pacific Standard Time", tz.getDisplayName(Locale.US));
95 assertEquals("heure normale du Pacifique nord-américain", tz.getDisplayName(Locale.FRANCE));
101 assertEquals("PST", tz.getDisplayName(false, TimeZone.SHORT));
102 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, TimeZone.LONG));
103 assertEquals("Pacific Standard Time", tz.getDisplayName(false, TimeZone.LONG));
109 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, TimeZone.LONG, Locale.US));
110 assertEquals("Pacific Standard Time", tz.getDisplayName(false, TimeZone.LONG, Locale.UK));
112 tz.getDisplayName(true, TimeZone.LONG, Locale.FRANCE))
    [all...]
CurrencyTest.java 58 assertEquals("Swiss Franc", Currency.getInstance("CHF").getDisplayName(Locale.US));
59 assertEquals("Schweizer Franken", Currency.getInstance("CHF").getDisplayName(new Locale("de", "CH")));
60 assertEquals("franc suisse", Currency.getInstance("CHF").getDisplayName(new Locale("fr", "CH")));
61 assertEquals("Franco Svizzero", Currency.getInstance("CHF").getDisplayName(new Locale("it", "CH")));
TimeZoneTest.java 53 assertEquals("GMT+00:01", tz0001.getDisplayName(false, TimeZone.SHORT, Locale.US));
54 assertEquals("GMT+01:30", tz0130.getDisplayName(false, TimeZone.SHORT, Locale.US));
55 assertEquals("GMT-01:30", tzMinus0130.getDisplayName(false, TimeZone.SHORT, Locale.US));
202 String longDst = tz.getDisplayName(true, TimeZone.LONG, Locale.US);
203 String longStd = tz.getDisplayName(false, TimeZone.LONG, Locale.US);
204 String shortDst = tz.getDisplayName(true, TimeZone.SHORT, Locale.US);
205 String shortStd = tz.getDisplayName(false, TimeZone.SHORT, Locale.US);
261 assertEquals("Chile Summer Time", tz.getDisplayName(true, TimeZone.LONG, Locale.US));
262 assertEquals("Chile Standard Time", tz.getDisplayName(false, TimeZone.LONG, Locale.US));
263 assertEquals("GMT-03:00", tz.getDisplayName(true, TimeZone.SHORT, Locale.US))
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java 34 if ((theInterface.getDisplayName()
36 || (theInterface.getDisplayName()
38 || (theInterface.getDisplayName()
40 || (theInterface.getDisplayName()
42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
48 if ((theInterface.getDisplayName().equals("lo"))
49 || (theInterface.getDisplayName().equals("teredo"))) {
  /external/nist-sip/java/javax/sip/address/
Address.java 7 String getDisplayName();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table_test.extjs 35 expectTrue(cvox.BrailleTable.getDisplayName(table).length > 0);
41 /** Tests getDisplayName for some specific representative cases. */
45 expectEquals('Bulgarian', cvox.BrailleTable.getDisplayName(table));
47 expectEquals('Arabic, Grade 1', cvox.BrailleTable.getDisplayName(table));
50 cvox.BrailleTable.getDisplayName(table));
  /external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.h 14 virtual base::string16 GetDisplayName();
  /external/chromium_org/ppapi/thunk/
ppb_network_list_thunk.cc 67 struct PP_Var GetDisplayName(PP_Resource resource, uint32_t index) {
68 VLOG(4) << "PPB_NetworkList::GetDisplayName()";
72 return enter.object()->GetDisplayName(index);
90 &GetDisplayName,
ppb_network_list_api.h 27 virtual PP_Var GetDisplayName(uint32_t index) = 0;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 177 * java.util.TimeZone#getDisplayName(java.util.Locale)
182 .getDisplayName(Locale.CHINA));
186 * java.util.TimeZone#getDisplayName(boolean, int, java.util.Locale)
192 timezone.getDisplayName(false, TimeZone.LONG, Locale.CHINA));
194 timezone.getDisplayName(false, TimeZone.SHORT, Locale.CHINA));
196 timezone.getDisplayName(false, 100, Locale.CHINA);
252 * @add test {@link java.util.TimeZone#getDisplayName()}
257 String defaultName = defaultZone.getDisplayName();
258 String expectedName = defaultZone.getDisplayName(defaulLocal);
265 * @add test {@link java.util.TimeZone#getDisplayName(boolean, int)
    [all...]
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactInfo.java 31 public String getDisplayName() {
  /external/chromium_org/components/user_manager/
empty_user_info.cc 18 base::string16 EmptyUserInfo::GetDisplayName() const {
empty_user_info.h 25 virtual base::string16 GetDisplayName() const OVERRIDE;
user_info_impl.cc 18 base::string16 UserInfoImpl::GetDisplayName() const {
user_info_impl.h 24 virtual base::string16 GetDisplayName() const OVERRIDE;
  /external/chromium_org/media/base/
mock_filters.cc 55 std::string MockVideoDecoder::GetDisplayName() const {
63 std::string MockAudioDecoder::GetDisplayName() const {
  /external/chromium_org/ppapi/cpp/
network_list.cc 78 std::string NetworkList::GetDisplayName(uint32_t index) const {
82 get_interface<PPB_NetworkList_1_0>()->GetDisplayName(
  /libcore/luni/src/main/native/
libcore_icu_TimeZoneNames.cpp 50 // wrong. TimeZone.getDisplayName creates accurate names on demand.
91 names->getDisplayName(zone_id.unicodeString(), UTZNM_LONG_STANDARD, now, long_std);
93 names->getDisplayName(zone_id.unicodeString(), UTZNM_SHORT_STANDARD, now, short_std);
95 names->getDisplayName(zone_id.unicodeString(), UTZNM_LONG_DAYLIGHT, now, long_dst);
97 names->getDisplayName(zone_id.unicodeString(), UTZNM_SHORT_DAYLIGHT, now, short_dst);
138 names->getDisplayName(tz.unicodeString(), UTZNM_EXEMPLAR_LOCATION, now, s);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactRequest.java 103 public String getDisplayName() {
163 public String getDisplayName() {
164 return contactRequest.getDisplayName();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 77 } else if (!TextUtils.isEmpty(account.getDisplayName()) &&
78 !TextUtils.equals(account.getDisplayName(), account.getEmailAddress())) {
79 mAccountDisplayName.setText(account.getDisplayName());
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
MailPreferenceActivity.java 114 if (TextUtils.isEmpty(account.getDisplayName()) ||
115 TextUtils.equals(account.getDisplayName(), account.getEmailAddress())) {
119 header.title = account.getDisplayName();
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 126 getDisplayName(previous.locale, specialLocaleCodes, specialLocaleNames));
128 previous.label = toTitleCase(getDisplayName(
132 getDisplayName(l, specialLocaleCodes, specialLocaleNames)));
135 getDisplayName(l, specialLocaleCodes, specialLocaleNames)), l));
196 private static String getDisplayName(
206 return l.getDisplayName(l);

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>