Home
last modified time | relevance | path

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

/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.java1093 new TypeToken<Iterable<List<String>>>() {}.getSubtype(ListIterable.class)); in testGetSubtype_withTypeVariable()
1095 new TypeToken<Iterable<List<String>[]>>() {}.getSubtype(ListArrayIterable.class)); in testGetSubtype_withTypeVariable()
1097 new TypeToken<Iterable<List<String>[]>[]>() {}.getSubtype(ListArrayIterable[].class)); in testGetSubtype_withTypeVariable()
1102 TypeToken.of(Iterable.class).getSubtype(StringListIterable.class).getType()); in testGetSubtype_withoutTypeVariable()
1104 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class).getType()); in testGetSubtype_withoutTypeVariable()
1106 new TypeToken<Iterable<List<String>>>() {}.getSubtype(StringListArrayIterable.class)); in testGetSubtype_withoutTypeVariable()
1108 new TypeToken<Iterable<List<String>>[]>() {}.getSubtype(StringListArrayIterable[].class)); in testGetSubtype_withoutTypeVariable()
1113 TypeToken.of(Iterable[].class).getSubtype(StringListIterable[].class)); in testGetSubtype_withArray()
1115 TypeToken.of(Object[].class).getSubtype(String[].class)); in testGetSubtype_withArray()
1117 TypeToken.of(Object.class).getSubtype(int[].class)); in testGetSubtype_withArray()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java718 String code = expected.getSubtype(); in testAUnit()
1140 String code = unit.getSubtype(); in generateCXXHConstants()
1204 return o1.getSubtype().compareTo(o2.getSubtype()); in getAllUnits()
1266 System.out.print(" \"" + unit.getSubtype() + "\""); in generateCXXConstants()
1340 String code = unit.getSubtype(); in toCamelCase()
1409 String code = unit.getSubtype(); in toJAVAName()
1433 String code = unit.getSubtype(); in generateConstants()
1558 && a1.getSubtype().equals(b1.getSubtype()); in hasSameBehavior()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNetworkInfo.java71 public int getSubtype() { in getSubtype() method in ShadowNetworkInfo
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DConnectivityManagerTest.java90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype()); in shouldSetActiveNetworkInfo()
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp242 .append(units[currentUnit].getSubtype(), status); in loadMeasureUnitData()
392 uprv_strcmp(mu.getSubtype(), tu) == 0; in isTimeUnit()
773 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4); in formatMeasure()
Dmeasunit.cpp1027 const char *MeasureUnit::getSubtype() const { in getSubtype() function in MeasureUnit
/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/icu/icu4c/source/i18n/unicode/
Dmeasunit.h98 const char *getSubtype() const;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java85 public String getSubtype() { in getSubtype() method in MeasureUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java789 ICUResourceBundle oneUnitRes = unitsRes.getWithFallback(unit.getSubtype()); in loadLocaleData()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...