Lines Matching full:where
126 String where = null;
141 if (where == null) {
142 where = Downloads.Impl._ID + " = '" + id + "'";
144 where += " OR " + Downloads.Impl._ID + " = '" + id
150 if (where != null) {
151 getContentResolver().delete(Downloads.Impl.CONTENT_URI, where,
437 StringBuilder where = new StringBuilder();
445 where.append(" OR ");
447 where.append("( ");
448 where.append(Downloads.Impl._ID);
449 where.append(" = '");
450 where.append(mDownloadCursor.getLong(mIdColumnId));
451 where.append("' )");
457 where.toString(), null);
477 * Open or delete content where the download db cursor currently is. Sends