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.java3057 long artistRowId; in insertFile() local
3063 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() local
4282 artistRowId = getKeyIdForName(helper, db, in update()
4286 artistRowId = temp.longValue(); in update()
4289 values.put("artist_id", Integer.toString((int)artistRowId)); in update()