Searched refs:artistRowId (Results 1 – 1 of 1) sorted by relevance
3057 long artistRowId; in insertFile() local3063 artistRowId = getKeyIdForName(helper, db, in insertFile()3067 artistRowId = temp.longValue(); in insertFile()3098 values.put("artist_id", Integer.toString((int)artistRowId)); in insertFile()4277 long artistRowId; in update() local4282 artistRowId = getKeyIdForName(helper, db, in update()4286 artistRowId = temp.longValue(); in update()4289 values.put("artist_id", Integer.toString((int)artistRowId)); in update()