Home
last modified time | relevance | path

Searched refs:mActivityIntentHelper (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DDreamMediaEntryComplicationTest.java76 private ActivityIntentHelper mActivityIntentHelper; field in DreamMediaEntryComplicationTest
119 mActivityIntentHelper, in testClickToOpenUMO()
148 mActivityIntentHelper, in testOnViewDetached()
178 mActivityIntentHelper, in testClickToOpenMediaOverLockscreen()
188 when(mActivityIntentHelper.wouldShowOverLockscreen(mIntent, mCurrentUserId)).thenReturn( in testClickToOpenMediaOverLockscreen()
215 mActivityIntentHelper, in testClickToOpenMediaDismissingLockscreen()
225 when(mActivityIntentHelper.wouldShowOverLockscreen(mIntent, mCurrentUserId)).thenReturn( in testClickToOpenMediaDismissingLockscreen()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamMediaEntryComplication.java106 private final ActivityIntentHelper mActivityIntentHelper; field in DreamMediaEntryComplication.DreamMediaEntryViewController
131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
161 && mActivityIntentHelper.wouldShowOverLockscreen(clickIntent.getIntent(), in onClickMediaEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java74 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback
114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
264 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
H A DStatusBarNotificationActivityStarter.java120 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter
192 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
240 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in onNotificationClicked()
245 && mActivityIntentHelper.wouldPendingShowOverLockscreen(intent, in onNotificationClicked()
H A DCentralSurfacesImpl.java634 private final ActivityIntentHelper mActivityIntentHelper; field in CentralSurfacesImpl
896 mActivityIntentHelper = new ActivityIntentHelper(mContext); in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarterTest.java150 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest
251 mActivityIntentHelper, in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java223 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel
299 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()
535 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer()
683 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()