Searched refs:getSubtype (Results 1 – 15 of 15) sorted by relevance
85 return mediaRange.getSubtype().compareTo(STAR) == 0; in allowsAllContentSubTypes()129 return mediaRange.getSubtype(); in getContentSubType()
84 public String getSubtype() { in getSubtype() method in MediaRange
143 return mediaRange == null ? null : mediaRange.getSubtype(); in getContentSubType()
87 return this.getSubtype().equals(other.getSubtype()); in sameSubtype()95 public String getSubtype() { in getSubtype() method in DNSEntry
218 this._subtype = info.getSubtype(); in ServiceInfoImpl()388 String subtype = this.getSubtype(); in getTypeWithSubtype()728 public String getSubtype() { in getSubtype() method in ServiceInfoImpl743 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()
442 String subtype = info.getSubtype(); in listBySubtype()
1363 …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()
36 getSubtype() { in getSubtype() method in AFSDBRecord
71 public int getSubtype() { in getSubtype() method in ShadowNetworkInfo
90 assertEquals(TelephonyManager.NETWORK_TYPE_EDGE, info.getSubtype()); in shouldSetActiveNetworkInfo()
99 const char *getSubtype() const;
56 return mConnectivityManager.getActiveNetworkInfo().getSubtype(); in getNetworkSubtype()
215 .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()
611 const char *MeasureUnit::getSubtype() const { in getSubtype() function in MeasureUnit
704 public abstract String getSubtype(); in getSubtype() method in ServiceInfo