Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java44 private final ActivityIntentHelper mActivityIntentHelper; field in PreviewInflater
53 mActivityIntentHelper = activityIntentHelper; in PreviewInflater()
136 if (mActivityIntentHelper.wouldLaunchResolverActivity(resolved, appList)) { in getWidgetInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java69 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback
91 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
238 final boolean afterKeyguardGone = mActivityIntentHelper.wouldLaunchResolverActivity( in handleRemoteViewClick()
DStatusBarNotificationActivityStarter.java105 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarter
166 mActivityIntentHelper = activityIntentHelper; in StatusBarNotificationActivityStarter()
204 && mActivityIntentHelper.wouldLaunchResolverActivity(intent.getIntent(), in onNotificationClicked()
208 && mActivityIntentHelper.wouldShowOverLockscreen(intent.getIntent(), in onNotificationClicked()
DKeyguardBottomAreaView.java171 private ActivityIntentHelper mActivityIntentHelper; field in KeyguardBottomAreaView
257 mActivityIntentHelper = new ActivityIntentHelper(getContext()); in onFinishInflate()
429 ActivityInfo targetInfo = mActivityIntentHelper.getTargetActivityInfo(intent, in bindCameraPrewarmService()
470 boolean wouldLaunchResolverActivity = mActivityIntentHelper.wouldLaunchResolverActivity( in launchCamera()
DStatusBar.java615 private ActivityIntentHelper mActivityIntentHelper; field in StatusBar
650 mActivityIntentHelper = new ActivityIntentHelper(mContext); in start()
1085 Dependency.get(BG_HANDLER), mActivityIntentHelper, mBubbleController); in setUpPresenter()
2548 final boolean afterKeyguardGone = mActivityIntentHelper.wouldLaunchResolverActivity( in startActivityDismissingKeyguard()
4507 && mActivityIntentHelper.wouldLaunchResolverActivity(intent.getIntent(), in startPendingIntentDismissingKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java114 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest
172 mock(LockPatternUtils.class), mHandler, mHandler, mActivityIntentHelper, in setUp()