/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()
|
D | TunerFragment.java | 62 public TunerFragment(TunerService tunerService) { in TunerFragment() argument 64 mTunerService = tunerService; in TunerFragment()
|
D | TunerActivity.java | 49 TunerActivity(DemoModeController demoModeController, TunerService tunerService) { in TunerActivity() argument 52 mTunerService = tunerService; in TunerActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 104 tunerService: TunerService, 131 tunerService.addTunable(object : TunerService.Tunable { 133 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in onTuningChanged()
|
D | DozeParameters.java | 80 TunerService tunerService, in DozeParameters() argument 96 tunerService.addTunable( in DozeParameters()
|
D | StatusBarSignalPolicy.java | 93 TunerService tunerService, in StatusBarSignalPolicy() argument 102 mTunerService = tunerService; in StatusBarSignalPolicy() 116 tunerService.addTunable(this, StatusBarIconController.ICON_HIDE_LIST); in StatusBarSignalPolicy()
|
D | NotificationShadeWindowViewController.java | 126 TunerService tunerService, in NotificationShadeWindowViewController() argument 150 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/tests/src/com/android/systemui/media/ |
D | MediaResumeListenerTest.kt | 83 @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()
|
D | MediaDataManagerTest.kt | 90 @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/ |
D | DozeUi.java | 104 DozeLog dozeLog, TunerService tunerService, in DozeUi() argument 116 mTunerService = tunerService; in DozeUi()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaResumeListener.kt | 54 private val tunerService: TunerService, constant in com.android.systemui.media.MediaResumeListener 119 tunerService.addTunable(object : TunerService.Tunable { in setManager()
|
D | MediaDataManager.kt | 120 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/ |
D | KeyguardSliceViewController.java | 115 TunerService tunerService, in KeyguardSliceViewController() argument 120 mTunerService = tunerService; in KeyguardSliceViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 97 QSPanelController(QSPanel view, QSSecurityFooter qsSecurityFooter, TunerService tunerService, in QSPanelController() argument 109 mTunerService = tunerService; in QSPanelController()
|
D | QSFooterViewController.java | 144 TunerService tunerService, MetricsLogger metricsLogger, FalsingManager falsingManager, in QSFooterViewController() argument 155 mTunerService = tunerService; in QSFooterViewController()
|
D | QSTileHost.java | 116 TunerService tunerService, in QSTileHost() argument 130 mTunerService = tunerService; in QSTileHost() 152 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
|
D | QSAnimator.java | 112 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/ |
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 | 370 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument 376 tunerService, autoTiles, dumpManager, broadcastDispatcher, in TestQSTileHost()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 219 TunerService tunerService, in ScreenDecorations() argument 227 mTunerService = tunerService; in ScreenDecorations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 589 TunerService tunerService, in NotificationStackScrollLayoutController() argument 625 mTunerService = tunerService; in NotificationStackScrollLayoutController()
|