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

12345678910

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java34 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/header/
H A DReplyToHeader.java6 String getDisplayName(); method in interface:ReplyToHeader
H A DFromHeader.java13 String getDisplayName(); method in interface:FromHeader
H A DToHeader.java13 String getDisplayName(); method in interface:ToHeader
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DTimeZone.java147 * A style specifier for <code>getDisplayName()</code> indicating
155 * A style specifier for <code>getDisplayName()</code> indicating
163 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
172 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
181 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
190 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
199 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
209 // * {@icu} A style specifier for <code>getDisplayName()</code> indicating
364 public final String getDisplayName() { method in class:TimeZone
365 return timeZone.getDisplayName(ULocal
379 public final String getDisplayName(Locale locale) { method in class:TimeZone
394 public final String getDisplayName(ULocale locale) { method in class:TimeZone
412 public final String getDisplayName(boolean daylight, int style) { method in class:TimeZone
433 public String getDisplayName(boolean daylight, int style, Locale locale) { method in class:TimeZone
454 public String getDisplayName(boolean daylight, int style, ULocale locale) { method in class:TimeZone
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DTimeZoneNameProviderICU.java21 public String getDisplayName(String ID, boolean daylight, int style, Locale locale) { method in class:TimeZoneNameProviderICU
32 String lstd = tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
33 String ldst = tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date);
34 String sstd = tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
35 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date);
53 // tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) :
54 // tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
58 // tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) :
59 // tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
/external/vogar/src/vogar/target/junit/
H A DDescriptionComparator.java46 return d1.getDisplayName().compareTo(d2.getDisplayName());
/external/mockito/src/test/java/org/mockitousage/junitrunner/
H A DFilters.java15 return description.getDisplayName().contains(substring);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DHoliday.java126 * @param name The name of this holiday. The getDisplayName method
146 public String getDisplayName() { method in class:Holiday
147 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
161 public String getDisplayName(Locale locale) method in class:Holiday
163 return getDisplayName(ULocale.forLocale(locale));
177 public String getDisplayName(ULocale locale) method in class:Holiday
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHoliday.java132 * @param name The name of this holiday. The getDisplayName method
154 public String getDisplayName() { method in class:Holiday
155 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
170 public String getDisplayName(Locale locale) method in class:Holiday
172 return getDisplayName(ULocale.forLocale(locale));
187 public String getDisplayName(ULocale locale) method in class:Holiday
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DTimeZoneTest.java91 * Test method for 'com.ibm.icu.util.TimeZone.getDisplayName()'
95 assertEquals("Pacific Standard Time", tz.getDisplayName());
99 * Test method for 'com.ibm.icu.util.TimeZone.getDisplayName(Locale)'
103 assertEquals("Pacific Standard Time", tz.getDisplayName(Locale.US));
107 * Test method for 'com.ibm.icu.util.TimeZone.getDisplayName(ULocale)'
111 assertEquals("Pacific Standard Time", tz.getDisplayName(ULocale.US));
115 * Test method for 'com.ibm.icu.util.TimeZone.getDisplayName(boolean, int)'
119 assertEquals("PDT", tz.getDisplayName(true, TimeZone.SHORT));
120 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, TimeZone.LONG));
124 * Test method for 'com.ibm.icu.util.TimeZone.getDisplayName(boolea
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DReplyTo.java110 public String getDisplayName() { method in class:ReplyTo
111 return address.getDisplayName();
H A DFrom.java109 public String getDisplayName() { method in class:From
110 return address.getDisplayName();
H A DTo.java128 public String getDisplayName() { method in class:To
131 return address.getDisplayName();
/external/nist-sip/java/javax/sip/address/
H A DAddress.java7 String getDisplayName(); method in interface:Address
/external/junit-params/src/test/java/junitparams/internal/
H A DTestMethodTest.java51 assertEquals("for_others_to_work(junitparams.internal.TestMethodTest)", description.getDisplayName());
65 assertEquals("forOthersToWork", description.getDisplayName());
66 assertEquals("[0] a (forOthersToWork)(junitparams.internal.TestMethodTest)", description.getChildren().get(0).getDisplayName());
67 assertEquals("[1] b (forOthersToWork)(junitparams.internal.TestMethodTest)", description.getChildren().get(1).getDisplayName());
78 assertEquals("forOthersToWorkWithArray", description.getDisplayName());
80 description.getChildren().get(0).getDisplayName());
82 description.getChildren().get(1).getDisplayName());
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DTemplate.java65 String getDisplayName(); method in interface:Template
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollatorServiceShim.java82 public String getDisplayName(String id, ULocale displayLocale) {
84 return delegate.getDisplayName(objectLocale, displayLocale);
127 String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:CollatorServiceShim
129 return service.getDisplayName(id, displayLocale);
H A DCollator.java523 public String getDisplayName(Locale objectLocale, Locale displayLocale) { method in class:Collator.CollatorFactory
524 return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale));
534 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:Collator.CollatorFactory
539 return objectLocale.getDisplayName(displayLocale);
567 abstract String getDisplayName(ULocale ol, ULocale dl); method in class:Collator.ServiceShim
1060 static public String getDisplayName(Locale objectLocale, Locale displayLocale) { method in class:Collator
1061 return getShim().getDisplayName(ULocale.forLocale(objectLocale),
1072 static public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:Collator
1073 return getShim().getDisplayName(objectLocale, displayLocale);
1083 static public String getDisplayName(Local method in class:Collator
1094 static public String getDisplayName(ULocale objectLocale) { method in class:Collator
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollatorServiceShim.java81 public String getDisplayName(String id, ULocale displayLocale) {
83 return delegate.getDisplayName(objectLocale, displayLocale);
126 String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:CollatorServiceShim
128 return service.getDisplayName(id, displayLocale);
H A DCollator.java550 public String getDisplayName(Locale objectLocale, Locale displayLocale) { method in class:Collator.CollatorFactory
551 return getDisplayName(ULocale.forLocale(objectLocale), ULocale.forLocale(displayLocale));
562 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:Collator.CollatorFactory
567 return objectLocale.getDisplayName(displayLocale);
597 abstract String getDisplayName(ULocale ol, ULocale dl); method in class:Collator.ServiceShim
1102 static public String getDisplayName(Locale objectLocale, Locale displayLocale) { method in class:Collator
1103 return getShim().getDisplayName(ULocale.forLocale(objectLocale),
1115 static public String getDisplayName(ULocale objectLocale, ULocale displayLocale) { method in class:Collator
1116 return getShim().getDisplayName(objectLocale, displayLocale);
1127 static public String getDisplayName(Local method in class:Collator
1139 static public String getDisplayName(ULocale objectLocale) { method in class:Collator
[all...]
/external/junit/src/main/java/org/junit/runner/notification/
H A DFailure.java44 return fDescription.getDisplayName();
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DTimeZoneICU.java49 //public String getDisplayName()
50 //public String getDisplayName(boolean daylight, int style)
51 //public String getDisplayName(Locale locale)
54 public String getDisplayName(boolean daylight, int style, Locale locale) { method in class:TimeZoneICU
55 return fIcuTz.getDisplayName(daylight, style, locale);
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
H A DTimeZoneNameTest.java32 // JDK TimeZone.getDisplayName no longer passes Pacific/Johnston to a
104 tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) :
105 tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date);
109 tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) :
110 tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date);
120 String name = tz.getDisplayName(daylight, style, loc);
144 name = tz.getDisplayName(daylight, style, icuLoc);
171 String uLocaleName = uLocaleInstance.getDisplayName(availableId, nameType, date);
172 String localeName = localeInstance.getDisplayName(availableId, nameType, date);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationServiceTest.java81 String name = Collator.getDisplayName(fu_FU);
90 String name = Collator.getDisplayName(fu_FU, fu_FU);
140 String getDisplayName(ULocale displayLocale) {
146 name = locale.getDisplayName(displayLocale);
172 public String getDisplayName(ULocale objectLocale, ULocale displayLocale) {
175 return ci.getDisplayName(displayLocale);
206 // use CollatorFactory getDisplayName(ULocale, ULocale) for coverage
244 name = Collator.getDisplayName(fu_FU, fu_FU_FOO);
289 String name = Collator.getDisplayName(fu_FU);
294 name = Collator.getDisplayName(fu_F
[all...]

Completed in 544 milliseconds

12345678910