Home | History | Annotate | Download | only in database

Lines Matching defs:cursorIntToContentValues

641     public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values) {
642 cursorIntToContentValues(cursor, field, values, field);
653 public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values,