Searched refs:mTunables (Results 1 – 5 of 5) sorted by relevance
82 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl203 mTunables.add(tunable); in addTunable()204 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()223 mTunables.remove(tunable); in removeTunable()
74 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner100 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()104 mTunables.add(tunable); in addTunable()
68 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment84 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy()130 mTunables.add(t); in addTunable()
102 mTunables(tunables), in RegionSamplingThread()106 mTunables.mSamplingTimerTimeout), in RegionSamplingThread()166 if (mLastSampleTime + mTunables.mSamplingPeriod > now) { in doSample()177 if (samplingDeadline.has_value() && now + mTunables.mSamplingDuration > *samplingDeadline) { in doSample()
108 const TimingTunables mTunables; variable