Home
last modified time | relevance | path

Searched refs:getSubtype (Results 1 – 25 of 29) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/header/
DAccept.java85 return mediaRange.getSubtype().compareTo(STAR) == 0; in allowsAllContentSubTypes()
129 return mediaRange.getSubtype(); in getContentSubType()
DMediaRange.java84 public String getSubtype() { in getSubtype() method in MediaRange
DContentType.java143 return mediaRange == null ? null : mediaRange.getSubtype(); in getContentSubType()
/external/jmdns/src/javax/jmdns/impl/
DDNSEntry.java87 return this.getSubtype().equals(other.getSubtype()); in sameSubtype()
95 public String getSubtype() { in getSubtype() method in DNSEntry
DServiceInfoImpl.java218 this._subtype = info.getSubtype(); in ServiceInfoImpl()
388 String subtype = this.getSubtype(); in getTypeWithSubtype()
728 public String getSubtype() { in getSubtype() method in ServiceInfoImpl
743 map.put(Fields.Subtype, this.getSubtype()); in getQualifiedNameMap()
913 if ((this.getSubtype().length() == 0) && (rec.getSubtype().length() != 0)) { in updateRecord()
914 _subtype = rec.getSubtype(); in updateRecord()
1192 if (this.getSubtype().length() > 0) { in answers()
DJmmDNSImpl.java442 String subtype = info.getSubtype(); in listBySubtype()
DJmDNSImpl.java1363 …e(cachedRecord) || (!newRecord.sameSubtype(cachedRecord) && (newRecord.getSubtype().length() > 0))… in handleRecord()
1962 String subtype = info.getSubtype().toLowerCase(); in listBySubtype()
2045 String subtype = (info != null ? info.getSubtype() : ""); in serviceAdded()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1092 new TypeToken<Iterable<List<String>>>() {}.getSubtype(ListIterable.class)); in testGetSubtype_withTypeVariable()
1094 new TypeToken<Iterable<List<String>[]>>() {}.getSubtype(ListArrayIterable.class)); in testGetSubtype_withTypeVariable()
1096 new TypeToken<Iterable<List<String>[]>[]>() {}.getSubtype(ListArrayIterable[].class)); in testGetSubtype_withTypeVariable()
1101 TypeToken.of(Iterable.class).getSubtype(StringListIterable.class).getType()); in testGetSubtype_withoutTypeVariable()
1103 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class).getType()); in testGetSubtype_withoutTypeVariable()
1105 new TypeToken<Iterable<List<String>>>() {}.getSubtype(StringListArrayIterable.class)); in testGetSubtype_withoutTypeVariable()
1107 new TypeToken<Iterable<List<String>>[]>() {}.getSubtype(StringListArrayIterable[].class)); in testGetSubtype_withoutTypeVariable()
1112 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class)); in testGetSubtype_withArray()
1114 TypeToken.of(Object[].class).getSubtype(String[].class)); in testGetSubtype_withArray()
1116 TypeToken.of(Object.class).getSubtype(int[].class)); in testGetSubtype_withArray()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNetworkInfo.java71 public int getSubtype() { in getSubtype() method in ShadowNetworkInfo
/external/caliper/caliper/src/main/java/com/google/caliper/json/
DImmutableMapTypeAdapterFactory.java52 TypeToken.get(betterToken.getSupertype(Map.class).getSubtype(HashMap.class) in create()
DImmutableListTypeAdatperFactory.java52 TypeToken.get(betterToken.getSupertype(List.class).getSubtype(ArrayList.class) in create()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DConnectivityManagerTest.java90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype()); in shouldSetActiveNetworkInfo()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java1334 String code = expected.getSubtype(); in testAUnit()
1943 String code = unit.getSubtype(); in generateCXXHConstants()
2008 return o1.getSubtype().compareTo(o2.getSubtype()); in getAllUnits()
2070 System.out.print(" \"" + unit.getSubtype() + "\""); in generateCXXConstants()
2144 String code = unit.getSubtype(); in toCamelCase()
2213 String code = unit.getSubtype(); in toJAVAName()
2237 String code = unit.getSubtype(); in generateConstants()
2364 && a1.getSubtype().equals(b1.getSubtype()); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMeasureUnitTest.java1335 String code = expected.getSubtype(); in testAUnit()
1944 String code = unit.getSubtype(); in generateCXXHConstants()
2009 return o1.getSubtype().compareTo(o2.getSubtype()); in getAllUnits()
2071 System.out.print(" \"" + unit.getSubtype() + "\""); in generateCXXConstants()
2145 String code = unit.getSubtype(); in toCamelCase()
2214 String code = unit.getSubtype(); in toJAVAName()
2238 String code = unit.getSubtype(); in generateConstants()
2365 && a1.getSubtype().equals(b1.getSubtype()); in hasSameBehavior()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java398 public final TypeToken<? extends T> getSubtype(Class<?> subclass) { in getSubtype() method in TypeToken
991 return bound.getSubtype(subclass);
1015 .getSubtype(subclass.getComponentType());
/external/jmdns/src/javax/jmdns/
DServiceInfo.java704 public abstract String getSubtype(); in getSubtype() method in ServiceInfo
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DNetworkMonitorAutoDetect.java146 return new NetworkState(true, networkInfo.getType(), networkInfo.getSubtype()); in getNetworkState()
/external/icu/icu4c/source/i18n/unicode/
Dmeasunit.h100 const char *getSubtype() const;
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp544 uprv_strcmp(mu.getSubtype(), tu) == 0; in isTimeUnit()
949 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4); in formatMeasure()
Dmeasunit.cpp1119 const char *MeasureUnit::getSubtype() const { in getSubtype() function in MeasureUnit
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMeasureUnit.java87 public String getSubtype() { in getSubtype() method in MeasureUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java88 public String getSubtype() { in getSubtype() method in MeasureUnit
/external/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp1794 unit->getType(), unit->getSubtype(), localeID, (int)width, u_errorName(status)); in helperTestDisplayName()
1801 … unit->getType(), unit->getSubtype(), localeID, (int)width, CStr(expStr)(), CStr(dnam)()); in helperTestDisplayName()
/external/icu/icu4j/tools/build/
Dicu4j53.api3.gz
Dicu4j57.api3.gz

12