Home
last modified time | relevance | path

Searched refs:tunerService (Results 1 – 25 of 32) sorted by relevance

12

/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.java64 public TunerFragment(TunerService tunerService) { in TunerFragment() argument
66 mTunerService = tunerService; in TunerFragment()
DTunerActivity.java53 TunerService tunerService, in TunerActivity() argument
58 mTunerService = tunerService; in TunerActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameViewController.java58 TunerService tunerService, in OperatorNameViewController() argument
67 mTunerService = tunerService; in OperatorNameViewController()
133 TunerService tunerService, in Factory() argument
141 mTunerService = tunerService; in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterViewController.java140 TunerService tunerService, in BatteryMeterViewController() argument
149 mTunerService = tunerService; in BatteryMeterViewController()
260 TunerService tunerService, in Factory() argument
268 mTunerService = tunerService; in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DPulsingGestureListener.kt59 tunerService: TunerService, in <lambda>()
76 tunerService.addTunable(tunable, in <lambda>()
DShadeViewProviderModule.kt246 tunerService: TunerService, in <lambda>()
257 tunerService, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt56 tunerService: TunerService, in <lambda>()
149 tunerService.addTunable({ key, _ -> in <lambda>()
150 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in <lambda>()
DStatusBarSignalPolicy.java83 TunerService tunerService in StatusBarSignalPolicy() argument
91 mTunerService = tunerService; in StatusBarSignalPolicy()
DDozeParameters.java124 TunerService tunerService, in DozeParameters() argument
149 tunerService.addTunable( in DozeParameters()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepository.kt96 tunerService: TunerService,
125 tunerService.addTunable(callback, HIDDEN_ICONS_TUNABLE_KEY) in <lambda>()
127 awaitClose { tunerService.removeTunable(callback) } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt63 private lateinit var tunerService: TunerService variable in com.android.systemui.shade.PulsingGestureListenerTest
100 tunerService, in setUp()
269 verify(tunerService).addTunable( in updateSettings()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt88 @Mock private lateinit var tunerService: TunerService in capture() variable in com.android.systemui.media.controls.domain.resume.MediaResumeListenerTest
151 tunerService, in capture()
194 tunerService, in capture()
443 tunerService, in capture()
476 tunerService, in capture()
519 tunerService, in capture()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/media/controls/domain/pipeline/
DMediaResumeListenerKosmos.kt40 tunerService = mock<TunerService> {}, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java87 TunerService tunerService, in VolumeDialogComponent() argument
122 tunerService.addTunable(this, VOLUME_DOWN_SILENT, VOLUME_UP_SILENT, in VolumeDialogComponent()
/frameworks/av/services/tuner/
DTunerService.cpp76 shared_ptr<TunerService> tunerService = ::ndk::SharedRefBase::make<TunerService>(); in instantiate() local
79 return AServiceManager_registerLazyService(tunerService->asBinder().get(), in instantiate()
82 return AServiceManager_addService(tunerService->asBinder().get(), getServiceName()); in instantiate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DOperatorNameViewControllerTest.kt63 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.statusbar.OperatorNameViewControllerTest
87 tunerService, in setup()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceViewController.java119 TunerService tunerService, in KeyguardSliceViewController() argument
127 mTunerService = tunerService; in KeyguardSliceViewController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerTest.kt48 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.qs.QSPanelControllerTest
93 tunerService, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java92 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController() argument
108 mTunerService = tunerService; in QSPanelController()
DQSTileHost.java131 TunerService tunerService, in QSTileHost() argument
144 mTunerService = tunerService; in QSTileHost()
168 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListener.kt64 private val tunerService: TunerService, constant in com.android.systemui.media.controls.domain.resume.MediaResumeListener
158 tunerService.addTunable( in setManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt77 @Mock private lateinit var tunerService: TunerService variable
163 tunerService, in initKeyguardBypassController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionControllerImpl.java63 TunerService tunerService, in ExtensionControllerImpl() argument
68 mTunerService = tunerService; in ExtensionControllerImpl()
/frameworks/av/services/tuner/hidl/
DTunerHidlService.cpp95 shared_ptr<TunerHidlService> tunerService = ::ndk::SharedRefBase::make<TunerHidlService>(); in instantiate() local
98 return AServiceManager_registerLazyService(tunerService->asBinder().get(), in instantiate()
101 return AServiceManager_addService(tunerService->asBinder().get(), getServiceName()); in instantiate()

12