Home
last modified time | relevance | path

Searched refs:tunable (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeTunerService.java32 public void addTunable(Tunable tunable, String... keys) { in addTunable() argument
34 tunable.onTuningChanged(key, null); in addTunable()
36 mBaseLeakChecker.addCallback(tunable); in addTunable()
40 public void removeTunable(Tunable tunable) { in removeTunable() argument
41 mBaseLeakChecker.removeCallback(tunable); in removeTunable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerServiceImpl.java199 addTunable(tunable, key); in addTunable()
203 private void addTunable(Tunable tunable, String key) { in addTunable() argument
207 mTunableLookup.get(key).add(tunable); in addTunable()
209 mTunables.add(tunable); in addTunable()
220 tunable.onTuningChanged(key, value); in addTunable()
224 public void removeTunable(Tunable tunable) { in removeTunable() argument
226 list.remove(tunable); in removeTunable()
229 mTunables.remove(tunable); in removeTunable()
250 for (Tunable tunable : tunables) { in reloadSetting()
251 tunable.onTuningChanged(key, value); in reloadSetting()
[all …]
H A DTunerService.java43 public abstract void addTunable(Tunable tunable, String... keys); in addTunable() argument
44 public abstract void removeTunable(Tunable tunable); in removeTunable() argument
H A DNavBarTuner.java103 private void addTunable(Tunable tunable, String... keys) { in addTunable() argument
104 mTunables.add(tunable); in addTunable()
105 Dependency.get(TunerService.class).addTunable(tunable, keys); in addTunable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DPulsingGestureListener.kt66 val tunable = Tunable { key: String?, _: String? -> regex
76 tunerService.addTunable(tunable,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImplTest.java184 ArgumentCaptor<Tunable> tunable = ArgumentCaptor.forClass(Tunable.class); in testSortOrder() local
185 verify(mTunerService).addTunable(tunable.capture(), any()); in testSortOrder()
186 tunable.getValue().onTuningChanged(null, null); in testSortOrder()
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md84 and is tunable in runtime. It consists of 3 different submodules: