Home
last modified time | relevance | path

Searched refs:startClickIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/
DMediaRecommendationsInteractorTest.kt167 fun startClickIntent() { in startClickIntent() method in com.android.systemui.media.controls.domain.interactor.MediaRecommendationsInteractorTest
174 underTest.startClickIntent(expandable, intent) in startClickIntent()
DMediaControlInteractorTest.kt127 underTest.startClickIntent(expandable, clickIntent) in startClickIntent_showOverLockscreen()
141 underTest.startClickIntent(expandable, clickIntent) in startClickIntent_hideOverLockscreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaRecommendationsInteractor.kt90 fun startClickIntent(expandable: Expandable, intent: Intent) { in startClickIntent() method
DMediaControlInteractor.kt117 fun startClickIntent(expandable: Expandable, clickIntent: PendingIntent) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
DMediaRecommendationsViewModel.kt119 interactor.startClickIntent(expandable, intent) in <lambda>()
DMediaControlViewModel.kt148 interactor.startClickIntent(expandable, clickIntent) in <lambda>()