Home
last modified time | relevance | path

Searched refs:tunerService (Results 1 – 25 of 29) 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.java62 public TunerFragment(TunerService tunerService) { in TunerFragment() argument
64 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.java55 TunerService tunerService, in OperatorNameViewController() argument
62 mTunerService = tunerService; in OperatorNameViewController()
115 TunerService tunerService, in Factory() argument
121 mTunerService = tunerService; in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepository.kt61 tunerService: TunerService,
90 tunerService.addTunable(callback, HIDDEN_ICONS_TUNABLE_KEY) in <lambda>()
92 awaitClose { tunerService.removeTunable(callback) } in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt57 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.statusbar.pipeline.shared.data.repository.ConnectivityRepositoryImplTest
71 tunerService, in setUp()
96 tunerService, in forceHiddenSlots_initiallyGetsDefault()
158 tunerService, in forceHiddenSlots_slotNamesAddedThenNull_flowHasDefault()
257 Mockito.verify(tunerService).addTunable(callbackCaptor.capture(), any()) in getTunable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBypassController.kt116 tunerService: TunerService, in <lambda>()
165 tunerService.addTunable(object : TunerService.Tunable { in <lambda>()
167 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in <lambda>()
DDozeParameters.java126 TunerService tunerService, in DozeParameters() argument
149 tunerService.addTunable( in DozeParameters()
DStatusBarIconControllerImpl.java85 TunerService tunerService, in StatusBarIconControllerImpl() argument
96 tunerService.addTunable(this, ICON_HIDE_LIST); in StatusBarIconControllerImpl()
DStatusBarSignalPolicy.java90 TunerService tunerService in StatusBarSignalPolicy() argument
98 mTunerService = tunerService; in StatusBarSignalPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DPulsingGestureListener.kt58 tunerService: TunerService, in <lambda>()
75 tunerService.addTunable(tunable, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DPulsingGestureListenerTest.kt66 private lateinit var tunerService: TunerService variable in com.android.systemui.shade.PulsingGestureListenerTest
92 tunerService, in setUp()
260 verify(tunerService).addTunable( in updateSettings()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/resume/
DMediaResumeListenerTest.kt88 @Mock private lateinit var tunerService: TunerService in capture() variable in com.android.systemui.media.controls.resume.MediaResumeListenerTest
149 tunerService, in capture()
192 tunerService, in capture()
439 tunerService, in capture()
472 tunerService, in capture()
515 tunerService, in capture()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterViewController.java118 TunerService tunerService, in BatteryMeterViewController() argument
126 mTunerService = tunerService; in BatteryMeterViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java87 TunerService tunerService, in VolumeDialogComponent() argument
120 tunerService.addTunable(this, VOLUME_DOWN_SILENT, VOLUME_UP_SILENT, in VolumeDialogComponent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerTest.kt42 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.qs.QSPanelControllerTest
81 tunerService, in setUp()
DQSTileHostTest.java688 PluginManager pluginManager, TunerService tunerService, in TestQSTileHost() argument
697 tunerService, autoTiles, dumpManager, Optional.of(centralSurfaces), qsLogger, in TestQSTileHost()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBypassControllerTest.kt58 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.statusbar.phone.KeyguardBypassControllerTest
127 tunerService, in initKeyguardBypassController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java73 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController() argument
85 mTunerService = tunerService; in QSPanelController()
DQSTileHost.java133 TunerService tunerService, in QSTileHost() argument
148 mTunerService = tunerService; in QSTileHost()
172 tunerService.addTunable(this, TILES_SETTING); in QSTileHost()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceViewController.java111 TunerService tunerService, in KeyguardSliceViewController() argument
117 mTunerService = tunerService; in KeyguardSliceViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
DMediaResumeListener.kt64 private val tunerService: TunerService, constant in com.android.systemui.media.controls.resume.MediaResumeListener
158 tunerService.addTunable( in setManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarViewModule.java223 TunerService tunerService, in getBatteryMeterViewController() argument
233 tunerService, in getBatteryMeterViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionControllerImpl.java63 TunerService tunerService, in ExtensionControllerImpl() argument
68 mTunerService = tunerService; in ExtensionControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
DMediaDataManager.kt177 private val tunerService: TunerService, constant
242 tunerService: TunerService,
266 tunerService,
349 tunerService.addTunable(

12