Searched refs:mActivityIntentHelper (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/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 | 82 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback 127 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback() 333 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
|
D | StatusBarNotificationActivityStarter.java | 141 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter 213 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter() 298 && mActivityIntentHelper.wouldPendingLaunchResolverActivity(intent, in performActionAfterKeyguardDismissed() 303 && mActivityIntentHelper.wouldPendingShowOverLockscreen(intent, in performActionAfterKeyguardDismissed()
|
D | CentralSurfacesImpl.java | 587 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/ |
D | StatusBarNotificationActivityStarterTest.java | 154 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest 254 mActivityIntentHelper, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaControlPanel.java | 212 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel 307 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel() 529 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer() 714 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()
|