Searched refs:WHERE_CLAUSE (Results 1 – 1 of 1) sorted by relevance
66 private static final String WHERE_CLAUSE = field in ImageList69 WHERE_CLAUSE + " AND " + Media.BUCKET_ID + " = ?";72 return mBucketId == null ? WHERE_CLAUSE : WHERE_CLAUSE_WITH_BUCKET_ID; in whereClause()