Searched refs:getPercent (Results 1 – 2 of 2) sorted by relevance
242 return mNumberFormat.format(getPercent(progress)); in formatStateDescription()246 double getPercent(float progress) { in getPercent() method in VolumeSeekBarPreference
194 doCallRealMethod().when(mPreference).getPercent(progress); in testFormatStateDescription()