Home
last modified time | relevance | path

Searched refs:getSubtype (Results 1 – 15 of 15) 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/smack/src/org/xbill/DNS/
DAFSDBRecord.java36 getSubtype() { in getSubtype() method in AFSDBRecord
/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/unicode/
Dmeasunit.h99 const char *getSubtype() const;
/external/chromium_org/net/android/java/src/org/chromium/net/
DNetworkChangeNotifierAutoDetect.java56 return mConnectivityManager.getActiveNetworkInfo().getSubtype(); in getNetworkSubtype()
/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp215 .append(units[currentUnit].getSubtype(), status); in loadMeasureUnitData()
378 uprv_strcmp(mu.getSubtype(), tu) == 0; in isTimeUnit()
726 u_charsToUChars(amtUnit.getSubtype(), isoCode, 4); in formatMeasure()
Dmeasunit.cpp611 const char *MeasureUnit::getSubtype() const { in getSubtype() function in MeasureUnit
/external/jmdns/src/javax/jmdns/
DServiceInfo.java704 public abstract String getSubtype(); in getSubtype() method in ServiceInfo