/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 | 64 public TunerFragment(TunerService tunerService) { in TunerFragment() argument 66 mTunerService = tunerService; in TunerFragment()
|
D | TunerActivity.java | 53 TunerService tunerService, in TunerActivity() argument 58 mTunerService = tunerService; in TunerActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | OperatorNameViewController.java | 58 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/ |
D | BatteryMeterViewController.java | 140 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/ |
D | PulsingGestureListener.kt | 59 tunerService: TunerService, in <lambda>() 76 tunerService.addTunable(tunable, in <lambda>()
|
D | ShadeViewProviderModule.kt | 246 tunerService: TunerService, in <lambda>() 257 tunerService, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.kt | 56 tunerService: TunerService, in <lambda>() 149 tunerService.addTunable({ key, _ -> in <lambda>() 150 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in <lambda>()
|
D | StatusBarSignalPolicy.java | 83 TunerService tunerService in StatusBarSignalPolicy() argument 91 mTunerService = tunerService; in StatusBarSignalPolicy()
|
D | DozeParameters.java | 124 TunerService tunerService, in DozeParameters() argument 149 tunerService.addTunable( in DozeParameters()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/ |
D | ConnectivityRepository.kt | 96 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/ |
D | PulsingGestureListenerTest.kt | 63 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/ |
D | MediaResumeListenerTest.kt | 88 @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/ |
D | MediaResumeListenerKosmos.kt | 40 tunerService = mock<TunerService> {}, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogComponent.java | 87 TunerService tunerService, in VolumeDialogComponent() argument 122 tunerService.addTunable(this, VOLUME_DOWN_SILENT, VOLUME_UP_SILENT, in VolumeDialogComponent()
|
/frameworks/av/services/tuner/ |
D | TunerService.cpp | 76 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/ |
D | OperatorNameViewControllerTest.kt | 63 @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/ |
D | KeyguardSliceViewController.java | 119 TunerService tunerService, in KeyguardSliceViewController() argument 127 mTunerService = tunerService; in KeyguardSliceViewController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSPanelControllerTest.kt | 48 @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/ |
D | QSPanelController.java | 92 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController() argument 108 mTunerService = tunerService; in QSPanelController()
|
D | QSTileHost.java | 131 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/ |
D | MediaResumeListener.kt | 64 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/ |
D | KeyguardBypassControllerTest.kt | 77 @Mock private lateinit var tunerService: TunerService variable 163 tunerService, in initKeyguardBypassController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 63 TunerService tunerService, in ExtensionControllerImpl() argument 68 mTunerService = tunerService; in ExtensionControllerImpl()
|
/frameworks/av/services/tuner/hidl/ |
D | TunerHidlService.cpp | 95 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()
|