Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3667 int matchFavorite = extras.getInt(QUERY_ARG_MATCH_FAVORITE, MATCH_DEFAULT); in getQueryBuilderInternal() local
3687 if (matchFavorite == MATCH_DEFAULT) matchFavorite = MATCH_INCLUDE; in getQueryBuilderInternal()
3718 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()
3778 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()
3868 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()
4010 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()
4089 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()
4131 appendWhereStandaloneMatch(qb, FileColumns.IS_FAVORITE, matchFavorite, uri); in getQueryBuilderInternal()