/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaControlInteractorKosmos.kt | 20 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/ |
D | MediaControlInteractorFactoryKosmos.kt | 21 import com.android.systemui.activityIntentHelper 43 activityIntentHelper = activityIntentHelper, in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/ |
D | VideoCameraQuickAffordanceConfigTest.kt | 50 @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/ |
D | MediaControlInteractorTest.kt | 25 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/ |
D | CameraGestureHelperTest.kt | 69 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/ |
D | VideoCameraQuickAffordanceConfig.kt | 47 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/ |
D | LegacyActivityStarterInternalImplTest.kt | 97 @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/ |
D | StatusBarNotificationActivityStarterKosmos.kt | 25 import com.android.systemui.activityIntentHelper 76 activityIntentHelper, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/ |
D | CameraGestureHelper.kt | 56 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/ |
D | ActivityIntentHelperKosmos.kt | 24 var Kosmos.activityIntentHelper by Kosmos.Fixture { ActivityIntentHelper(applicationContext) } in <lambda>() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
D | DreamMediaEntryComplication.java | 122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController() argument 131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImpl.kt | 93 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>()
|
D | StatusBarNotificationActivityStarter.java | 174 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter() argument 207 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/ |
D | MediaControlInteractor.kt | 59 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/ |
D | MediaControlPanelTest.kt | 210 @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/ |
D | MediaControlPanel.java | 315 ActivityIntentHelper activityIntentHelper, in MediaControlPanel() argument 335 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()
|