Searched refs:getSubtype (Results 1 - 25 of 53) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java84 public String getSubtype() { method in class:MediaRange
H A DAccept.java85 return mediaRange.getSubtype().compareTo(STAR) == 0;
129 return mediaRange.getSubtype();
H A DContentType.java143 return mediaRange == null ? null : mediaRange.getSubtype();
/external/icu/icu4c/source/i18n/
H A Dcurrunit.cpp49 u_charsToUChars(getSubtype(), isoCode, 4);
H A Dnumber_formatimpl.cpp100 return uprv_strcmp("percent", unit.getSubtype()) == 0;
104 return uprv_strcmp("permille", unit.getSubtype()) == 0;
H A Dnumber_longnames.cpp75 key.append(unit.getSubtype(), status);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNetworkInfo.java58 public int getSubtype() { method in class:ShadowNetworkInfo
/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DImmutableListTypeAdatperFactory.java52 TypeToken.get(betterToken.getSupertype(List.class).getSubtype(ArrayList.class)
H A DImmutableMapTypeAdapterFactory.java52 TypeToken.get(betterToken.getSupertype(Map.class).getSubtype(HashMap.class)
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNetworkInfo.java71 public int getSubtype() { method in class:ShadowNetworkInfo
/external/jmdns/src/javax/jmdns/impl/
H A DDNSEntry.java87 return this.getSubtype().equals(other.getSubtype());
95 public String getSubtype() { method in class:DNSEntry
H A DServiceInfoImpl.java218 this._subtype = info.getSubtype();
388 String subtype = this.getSubtype();
431 // String subtype = this.getSubtype();
728 public String getSubtype() { method in class:ServiceInfoImpl
743 map.put(Fields.Subtype, this.getSubtype());
913 if ((this.getSubtype().length() == 0) && (rec.getSubtype().length() != 0)) {
914 _subtype = rec.getSubtype();
1192 if (this.getSubtype().length() > 0) {
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1092 new TypeToken<Iterable<List<String>>>() {}.getSubtype(ListIterable.class));
1094 new TypeToken<Iterable<List<String>[]>>() {}.getSubtype(ListArrayIterable.class));
1096 new TypeToken<Iterable<List<String>[]>[]>() {}.getSubtype(ListArrayIterable[].class));
1101 TypeToken.of(Iterable.class).getSubtype(StringListIterable.class).getType());
1103 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class).getType());
1105 new TypeToken<Iterable<List<String>>>() {}.getSubtype(StringListArrayIterable.class));
1107 new TypeToken<Iterable<List<String>>[]>() {}.getSubtype(StringListArrayIterable[].class));
1112 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class));
1114 TypeToken.of(Object[].class).getSubtype(String[].class));
1116 TypeToken.of(Object.class).getSubtype(in
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DConnectivityManagerTest.java90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype());
/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNumberFormatterImpl.java80 return unit != null && "percent".equals(unit.getSubtype());
84 return unit != null && "permille".equals(unit.getSubtype());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterImpl.java79 return unit != null && "percent".equals(unit.getSubtype());
83 return unit != null && "permille".equals(unit.getSubtype());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowConnectivityManagerTest.java121 assertThat(TelephonyManager.NETWORK_TYPE_EDGE).isEqualTo(info.getSubtype());
150 assertThat(TelephonyManager.NETWORK_TYPE_EDGE).isEqualTo(info.getSubtype());
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DLongNameHandler.java73 key.append(unit.getSubtype());
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java69 key.append(unit.getSubtype());
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java704 public abstract String getSubtype(); method in class:ServiceInfo
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitorAutoDetect.java146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype());
/external/icu/icu4c/source/i18n/unicode/
H A Dmeasunit.h99 const char *getSubtype() const;
189 * @return the unit.getIndex() of the unit which has this unit.getType() and unit.getSubtype(),
/external/guava/guava/src/com/google/common/reflect/
H A DTypeToken.java398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) { method in class:TypeToken
991 return bound.getSubtype(subclass);
1015 .getSubtype(subclass.getComponentType());
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMeasureUnitTest.java1456 String code = expected.getSubtype();
2075 String code = unit.getSubtype();
2141 return o1.getSubtype().compareTo(o2.getSubtype());
2206 System.out.print(" \"" + unit.getSubtype() + "\"");
2280 String code = unit.getSubtype();
2358 String code = unit.getSubtype();
2390 String code = unit.getSubtype();
2517 && a1.getSubtype().equals(b1.getSubtype());
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java1453 String code = expected.getSubtype();
2072 String code = unit.getSubtype();
2138 return o1.getSubtype().compareTo(o2.getSubtype());
2203 System.out.print(" \"" + unit.getSubtype() + "\"");
2277 String code = unit.getSubtype();
2355 String code = unit.getSubtype();
2387 String code = unit.getSubtype();
2514 && a1.getSubtype().equals(b1.getSubtype());
[all...]

Completed in 682 milliseconds

123