Searched refs:mConfirmedTypes (Results 1 – 1 of 1) sorted by relevance
305 private int mConfirmedTypes; field in BrightnessSynchronizer.BrightnessUpdate314 mConfirmedTypes = 0x0; in BrightnessUpdate()321 + ", mUpdatedTypes=" + mUpdatedTypes + ", mConfirmedTypes=" + mConfirmedTypes in toString()373 if (mConfirmedTypes == mUpdatedTypes in update()389 if ((mUpdatedTypes & type) != type || (mConfirmedTypes & type) != 0x0) { in swallowUpdate()400 mConfirmedTypes |= type; in swallowUpdate()