Searched refs:mSuppressAmbientDisplay (Results 1 – 1 of 1) sorted by relevance
111 private final boolean mSuppressAmbientDisplay; field in ZenDeviceEffects128 mSuppressAmbientDisplay = suppressAmbientDisplay; in ZenDeviceEffects()160 && this.mSuppressAmbientDisplay == that.mSuppressAmbientDisplay in equals()174 return Objects.hash(mGrayscale, mSuppressAmbientDisplay, mDimWallpaper, mNightMode, in hashCode()183 if (mSuppressAmbientDisplay) effects.add("suppressAmbientDisplay"); in toString()251 return mSuppressAmbientDisplay; in shouldSuppressAmbientDisplay()332 return mGrayscale || mSuppressAmbientDisplay || mDimWallpaper || mNightMode in hasEffects()364 dest.writeBoolean(mSuppressAmbientDisplay); in writeToParcel()381 private boolean mSuppressAmbientDisplay; field in ZenDeviceEffects.Builder404 mSuppressAmbientDisplay = zenDeviceEffects.shouldSuppressAmbientDisplay(); in Builder()[all …]