Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentCreatorTest.kt56 assertThatIntent(wrappedIntent).hasType("image/png") in testCreateShare()
90 assertThatIntent(wrappedIntent).hasType("image/png") in testCreateShareWithSubject()
114 assertThatIntent(wrappedIntent).hasType("image/png") in testCreateShareWithText()
131 assertThatIntent(output).hasType("image/png") in testCreateEdit()
/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()