Home | History | Annotate | Download | only in music

Lines Matching refs:BOOKMARK

137             MediaStore.Audio.Media.BOOKMARK    // index must match BOOKMARKCOLIDX below
1052 // go to bookmark if needed
1054 long bookmark = getBookmark();
1055 // Start playing a little bit before the bookmark,
1057 seek(bookmark - 5000);
1419 long bookmark = getBookmark();
1421 if ((pos < bookmark && (pos + 10000) > bookmark) ||
1422 (pos > bookmark && (pos - 10000) < bookmark)) {
1423 // The existing bookmark is close to the current
1428 // if we're near the start or end, clear the bookmark
1432 // write 'pos' to the bookmark field
1434 values.put(MediaStore.Audio.Media.BOOKMARK, pos);