Searched refs:tunerService (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunablePadding.java | 43 private TunablePadding(String key, int def, int flags, View view, TunerService tunerService) { in TunablePadding() argument 51 mTunerService = tunerService; in TunablePadding() 88 public TunablePaddingService(TunerService tunerService) { in TunablePaddingService() argument 89 mTunerService = tunerService; in TunablePaddingService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 67 tunerService: TunerService, 89 tunerService.addTunable(object : TunerService.Tunable { 91 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in onTuningChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | BypassHeadsUpNotifier.kt | 46 tunerService: TunerService) : StatusBarStateController.StateListener, in <lambda>() 63 tunerService.addTunable( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSTileHostTest.java | 167 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument 170 tunerService, autoTiles, dumpController); in TestQSTileHost()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSTileHost.java | 98 TunerService tunerService, in QSTileHost() argument 103 mTunerService = tunerService; in QSTileHost() 118 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
|
D | QSPanel.java | 181 final TunerService tunerService = Dependency.get(TunerService.class); in onAttachedToWindow() local 182 tunerService.addTunable(this, QS_SHOW_BRIGHTNESS); in onAttachedToWindow()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 62 TunerService tunerService, in ExtensionControllerImpl() argument 67 mTunerService = tunerService; in ExtensionControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceView.java | 120 TunerService tunerService = Dependency.get(TunerService.class); in KeyguardSliceView() local 121 tunerService.addTunable(this, Settings.Secure.KEYGUARD_SLICE_URI); in KeyguardSliceView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 592 TunerService tunerService = Dependency.get(TunerService.class); in NotificationStackScrollLayout() local 593 tunerService.addTunable((key, newValue) -> { in NotificationStackScrollLayout()
|