Home
last modified time | relevance | path

Searched refs:artistRowId (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2526 long artistRowId; in insertFile() local
2532 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() local
4849 artistRowId = getKeyIdForName(helper, db, in updateInternal()
4853 artistRowId = temp.longValue(); in updateInternal()
4856 values.put("artist_id", Integer.toString((int)artistRowId)); in updateInternal()