Home
last modified time | relevance | path

Searched refs:mTimerFormat (Results 1 – 1 of 1) sorted by relevance

/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java221 String mTimerFormat; field in SoundRecorder
347 mTimerFormat = getResources().getString(R.string.timer_format); in initResourceRefs()
658 String timeStr = String.format(mTimerFormat, time/60, time%60); in updateTimerView()