Searched refs:hasType (Results 1 – 5 of 5) sorted by relevance
41 private infix fun Int.hasType(type: Int) = (type and this) == type in hasType() method in android.net.metrics.ValidationProbeEventTest48 assertTrue(validationProbeEvent.probeType hasType REVALIDATION) in hasType()57 assertTrue(validationProbeEvent.probeType hasType ValidationProbeEvent.PROBE_DNS) in hasType()58 assertTrue(validationProbeEvent.probeType hasType FIRST_VALIDATION) in hasType()
56 bool hasType(size_t index, const char *key) const;
479 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser
1080 if (mPlaylist->hasType(i, "video")) { in onMasterPlaylistFetched()
1263 if (proto.hasType()) { in FieldDescriptor()1339 if (!proto.hasType()) { in crossLink()