Home
last modified time | relevance | path

Searched defs:hasType (Results 1 – 2 of 2) 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
/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp480 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser