Home
last modified time | relevance | path

Searched refs:tunerService (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunablePadding.java43 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/
DKeyguardBypassController.kt67 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/
DBypassHeadsUpNotifier.kt46 tunerService: TunerService) : StatusBarStateController.StateListener, in <lambda>()
63 tunerService.addTunable( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSTileHostTest.java167 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument
170 tunerService, autoTiles, dumpController); in TestQSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java98 TunerService tunerService, in QSTileHost() argument
103 mTunerService = tunerService; in QSTileHost()
118 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
DQSPanel.java181 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/
DExtensionControllerImpl.java62 TunerService tunerService, in ExtensionControllerImpl() argument
67 mTunerService = tunerService; in ExtensionControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java120 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/
DNotificationStackScrollLayout.java592 TunerService tunerService = Dependency.get(TunerService.class); in NotificationStackScrollLayout() local
593 tunerService.addTunable((key, newValue) -> { in NotificationStackScrollLayout()