Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/display/
H A DBrightnessSynchronizer.java320 return "{[" + mId + "] " + toStringLabel(mSourceType, mBrightness) in toString()
357 + toStringLabel(mSourceType, mBrightness)); in update()
360 + toStringLabel(mSourceType, mBrightness) + " set brightness values: " in update()
361 + toStringLabel(mUpdatedTypes & TYPE_FLOAT, brightnessFloat) + " " in update()
362 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update()
401 Slog.i(TAG, "Swallowing update of " + toStringLabel(type, brightness) in swallowUpdate()
434 private String toStringLabel(int type, float brightness) { in toStringLabel() method in BrightnessSynchronizer.BrightnessUpdate