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.java2546 long albumRowId; in insertFile() local
2560 albumRowId = getKeyIdForName(helper, db, in insertFile()
2564 albumRowId = temp; in insertFile()
2569 values.put("album_id", Integer.toString((int)albumRowId)); in insertFile()
4916 long albumRowId; in updateInternal() local
4922 albumRowId = getKeyIdForName(helper, db, in updateInternal()
4926 albumRowId = temp.longValue(); in updateInternal()
4929 values.put("album_id", Integer.toString((int)albumRowId)); in updateInternal()