HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayName (Results 1 - 25 of 1778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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 86 assertEquals("GMT-06:00", tz.getDisplayName());
88 assertEquals("Pacific Standard Time", tz.getDisplayName());
93 assertEquals("Pacific Standard Time", tz.getDisplayName(Locale.US));
94 assertEquals("heure normale du Pacifique nord-américain", tz.getDisplayName(Locale.FRANCE));
100 assertEquals("PST", tz.getDisplayName(false, TimeZone.SHORT));
101 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, TimeZone.LONG));
102 assertEquals("Pacific Standard Time", tz.getDisplayName(false, TimeZone.LONG));
107 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, TimeZone.LONG, Locale.US));
108 assertEquals("Pacific Standard Time", tz.getDisplayName(false, TimeZone.LONG, Locale.UK));
110 tz.getDisplayName(true, TimeZone.LONG, Locale.FRANCE))
    [all...]
CurrencyTest.java 84 assertEquals("Swiss Franc", currency.getDisplayName(Locale.US));
85 assertEquals("Schweizer Franken", currency.getDisplayName(new Locale("de", "CH")));
86 assertEquals("franc suisse", currency.getDisplayName(new Locale("fr", "CH")));
87 assertEquals("franco svizzero", currency.getDisplayName(new Locale("it", "CH")));
92 assertEquals("Deutsche Mark", currency.getDisplayName(Locale.GERMANY));
93 assertEquals("German Mark", currency.getDisplayName(Locale.US));
94 assertEquals("mark allemand", currency.getDisplayName(Locale.FRANCE));
100 currency.getDisplayName(null);
107 * Checks that the no-argument version of {@link Currency#getDisplayName()} uses
116 assertEquals("Deutsche Mark", currency.getDisplayName());
    [all...]
OldAndroidLocaleTest.java 65 berlin.getDisplayName(false, TimeZone.LONG, eng));
67 berlin.getDisplayName(true, TimeZone.LONG, eng));
70 berlin.getDisplayName(false, TimeZone.LONG, deu));
72 berlin.getDisplayName(true, TimeZone.LONG, deu));
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
TimeZone.java 147 * 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() {
365 return timeZone.getDisplayName(ULocale.getDefault(Category.DISPLAY).toLocale())
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
TimeZoneNameProviderICU.java 21 public String getDisplayName(String ID, boolean daylight, int style, Locale locale) {
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/
DescriptionComparator.java 46 return d1.getDisplayName().compareTo(d2.getDisplayName());
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactInfo.java 31 public String getDisplayName() {
  /external/mockito/src/test/java/org/mockitousage/junitrunner/
Filters.java 15 return description.getDisplayName().contains(substring);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowTimeZoneNames.java 25 * TimeZoneNames.getDisplayName tries to access files which doesn't exist for Robolectric. Stub it
32 public String getDisplayName(String tzID, TimeZoneNames.NameType type, long date) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Holiday.java 126 * @param name The name of this holiday. The getDisplayName method
146 public String getDisplayName() {
147 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
161 public String getDisplayName(Locale locale)
163 return getDisplayName(ULocale.forLocale(locale));
177 public String getDisplayName(ULocale locale)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Holiday.java 132 * @param name The name of this holiday. The getDisplayName method
154 public String getDisplayName() {
155 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
170 public String getDisplayName(Locale locale)
172 return getDisplayName(ULocale.forLocale(locale));
187 public String getDisplayName(ULocale locale)
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
TimeZoneTest.java 91 * 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(boolean, int, Locale)
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/temporal/
TestChronoField.java 125 String name = IsoFields.WEEK_OF_WEEK_BASED_YEAR.getDisplayName(locale);
132 String name = IsoFields.WEEK_OF_WEEK_BASED_YEAR.getDisplayName((Locale)null);
139 String name = weekOfYearField.getDisplayName(locale);
147 String name = weekOfYearField.getDisplayName((Locale)null);
152 ChronoField.YEAR.getDisplayName((Locale)null);
158 // IsoFields.DAY_OF_QUARTER which does not override getDisplayName
159 IsoFields.DAY_OF_QUARTER.getDisplayName((Locale)null);
  /external/nist-sip/java/gov/nist/javax/sip/header/
ReplyTo.java 110 public String getDisplayName() {
111 return address.getDisplayName();
  /external/nist-sip/java/javax/sip/address/
Address.java 7 String getDisplayName();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionInfoTest.java 48 assertEquals("T-mobile", mSubscriptionInfoUT.getDisplayName());
69 assertEquals("T-mobile", mSubscriptionInfoUT.getDisplayName());
71 assertEquals("Verizon", mSubscriptionInfoUT.getDisplayName());
  /external/junit-params/src/test/java/junitparams/internal/
TestMethodTest.java 51 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());
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
DialerShortcut.java 55 abstract String getDisplayName();
69 return getDisplayName();
78 return getDisplayName();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
LocalePropertyEditor.java 43 return ((Locale) value).getDisplayName();
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
Template.java 65 String getDisplayName();
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
EmailDataItem.java 37 public String getDisplayName() {

Completed in 1056 milliseconds

1 2 3 4 5 6 7 8 91011>>