Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/di/
DQSTilesModule.kt24 import com.android.systemui.qs.tiles.base.actions.QSTileIntentUserInputHandlerImpl
61 impl: QSTileIntentUserInputHandlerImpl in tileViewModelConfigs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandler.kt51 class QSTileIntentUserInputHandlerImpl class
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandlerTest.kt59 underTest = QSTileIntentUserInputHandlerImpl(activityStarter, packageManager, user) in setup()