Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/
DBatterySaverScheduleSeekBarController.java79 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
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DVolumeSeekBarPreferenceTest.java141 when(mPreference.formatStateDescription(progress)).thenReturn(CONTENT_DESCRIPTION); in init_changeProgress_overrideStateDescriptionCalled()
193 doCallRealMethod().when(mPreference).formatStateDescription(progress); in testFormatStateDescription()
/packages/apps/Settings/src/com/android/settings/notification/
DVolumeSeekBarPreference.java160 overrideSeekBarStateDescription(formatStateDescription(progress)); in init()
231 CharSequence formatStateDescription(int progress) { in formatStateDescription() method in VolumeSeekBarPreference