Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DDreamMediaEntryComplication.java27 import com.android.systemui.ActivityIntentHelper;
106 private final ActivityIntentHelper mActivityIntentHelper;
122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DVideoCameraQuickAffordanceConfig.kt24 import com.android.systemui.ActivityIntentHelper
47 private val activityIntentHelper: ActivityIntentHelper,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DActivityIntentHelper.java36 public class ActivityIntentHelper { class
41 public ActivityIntentHelper(Context context) { in ActivityIntentHelper() method in ActivityIntentHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
H A DCameraGestureHelper.kt31 import com.android.systemui.ActivityIntentHelper
53 private val activityIntentHelper: ActivityIntentHelper,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DVideoCameraQuickAffordanceConfigTest.kt23 import com.android.systemui.ActivityIntentHelper
52 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java37 import com.android.systemui.ActivityIntentHelper;
74 private final ActivityIntentHelper mActivityIntentHelper;
114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
H A DStatusBarNotificationActivityStarter.java53 import com.android.systemui.ActivityIntentHelper;
120 private final ActivityIntentHelper mActivityIntentHelper;
159 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter()
H A DActivityStarterImpl.kt32 import com.android.systemui.ActivityIntentHelper
87 private val activityIntentHelper: ActivityIntentHelper,
H A DCentralSurfacesImpl.java126 import com.android.systemui.ActivityIntentHelper;
634 private final ActivityIntentHelper mActivityIntentHelper;
896 mActivityIntentHelper = new ActivityIntentHelper(mContext); in CentralSurfacesImpl()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
H A DDreamMediaEntryComplicationTest.java35 import com.android.systemui.ActivityIntentHelper;
76 private ActivityIntentHelper mActivityIntentHelper;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
H A DCameraGestureHelperTest.kt28 import com.android.systemui.ActivityIntentHelper
66 lateinit var activityIntentHelper: ActivityIntentHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DActivityStarterImplTest.kt24 import com.android.systemui.ActivityIntentHelper
81 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
H A DStatusBarNotificationActivityStarterTest.java64 import com.android.systemui.ActivityIntentHelper;
150 private ActivityIntentHelper mActivityIntentHelper;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java83 import com.android.systemui.ActivityIntentHelper;
223 private final ActivityIntentHelper mActivityIntentHelper;
279 ActivityIntentHelper activityIntentHelper, in MediaControlPanel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanelTest.kt63 import com.android.systemui.ActivityIntentHelper
206 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper