Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DDreamMediaEntryComplication.java106 private final ActivityIntentHelper mActivityIntentHelper; field in DreamMediaEntryComplication.DreamMediaEntryViewController
131 mActivityIntentHelper = activityIntentHelper; in DreamMediaEntryViewController()
161 && mActivityIntentHelper.wouldShowOverLockscreen(clickIntent.getIntent(), in onClickMediaEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java74 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback
114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
279 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
DStatusBarNotificationActivityStarter.java135 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter
207 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
290 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in performActionAfterKeyguardDismissed()
295 && mActivityIntentHelper.wouldPendingShowOverLockscreen(intent, in performActionAfterKeyguardDismissed()
DCentralSurfacesImpl.java588 private final ActivityIntentHelper mActivityIntentHelper; field in CentralSurfacesImpl
823 mActivityIntentHelper = new ActivityIntentHelper(mContext); in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java155 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest
256 mActivityIntentHelper, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java238 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel
335 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()
577 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer()
754 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()