Home | History | Annotate | Download | only in settings

Lines Matching refs:whereArgs

402     public Cursor query(Uri url, String[] select, String where, String[] whereArgs, String sort) {
403 SqlArguments args = new SqlArguments(url, where, whereArgs);
582 public int delete(Uri url, String where, String[] whereArgs) {
583 SqlArguments args = new SqlArguments(url, where, whereArgs);
605 public int update(Uri url, ContentValues initialValues, String where, String[] whereArgs) {
606 SqlArguments args = new SqlArguments(url, where, whereArgs);