Searched refs:mTunables (Results 1 – 5 of 5) sorted by relevance
74 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl183 mTunables.add(tunable); in addTunable()184 mLeakDetector.trackCollection(mTunables, "TunerService.mTunables"); in addTunable()202 mTunables.remove(tunable); in removeTunable()
73 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner99 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()103 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()
109 const TimingTunables mTunables; variable
166 mTunables(tunables), in RegionSamplingThread()168 mTunables.mSamplingTimerTimeout), in RegionSamplingThread()237 if (lastSampleTime + mTunables.mSamplingPeriod > now) { in doSample()