Searched refs:mTunables (Results 1 – 3 of 3) sorted by relevance
66 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl167 mTunables.add(tunable); in addTunable()168 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables"); in addTunable()186 mTunables.remove(tunable); in removeTunable()
72 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner98 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()102 mTunables.add(tunable); in addTunable()
76 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment92 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy()138 mTunables.add(t); in addTunable()