Searched refs:mActivityIntentHelper (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/ |
D | DreamMediaEntryComplicationTest.java | 76 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/ |
D | DreamMediaEntryComplication.java | 106 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/ |
D | StatusBarRemoteInputCallback.java | 74 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback 114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback() 279 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
|
D | StatusBarNotificationActivityStarter.java | 135 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter 207 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter() 290 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in performActionAfterKeyguardDismissed() 295 && mActivityIntentHelper.wouldPendingShowOverLockscreen(intent, in performActionAfterKeyguardDismissed()
|
D | CentralSurfacesImpl.java | 588 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/ |
D | StatusBarNotificationActivityStarterTest.java | 155 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest 256 mActivityIntentHelper, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanel.java | 238 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel 335 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel() 577 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer() 754 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()
|