Home
last modified time | relevance | path

Searched refs:activityIntentHelper (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractorKosmos.kt20 import com.android.systemui.activityIntentHelper
40 activityIntentHelper = activityIntentHelper, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/media/controls/domain/pipeline/interactor/factory/
DMediaControlInteractorFactoryKosmos.kt21 import com.android.systemui.activityIntentHelper
43 activityIntentHelper = activityIntentHelper, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/
DVideoCameraQuickAffordanceConfigTest.kt50 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper variable in com.android.systemui.keyguard.data.quickaffordance.VideoCameraQuickAffordanceConfigTest
68 activityIntentHelper = activityIntentHelper, in setUp()
140 activityIntentHelper.getTargetActivityInfo( in setLaunchable()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/
DMediaControlInteractorTest.kt25 import com.android.systemui.activityIntentHelper
74 activityIntentHelper = mockActivityIntentHelper in <lambda>()
121 whenever(kosmos.activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())) in startClickIntent_showOverLockscreen()
150 whenever(kosmos.activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())) in startDeviceIntent_showOverLockscreen()
163 whenever(kosmos.activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())) in startDeviceIntent_intentNotActivity()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
DCameraGestureHelperTest.kt69 lateinit var activityIntentHelper: ActivityIntentHelper variable in com.android.systemui.camera.CameraGestureHelperTest
101 activityIntentHelper = activityIntentHelper, in setUp()
136 whenever(activityIntentHelper.wouldLaunchResolverActivity(any(), anyInt())) in prepare()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DVideoCameraQuickAffordanceConfig.kt47 private val activityIntentHelper: ActivityIntentHelper, constant in com.android.systemui.keyguard.data.quickaffordance.VideoCameraQuickAffordanceConfig
104 return activityIntentHelper.getTargetActivityInfo( in isLaunchable()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt97 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest
130 activityIntentHelper = activityIntentHelper, in setUp()
164 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(eq(pendingIntent), anyInt())) in startPendingIntentMaybeDismissingKeyguard_keyguardShowing_showOverLs_launchAnimator()
197 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(eq(pendingIntent), anyInt())) in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterKosmos.kt25 import com.android.systemui.activityIntentHelper
76 activityIntentHelper, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
DCameraGestureHelper.kt56 private val activityIntentHelper: ActivityIntentHelper, constant in com.android.systemui.camera.CameraGestureHelper
90 val wouldLaunchResolverActivity = activityIntentHelper.wouldLaunchResolverActivity( in launchCamera()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DActivityIntentHelperKosmos.kt24 var Kosmos.activityIntentHelper by Kosmos.Fixture { ActivityIntentHelper(applicationContext) } in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DDreamMediaEntryComplication.java122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController() argument
131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImpl.kt93 private val activityIntentHelper: ActivityIntentHelper, in <lambda>() constant in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImpl
116 activityIntentHelper.wouldLaunchResolverActivity( in <lambda>()
242 activityIntentHelper.wouldPendingLaunchResolverActivity( in <lambda>()
250 (skipLockscreenChecks || activityIntentHelper.wouldPendingShowOverLockscreen( in <lambda>()
DStatusBarNotificationActivityStarter.java174 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter() argument
207 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt59 private val activityIntentHelper: ActivityIntentHelper, in <lambda>() constant
139 activityIntentHelper.wouldPendingShowOverLockscreen( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanelTest.kt210 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper in <lambda>() variable in com.android.systemui.media.controls.ui.controller.MediaControlPanelTest
272 activityIntentHelper, in <lambda>()
1778 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())).thenReturn(true) in <lambda>()
1801 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())) in <lambda>()
2527 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())).thenReturn(true) in <lambda>()
2548 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java315 ActivityIntentHelper activityIntentHelper, in MediaControlPanel() argument
335 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()