Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/httplive/
DM3UParser.h56 bool hasType(size_t index, const char *key) const;
DM3UParser.cpp473 bool M3UParser::hasType(size_t index, const char *key) const { in hasType() function in android::M3UParser
DLiveSession.cpp1075 if (mPlaylist->hasType(i, "video")) { in onMasterPlaylistFetched()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1930 final boolean hasType = db.getVersion() >= 11; in readAndDeleteLegacyAccountInfoLocked()
1941 if (hasType) { in readAndDeleteLegacyAccountInfoLocked()
1962 String accountType = hasType in readAndDeleteLegacyAccountInfoLocked()