Searched refs:mTimerFormat (Results 1 – 1 of 1) sorted by relevance
221 String mTimerFormat; field in SoundRecorder347 mTimerFormat = getResources().getString(R.string.timer_format); in initResourceRefs()658 String timeStr = String.format(mTimerFormat, time/60, time%60); in updateTimerView()