Searched refs:hasType (Results 1 – 4 of 4) sorted by relevance
34 private infix fun Int.hasType(type: Int) = (type and this) == type in hasType() method in android.net.metrics.ValidationProbeEventTest41 assertTrue(validationProbeEvent.probeType hasType REVALIDATION) in hasType()50 assertTrue(validationProbeEvent.probeType hasType ValidationProbeEvent.PROBE_DNS) in hasType()51 assertTrue(validationProbeEvent.probeType hasType FIRST_VALIDATION) in hasType()
56 bool hasType(size_t index, const char *key) const;
480 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser
1081 if (mPlaylist->hasType(i, "video")) { in onMasterPlaylistFetched()