Searched refs:MATCH_DEFAULT (Results 1 – 3 of 3) sorted by relevance
1196 MATCH_DEFAULT,1208 public static final int MATCH_DEFAULT = 0; field in MediaStore
40 import static android.provider.MediaStore.MATCH_DEFAULT;5851 int matchPending = extras.getInt(QUERY_ARG_MATCH_PENDING, MATCH_DEFAULT);5852 int matchTrashed = extras.getInt(QUERY_ARG_MATCH_TRASHED, MATCH_DEFAULT);5853 int matchFavorite = extras.getInt(QUERY_ARG_MATCH_FAVORITE, MATCH_DEFAULT);5869 if (matchPending == MATCH_DEFAULT) matchPending = defaultMatchForPendingAndTrashed;5870 if (matchTrashed == MATCH_DEFAULT) matchTrashed = defaultMatchForPendingAndTrashed;5871 if (matchFavorite == MATCH_DEFAULT) matchFavorite = MATCH_INCLUDE;
171 field public static final int MATCH_DEFAULT = 0; // 0x0