Searched refs:artistRowId (Results 1 – 1 of 1) sorted by relevance
3094 long artistRowId; in insertFile() local3100 artistRowId = getKeyIdForName(helper, db, in insertFile()3104 artistRowId = temp.longValue(); in insertFile()3135 values.put("artist_id", Integer.toString((int)artistRowId)); in insertFile()4316 long artistRowId; in update() local4321 artistRowId = getKeyIdForName(helper, db, in update()4325 artistRowId = temp.longValue(); in update()4328 values.put("artist_id", Integer.toString((int)artistRowId)); in update()