Home | History | Annotate | Download | only in music

Lines Matching refs:secs

1469             int secs = cursor.getInt(mDurationIdx) / 1000;
1470 if (secs == 0) {
1473 vh.duration.setText(MusicUtils.makeTimeString(context, secs));