Searched refs:mActivityIntentHelper (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | PreviewInflater.java | 44 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/ |
D | StatusBarRemoteInputCallback.java | 69 private final ActivityIntentHelper mActivityIntentHelper; field in StatusBarRemoteInputCallback 91 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback() 238 final boolean afterKeyguardGone = mActivityIntentHelper.wouldLaunchResolverActivity( in handleRemoteViewClick()
|
D | StatusBarNotificationActivityStarter.java | 105 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()
|
D | KeyguardBottomAreaView.java | 171 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()
|
D | StatusBar.java | 615 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/ |
D | StatusBarNotificationActivityStarterTest.java | 114 private ActivityIntentHelper mActivityIntentHelper; field in StatusBarNotificationActivityStarterTest 172 mock(LockPatternUtils.class), mHandler, mHandler, mActivityIntentHelper, in setUp()
|