Home
last modified time | relevance | path

Searched defs:tunerService (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/tuner/
DTunerServiceKosmos.kt22 val Kosmos.tunerService by Fixture { mock<TunerService>() } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterViewController.java142 TunerService tunerService, in BatteryMeterViewController()
260 TunerService tunerService, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameViewController.java58 TunerService tunerService, in OperatorNameViewController()
138 TunerService tunerService, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerFragment.java64 public TunerFragment(TunerService tunerService) { in TunerFragment()
DTunerActivity.java53 TunerService tunerService, in TunerActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java87 TunerService tunerService, in VolumeDialogComponent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java84 TunerService tunerService, in StatusBarSignalPolicy()
DDozeParameters.java130 TunerService tunerService, in DozeParameters()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt63 private lateinit var tunerService: TunerService variable in com.android.systemui.shade.PulsingGestureListenerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java94 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController()
DQSAnimator.java148 @Main DelayableExecutor executor, TunerService tunerService, in QSAnimator()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DOperatorNameViewControllerTest.kt66 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.statusbar.OperatorNameViewControllerTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
DQSPanelControllerTest.kt49 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.qs.QSPanelControllerTest
/frameworks/av/services/tuner/
DTunerService.cpp76 shared_ptr<TunerService> tunerService = ::ndk::SharedRefBase::make<TunerService>(); in instantiate() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt76 @Mock private lateinit var tunerService: TunerService variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionControllerImpl.java63 TunerService tunerService, in ExtensionControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DStatusBarIconControllerImpl.java93 TunerService tunerService, in StatusBarIconControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListener.kt65 private val tunerService: TunerService, constant in com.android.systemui.media.controls.domain.resume.MediaResumeListener
/frameworks/av/services/tuner/hidl/
DTunerHidlService.cpp95 shared_ptr<TunerHidlService> tunerService = ::ndk::SharedRefBase::make<TunerHidlService>(); in instantiate() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt87 @Mock private lateinit var tunerService: TunerService in capture() variable in com.android.systemui.media.controls.domain.resume.MediaResumeListenerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt74 private val tunerService = mock<TunerService>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java746 TunerService tunerService, in NotificationStackScrollLayoutController()