Home
last modified time | relevance | path

Searched refs:ActivityIntentHelper (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java31 import com.android.systemui.ActivityIntentHelper;
44 private final ActivityIntentHelper mActivityIntentHelper;
50 ActivityIntentHelper activityIntentHelper) { in PreviewInflater()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java30 public class ActivityIntentHelper { class
34 public ActivityIntentHelper(Context context) { in ActivityIntentHelper() method in ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java37 import com.android.systemui.ActivityIntentHelper;
69 private final ActivityIntentHelper mActivityIntentHelper;
91 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
DStatusBarNotificationActivityStarter.java48 import com.android.systemui.ActivityIntentHelper;
105 private final ActivityIntentHelper mActivityIntentHelper;
134 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter()
DKeyguardBottomAreaView.java69 import com.android.systemui.ActivityIntentHelper;
171 private ActivityIntentHelper mActivityIntentHelper;
231 new ActivityIntentHelper(mContext)); in onFinishInflate()
257 mActivityIntentHelper = new ActivityIntentHelper(getContext()); in onFinishInflate()
DStatusBar.java131 import com.android.systemui.ActivityIntentHelper;
615 private ActivityIntentHelper mActivityIntentHelper;
650 mActivityIntentHelper = new ActivityIntentHelper(mContext); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java54 import com.android.systemui.ActivityIntentHelper;
114 private ActivityIntentHelper mActivityIntentHelper;