Home
last modified time | relevance | path

Searched refs:tunerService (Results 1 – 22 of 22) 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()
DTunerFragment.java62 public TunerFragment(TunerService tunerService) { in TunerFragment() argument
64 mTunerService = tunerService; in TunerFragment()
DTunerActivity.java49 TunerActivity(DemoModeController demoModeController, TunerService tunerService) { in TunerActivity() argument
52 mTunerService = tunerService; in TunerActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt104 tunerService: TunerService,
131 tunerService.addTunable(object : TunerService.Tunable {
133 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in onTuningChanged()
DDozeParameters.java80 TunerService tunerService, in DozeParameters() argument
96 tunerService.addTunable( in DozeParameters()
DStatusBarSignalPolicy.java93 TunerService tunerService, in StatusBarSignalPolicy() argument
102 mTunerService = tunerService; in StatusBarSignalPolicy()
116 tunerService.addTunable(this, StatusBarIconController.ICON_HIDE_LIST); in StatusBarSignalPolicy()
DNotificationShadeWindowViewController.java126 TunerService tunerService, in NotificationShadeWindowViewController() argument
150 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/tests/src/com/android/systemui/media/
DMediaResumeListenerTest.kt83 @Mock private lateinit var tunerService: TunerService in capture() variable in com.android.systemui.media.MediaResumeListenerTest
127 tunerService, resumeBrowserFactory, dumpManager) in capture()
165 val listener = MediaResumeListener(context, broadcastDispatcher, executor, tunerService, in capture()
DMediaDataManagerTest.kt90 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.media.MediaDataManagerTest
121 tunerService = tunerService in setup()
123 verify(tunerService).addTunable(capture(tunableCaptor), in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeUi.java104 DozeLog dozeLog, TunerService tunerService, in DozeUi() argument
116 mTunerService = tunerService; in DozeUi()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaResumeListener.kt54 private val tunerService: TunerService, constant in com.android.systemui.media.MediaResumeListener
119 tunerService.addTunable(object : TunerService.Tunable { in setManager()
DMediaDataManager.kt120 private val tunerService: TunerService constant
172 tunerService: TunerService
177 Utils.useQsMediaPlayer(context), clock, tunerService)
251 tunerService.addTunable(object : TunerService.Tunable {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceViewController.java115 TunerService tunerService, in KeyguardSliceViewController() argument
120 mTunerService = tunerService; in KeyguardSliceViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java97 QSPanelController(QSPanel view, QSSecurityFooter qsSecurityFooter, TunerService tunerService, in QSPanelController() argument
109 mTunerService = tunerService; in QSPanelController()
DQSFooterViewController.java144 TunerService tunerService, MetricsLogger metricsLogger, FalsingManager falsingManager, in QSFooterViewController() argument
155 mTunerService = tunerService; in QSFooterViewController()
DQSTileHost.java116 TunerService tunerService, in QSTileHost() argument
130 mTunerService = tunerService; in QSTileHost()
152 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
DQSAnimator.java112 QSSecurityFooter securityFooter, @Main Executor executor, TunerService tunerService, in QSAnimator() argument
122 mTunerService = tunerService; in QSAnimator()
/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.java370 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument
376 tunerService, autoTiles, dumpManager, broadcastDispatcher, in TestQSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java219 TunerService tunerService, in ScreenDecorations() argument
227 mTunerService = tunerService; in ScreenDecorations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java589 TunerService tunerService, in NotificationStackScrollLayoutController() argument
625 mTunerService = tunerService; in NotificationStackScrollLayoutController()