Searched refs:mActivityIntentHelper (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/ |
H A 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()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/ |
H A D | DreamMediaEntryComplication.java | 106 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 D | StatusBarRemoteInputCallback.java | 74 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback 114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback() 264 final boolean afterKeyguardGone = mActivityIntentHelper in handleRemoteViewClick()
|
H A D | StatusBarNotificationActivityStarter.java | 120 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 D | CentralSurfacesImpl.java | 634 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 D | StatusBarNotificationActivityStarterTest.java | 150 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest 251 mActivityIntentHelper, in setUp()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/ |
H A D | MediaControlPanel.java | 223 private final ActivityIntentHelper mActivityIntentHelper; field in MediaControlPanel 299 mActivityIntentHelper = activityIntentHelper; in MediaControlPanel() 535 && mActivityIntentHelper.wouldPendingShowOverLockscreen(clickIntent, in bindPlayer() 683 && mActivityIntentHelper.wouldPendingShowOverLockscreen( in bindOutputSwitcherAndBroadcastButton()
|