HomeSort by relevance Sort by last modified time
    Searched refs:mTunables (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerServiceImpl.java 69 private final HashSet<Tunable> mTunables = LeakDetector.ENABLED ? new HashSet<>() : null;
162 mTunables.add(tunable);
163 Dependency.get(LeakDetector.class).trackCollection(mTunables, "TunerService.mTunables");
181 mTunables.remove(tunable);
LockscreenFragment.java 76 private final ArrayList<Tunable> mTunables = new ArrayList<>();
92 mTunables.forEach(t -> mTunerService.removeTunable(t));
138 mTunables.add(t);
NavBarTuner.java 83 private final ArrayList<Tunable> mTunables = new ArrayList<>();
109 mTunables.forEach(t -> Dependency.get(TunerService.class).removeTunable(t));
113 mTunables.add(tunable);

Completed in 184 milliseconds