Searched refs:mTunables (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerServiceImpl.java69 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in class:TunerServiceImpl
162 mTunables.add(tunable);
163 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables");
181 mTunables.remove(tunable);
H A DLockscreenFragment.java76 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in class:LockscreenFragment
92 mTunables.forEach(t -> mTunerService.removeTunable(t));
138 mTunables.add(t);
H A DNavBarTuner.java83 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in class:NavBarTuner
109 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t));
113 mTunables.add(tunable);

Completed in 219 milliseconds