Searched refs:toStringLabel (Results 1 – 1 of 1) sorted by relevance
320 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