Searched refs:totalDurationText (Results 1 – 1 of 1) sorted by relevance
156 private TextView totalDurationText; field in VoicemailPlaybackLayout223 totalDurationText = (TextView) findViewById(R.id.total_duration_text); in onFinishInflate()231 totalDurationText.setText(formatAsMinutesAndSeconds(0)); in onFinishInflate()300 totalDurationText.setText(formatAsMinutesAndSeconds(durationMs)); in setClipPosition()