Searched refs:localizedValue (Results 1 – 2 of 2) sorted by relevance
75 String localizedValue = String.format(locale, "%d", newVal); in remainingSecondsChanged() local76 mRemainingSecondsView.setText(localizedValue); in remainingSecondsChanged()
99 String localizedValue = String.format(locale, "%d", newVal); in remainingSecondsChanged() local100 mRemainingSecondsView.setText(localizedValue); in remainingSecondsChanged()