Searched refs:hasType (Results 1 – 4 of 4) sorted by relevance
56 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()
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()