Home | History | Annotate | Download | only in music

Lines Matching full:secs

1474             int secs = cursor.getInt(mDurationIdx) / 1000;
1475 if (secs == 0) {
1478 vh.duration.setText(MusicUtils.makeTimeString(context, secs));