Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DVideoCameraQuickAffordanceConfigTest.kt52 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
70 activityIntentHelper = activityIntentHelper,
142 activityIntentHelper.getTargetActivityInfo(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
H A DCameraGestureHelperTest.kt66 lateinit var activityIntentHelper: ActivityIntentHelper
97 activityIntentHelper = activityIntentHelper,
132 whenever(activityIntentHelper.wouldLaunchResolverActivity(any(), anyInt()))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DVideoCameraQuickAffordanceConfig.kt47 private val activityIntentHelper: ActivityIntentHelper,
105 return activityIntentHelper.getTargetActivityInfo(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
H A DCameraGestureHelper.kt53 private val activityIntentHelper: ActivityIntentHelper,
87 val wouldLaunchResolverActivity = activityIntentHelper.wouldLaunchResolverActivity(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamMediaEntryComplication.java122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController() argument
131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt81 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
110 activityIntentHelper,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImpl.kt87 private val activityIntentHelper: ActivityIntentHelper,
447 activityIntentHelper.wouldLaunchResolverActivity(
564 activityIntentHelper.wouldPendingLaunchResolverActivity(
H A DStatusBarNotificationActivityStarter.java159 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter() argument
192 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanelTest.kt206 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
272 activityIntentHelper,
1783 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())).thenReturn(true)
1806 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any()))
2470 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any())).thenReturn(true)
2491 whenever(activityIntentHelper.wouldPendingShowOverLockscreen(any(), any()))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java279 ActivityIntentHelper activityIntentHelper, in MediaControlPanel() argument
299 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()