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 D | VideoCameraQuickAffordanceConfigTest.kt | 52 @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 D | CameraGestureHelperTest.kt | 66 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 D | VideoCameraQuickAffordanceConfig.kt | 47 private val activityIntentHelper: ActivityIntentHelper, 105 return activityIntentHelper.getTargetActivityInfo(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/ |
H A D | CameraGestureHelper.kt | 53 private val activityIntentHelper: ActivityIntentHelper, 87 val wouldLaunchResolverActivity = activityIntentHelper.wouldLaunchResolverActivity(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
H A D | DreamMediaEntryComplication.java | 122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController() argument 131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | ActivityStarterImplTest.kt | 81 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper 110 activityIntentHelper,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | ActivityStarterImpl.kt | 87 private val activityIntentHelper: ActivityIntentHelper, 447 activityIntentHelper.wouldLaunchResolverActivity( 564 activityIntentHelper.wouldPendingLaunchResolverActivity(
|
H A D | StatusBarNotificationActivityStarter.java | 159 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 D | MediaControlPanelTest.kt | 206 @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 D | MediaControlPanel.java | 279 ActivityIntentHelper activityIntentHelper, in MediaControlPanel() argument 299 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()
|