Home
last modified time | relevance | path

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

/frameworks/base/tests/net/common/java/android/net/metrics/
DValidationProbeEventTest.kt41 private infix fun Int.hasType(type: Int) = (type and this) == type in hasType() method in android.net.metrics.ValidationProbeEventTest
48 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()
/frameworks/av/media/libstagefright/httplive/
DM3UParser.h56 bool hasType(size_t index, const char *key) const;
DM3UParser.cpp479 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser
DLiveSession.cpp1080 if (mPlaylist->hasType(i, "video")) { in onMasterPlaylistFetched()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1263 if (proto.hasType()) { in FieldDescriptor()
1339 if (!proto.hasType()) { in crossLink()