Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3076 long albumRowId; in insertFile() local
3090 albumRowId = getKeyIdForName(helper, db, in insertFile()
3094 albumRowId = temp; in insertFile()
3099 values.put("album_id", Integer.toString((int)albumRowId)); in insertFile()
4333 long albumRowId; in update() local
4339 albumRowId = getKeyIdForName(helper, db, in update()
4343 albumRowId = temp.longValue(); in update()
4346 values.put("album_id", Integer.toString((int)albumRowId)); in update()