Home
last modified time | relevance | path

Searched refs:hasType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/net/common/java/android/net/metrics/
DValidationProbeEventTest.kt34 private infix fun Int.hasType(type: Int) = (type and this) == type in hasType() method in android.net.metrics.ValidationProbeEventTest
41 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()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.h56 bool hasType(size_t index, const char *key) const;
DM3UParser.cpp480 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser
DLiveSession.cpp1081 if (mPlaylist->hasType(i, "video")) { in onMasterPlaylistFetched()