Lines Matching refs:bookmark
134 MediaStore.Audio.Media.BOOKMARK // index must match BOOKMARKCOLIDX below
1010 // go to bookmark if needed
1012 long bookmark = getBookmark();
1013 // Start playing a little bit before the bookmark,
1015 seek(bookmark - 5000);
1361 long bookmark = getBookmark();
1363 if ((pos < bookmark && (pos + 10000) > bookmark) ||
1364 (pos > bookmark && (pos - 10000) < bookmark)) {
1365 // The existing bookmark is close to the current
1370 // if we're near the start or end, clear the bookmark
1374 // write 'pos' to the bookmark field
1376 values.put(MediaStore.Audio.Media.BOOKMARK, pos);