Searched refs:artistRowId (Results 1 – 1 of 1) sorted by relevance
2526 long artistRowId; in insertFile() local2532 artistRowId = getKeyIdForName(helper, db, in insertFile()2536 artistRowId = temp.longValue(); in insertFile()2567 values.put("artist_id", Integer.toString((int)artistRowId)); in insertFile()4844 long artistRowId; in updateInternal() local4849 artistRowId = getKeyIdForName(helper, db, in updateInternal()4853 artistRowId = temp.longValue(); in updateInternal()4856 values.put("artist_id", Integer.toString((int)artistRowId)); in updateInternal()