Home
last modified time | relevance | path

Searched refs:BatterySaverTileUserActionInteractor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/battery/doman/interactor/
DBatterySaverTileUserActionInteractorTest.kt28 …t com.android.systemui.qs.tiles.impl.battery.domain.interactor.BatterySaverTileUserActionInteractor
42 private val underTest = BatterySaverTileUserActionInteractor(inputHandler, controller)
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatterySaverModule.kt10 …t com.android.systemui.qs.tiles.impl.battery.domain.interactor.BatterySaverTileUserActionInteractor
64 userActionInteractor: BatterySaverTileUserActionInteractor in bindBatterySaverTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/battery/domain/interactor/
DBatterySaverTileUserActionInteractor.kt30 class BatterySaverTileUserActionInteractor class