Searched refs:mTunables (Results 1 – 3 of 3) sorted by relevance
69 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl162 mTunables.add(tunable); in addTunable()163 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables"); in addTunable()181 mTunables.remove(tunable); in removeTunable()
83 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner109 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()113 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()