Home
last modified time | relevance | path

Searched refs:tunerService (Results 1 – 13 of 13) 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.kt80 tunerService: TunerService,
105 tunerService.addTunable(object : TunerService.Tunable {
107 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in onTuningChanged()
DDozeParameters.java65 TunerService tunerService) { in DozeParameters() argument
74 tunerService.addTunable( in DozeParameters()
DNotificationShadeWindowViewController.java119 TunerService tunerService, in NotificationShadeWindowViewController() argument
140 mTunerService = tunerService; in NotificationShadeWindowViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DBypassHeadsUpNotifier.kt48 tunerService: TunerService in <lambda>()
64 tunerService.addTunable( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaResumeListener.kt50 private val tunerService: TunerService constant in com.android.systemui.media.MediaResumeListener
111 tunerService.addTunable(object : TunerService.Tunable { in setManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java110 TunerService tunerService, in QSTileHost() argument
120 mTunerService = tunerService; in QSTileHost()
139 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
DQSPanel.java337 final TunerService tunerService = Dependency.get(TunerService.class); in onAttachedToWindow() local
338 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/tests/src/com/android/systemui/qs/
DQSTileHostTest.java298 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument
303 tunerService, autoTiles, dumpManager, broadcastDispatcher, in TestQSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java122 TunerService tunerService, @Main Resources resources) { in KeyguardSliceView() argument
125 mTunerService = tunerService; in KeyguardSliceView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java193 TunerService tunerService) { in ScreenDecorations() argument
197 mTunerService = tunerService; in ScreenDecorations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java639 TunerService tunerService = Dependency.get(TunerService.class); in NotificationStackScrollLayout() local
640 tunerService.addTunable((key, newValue) -> { in NotificationStackScrollLayout()