Home | History | Annotate | Download | only in provider

Lines Matching defs:whereArgs

3900                     final String[] whereArgs;
3903 whereArgs = null;
3906 whereArgs = new String[] { Long.toString(accountId) };
3912 + Mailbox.TYPE_TRASH + ")", whereArgs);
3916 final String[] whereArgs;
3919 whereArgs = null;
3922 whereArgs = new String[] { Long.toString(accountId) };
3925 accountKeyClause + MessageColumns.FLAG_FAVORITE + "=1", whereArgs);
5247 final String[] whereArgs = new String[] {mailboxId};
5249 return db.update(table, values, whereClause, whereArgs);