Lines Matching full:base
541 * @param base The play order offset to use for this pass
543 private static void makeInsertItems(long[] ids, int offset, int len, int base) {
558 sContentValuesCache[i].put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, base + offset + i);
579 int base = cur.getInt(0);
583 makeInsertItems(ids, i, 1000, base);