Home
last modified time | relevance | path

Searched refs:userActionInteractor (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPolicyModule.kt152 userActionInteractor: FlashlightTileUserActionInteractor in bindDndTile()
156 userActionInteractor, in bindDndTile()
188 userActionInteractor: LocationTileUserActionInteractor in bindDndTile()
192 userActionInteractor, in bindDndTile()
220 userActionInteractor: AlarmTileUserActionInteractor in bindDndTile()
224 userActionInteractor, in bindDndTile()
252 userActionInteractor: UiModeNightTileUserActionInteractor in bindDndTile()
256 userActionInteractor, in bindDndTile()
284 userActionInteractor: WorkModeTileUserActionInteractor in bindDndTile()
288 userActionInteractor, in bindDndTile()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt59 private val userActionInteractor: Lazy<CustomTileUserActionInteractor>, constant in com.android.systemui.qs.tiles.impl.custom.domain.interactor.CustomTileServiceInteractor
113 with(userActionInteractor.get()) { in unbind()
167 userActionInteractor.get().revokeToken(true) in createDestructionJob()
197 userActionInteractor.get().setShowingDialog(true) in onDialogShown()
201 with(userActionInteractor.get()) { in onDialogHidden()
207 userActionInteractor.get().startActivityAndCollapse(pendingIntent) in startActivityAndCollapse()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/qs/
DQSAccessibilityModule.kt191 userActionInteractor: ColorCorrectionUserActionInteractor in bindColorInversionTile()
195 userActionInteractor, in bindColorInversionTile()
222 userActionInteractor: ColorInversionUserActionInteractor in bindColorInversionTile()
226 userActionInteractor, in bindColorInversionTile()
253 userActionInteractor: FontScalingTileUserActionInteractor in bindColorInversionTile()
257 userActionInteractor, in bindColorInversionTile()
287 userActionInteractor: ReduceBrightColorsTileUserActionInteractor in bindColorInversionTile()
292 userActionInteractor, in bindColorInversionTile()
320 userActionInteractor: OneHandedModeTileUserActionInteractor in bindColorInversionTile()
325 userActionInteractor, in bindColorInversionTile()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DConnectivityModule.kt162 userActionInteractor: AirplaneModeTileUserActionInteractor in bindBluetoothTile()
166 userActionInteractor, in bindBluetoothTile()
193 userActionInteractor: DataSaverTileUserActionInteractor in bindBluetoothTile()
197 userActionInteractor, in bindBluetoothTile()
224 userActionInteractor: InternetTileUserActionInteractor in bindBluetoothTile()
228 userActionInteractor, in bindBluetoothTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/viewmodel/
DQSTileViewModelFactory.kt79 component::userActionInteractor, in create()
123 userActionInteractor: QSTileUserActionInteractor<T>, in create()
129 { userActionInteractor }, in create()
DQSTileViewModelImpl.kt74 private val userActionInteractor: () -> QSTileUserActionInteractor<DATA_TYPE>, in <lambda>() constant in com.android.systemui.qs.tiles.base.viewmodel.QSTileViewModelImpl
202 .onEach { userActionInteractor().handleInput(it.input) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/rotationlock/
DRotationLockNewModule.kt73 userActionInteractor: RotationLockTileUserActionInteractor in provideRotationAvailabilityInteractor()
77 userActionInteractor, in provideRotationAvailabilityInteractor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatterySaverModule.kt64 userActionInteractor: BatterySaverTileUserActionInteractor in bindBatterySaverTile()
68 userActionInteractor, in bindBatterySaverTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qrcodescanner/dagger/
DQRCodeScannerModule.kt82 userActionInteractor: QRCodeScannerTileUserActionInteractor in bindQRCodeScannerTile()
87 userActionInteractor, in bindQRCodeScannerTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordModule.kt84 userActionInteractor: ScreenRecordTileUserActionInteractor in bindScreenRecordRepository()
88 userActionInteractor, in bindScreenRecordRepository()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/di/
DQSTileComponent.kt33 fun userActionInteractor(): QSTileUserActionInteractor<T> method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/di/
DCustomTileModule.kt50 userActionInteractor: CustomTileUserActionInteractor in bindDataInteractor()