/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 | 53 TunerService tunerService, in TunerActivity() argument 58 mTunerService = tunerService; in TunerActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | OperatorNameViewController.java | 55 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/ |
D | ConnectivityRepository.kt | 61 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/ |
D | ConnectivityRepositoryImplTest.kt | 57 @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/ |
D | KeyguardBypassController.kt | 116 tunerService: TunerService, in <lambda>() 165 tunerService.addTunable(object : TunerService.Tunable { in <lambda>() 167 bypassEnabled = tunerService.getValue(key, dismissByDefault) != 0 in <lambda>()
|
D | DozeParameters.java | 126 TunerService tunerService, in DozeParameters() argument 149 tunerService.addTunable( in DozeParameters()
|
D | StatusBarIconControllerImpl.java | 85 TunerService tunerService, in StatusBarIconControllerImpl() argument 96 tunerService.addTunable(this, ICON_HIDE_LIST); in StatusBarIconControllerImpl()
|
D | StatusBarSignalPolicy.java | 90 TunerService tunerService in StatusBarSignalPolicy() argument 98 mTunerService = tunerService; in StatusBarSignalPolicy()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | PulsingGestureListener.kt | 58 tunerService: TunerService, in <lambda>() 75 tunerService.addTunable(tunable, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | PulsingGestureListenerTest.kt | 66 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/ |
D | MediaResumeListenerTest.kt | 88 @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/ |
D | BatteryMeterViewController.java | 118 TunerService tunerService, in BatteryMeterViewController() argument 126 mTunerService = tunerService; in BatteryMeterViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogComponent.java | 87 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/ |
D | QSPanelControllerTest.kt | 42 @Mock private lateinit var tunerService: TunerService variable in com.android.systemui.qs.QSPanelControllerTest 81 tunerService, in setUp()
|
D | QSTileHostTest.java | 688 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/ |
D | KeyguardBypassControllerTest.kt | 58 @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/ |
D | QSPanelController.java | 73 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController() argument 85 mTunerService = tunerService; in QSPanelController()
|
D | QSTileHost.java | 133 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/ |
D | KeyguardSliceViewController.java | 111 TunerService tunerService, in KeyguardSliceViewController() argument 117 mTunerService = tunerService; in KeyguardSliceViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/ |
D | MediaResumeListener.kt | 64 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/ |
D | StatusBarViewModule.java | 223 TunerService tunerService, in getBatteryMeterViewController() argument 233 tunerService, in getBatteryMeterViewController()
|
/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/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaDataManager.kt | 177 private val tunerService: TunerService, constant 242 tunerService: TunerService, 266 tunerService, 349 tunerService.addTunable(
|