Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/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.java82 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback
127 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
333 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
DStatusBarNotificationActivityStarter.java141 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter
213 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
298 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in performActionAfterKeyguardDismissed()
303 && mActivityIntentHelper.wouldPendingShowOverLockscreen(intent, in performActionAfterKeyguardDismissed()
DCentralSurfacesImpl.java587 private final ActivityIntentHelper mActivityIntentHelper; field in CentralSurfacesImpl
832 mActivityIntentHelper = new ActivityIntentHelper(mContext); in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java154 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest
254 mActivityIntentHelper, in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java212 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel
307 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel()
529 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer()
714 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()