Searched refs:toStringLabel (Results 1 – 1 of 1) sorted by relevance
405 return "{[" + mId + "] " + toStringLabel(mSourceType, mBrightness) in toString()442 + toStringLabel(mSourceType, mBrightness)); in update()445 + toStringLabel(mSourceType, mBrightness) + " set brightness values: " in update()446 + toStringLabel(mUpdatedTypes & TYPE_FLOAT, brightnessFloat) + " " in update()447 + toStringLabel(mUpdatedTypes & TYPE_INT, brightnessInt)); in update()486 Slog.i(TAG, "Swallowing update of " + toStringLabel(type, brightness) in swallowUpdate()529 private String toStringLabel(int type, float brightness) { in toStringLabel() method in BrightnessSynchronizer.BrightnessUpdate