Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java66 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null; field in TunerServiceImpl
167 mTunables.add(tunable); in addTunable()
168 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables"); in addTunable()
186 mTunables.remove(tunable); in removeTunable()
DNavBarTuner.java72 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in NavBarTuner
98 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t)); in onDestroy()
102 mTunables.add(tunable); in addTunable()
DLockscreenFragment.java76 private final ArrayList<Tunable> mTunables = new ArrayList<>(); field in LockscreenFragment
92 mTunables.forEach(t -> mTunerService.removeTunable(t)); in onDestroy()
138 mTunables.add(t); in addTunable()