Home
last modified time | relevance | path

Searched defs:startClickIntent (Results 1 – 3 of 3) sorted by relevance

/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/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