Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
H A DBatteryMeterViewController.java131 private boolean mIsSubscribedForTunerUpdates; field in BatteryMeterViewController
195 if (mIsSubscribedForTunerUpdates || mIgnoreTunerUpdates) { in subscribeForTunerUpdates()
200 mIsSubscribedForTunerUpdates = true; in subscribeForTunerUpdates()
204 if (!mIsSubscribedForTunerUpdates) { in unsubscribeFromTunerUpdates()
209 mIsSubscribedForTunerUpdates = false; in unsubscribeFromTunerUpdates()