/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 | 80 tunerService: TunerService, 105 tunerService.addTunable(object : TunerService.Tunable { 107 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in onTuningChanged()
|
D | DozeParameters.java | 65 TunerService tunerService) { in DozeParameters() argument 74 tunerService.addTunable( in DozeParameters()
|
D | NotificationShadeWindowViewController.java | 119 TunerService tunerService, in NotificationShadeWindowViewController() argument 140 mTunerService = tunerService; in NotificationShadeWindowViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | BypassHeadsUpNotifier.kt | 48 tunerService: TunerService in <lambda>() 64 tunerService.addTunable( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaResumeListener.kt | 50 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/ |
D | QSTileHost.java | 110 TunerService tunerService, in QSTileHost() argument 120 mTunerService = tunerService; in QSTileHost() 139 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
|
D | QSPanel.java | 337 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/ |
D | ExtensionControllerImpl.java | 62 TunerService tunerService, in ExtensionControllerImpl() argument 67 mTunerService = tunerService; in ExtensionControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSTileHostTest.java | 298 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument 303 tunerService, autoTiles, dumpManager, broadcastDispatcher, in TestQSTileHost()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSliceView.java | 122 TunerService tunerService, @Main Resources resources) { in KeyguardSliceView() argument 125 mTunerService = tunerService; in KeyguardSliceView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 193 TunerService tunerService) { in ScreenDecorations() argument 197 mTunerService = tunerService; in ScreenDecorations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 639 TunerService tunerService = Dependency.get(TunerService.class); in NotificationStackScrollLayout() local 640 tunerService.addTunable((key, newValue) -> { in NotificationStackScrollLayout()
|