Searched refs:formatStateDescription (Results 1 – 3 of 3) sorted by relevance
79 final CharSequence stateDescription = formatStateDescription(mPercentage); in onPreferenceChange()110 final CharSequence stateDescription = formatStateDescription(currentSeekbarValue * 5); in updateSeekBar()130 private CharSequence formatStateDescription(int percentage) { in formatStateDescription() method in BatterySaverScheduleSeekBarController
141 when(mPreference.formatStateDescription(progress)).thenReturn(CONTENT_DESCRIPTION); in init_changeProgress_overrideStateDescriptionCalled()193 doCallRealMethod().when(mPreference).formatStateDescription(progress); in testFormatStateDescription()
160 overrideSeekBarStateDescription(formatStateDescription(progress)); in init()231 CharSequence formatStateDescription(int progress) { in formatStateDescription() method in VolumeSeekBarPreference