Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/
DActivityIntentHelperKosmos.kt23 val Kosmos.mockActivityIntentHelper by Kosmos.Fixture { mock<ActivityIntentHelper>() } in <lambda>()
24 var Kosmos.activityIntentHelper by Kosmos.Fixture { ActivityIntentHelper(applicationContext) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DDreamMediaEntryComplication.java27 import com.android.systemui.ActivityIntentHelper;
106 private final ActivityIntentHelper mActivityIntentHelper;
122 ActivityIntentHelper activityIntentHelper, in DreamMediaEntryViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
DVideoCameraQuickAffordanceConfig.kt24 import com.android.systemui.ActivityIntentHelper
47 private val activityIntentHelper: ActivityIntentHelper,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DActivityIntentHelper.java36 public class ActivityIntentHelper { class
41 public ActivityIntentHelper(Context context) { in ActivityIntentHelper() method in ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/camera/
DCameraGestureHelper.kt30 import com.android.systemui.ActivityIntentHelper
56 private val activityIntentHelper: ActivityIntentHelper,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/
DVideoCameraQuickAffordanceConfigTest.kt23 import com.android.systemui.ActivityIntentHelper
50 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarRemoteInputCallback.java37 import com.android.systemui.ActivityIntentHelper;
74 private final ActivityIntentHelper mActivityIntentHelper;
114 mActivityIntentHelper = new ActivityIntentHelper(mContext); in StatusBarRemoteInputCallback()
DActivityStarterInternal.kt24 import com.android.systemui.ActivityIntentHelper
DStatusBarNotificationActivityStarter.java53 import com.android.systemui.ActivityIntentHelper;
135 private final ActivityIntentHelper mActivityIntentHelper;
174 ActivityIntentHelper activityIntentHelper, in StatusBarNotificationActivityStarter()
DLegacyActivityStarterInternalImpl.kt35 import com.android.systemui.ActivityIntentHelper in <lambda>()
93 private val activityIntentHelper: ActivityIntentHelper, in <lambda>()
DCentralSurfacesImpl.java108 import com.android.systemui.ActivityIntentHelper;
588 private final ActivityIntentHelper mActivityIntentHelper;
823 mActivityIntentHelper = new ActivityIntentHelper(mContext); in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt29 import com.android.systemui.ActivityIntentHelper in <lambda>()
59 private val activityIntentHelper: ActivityIntentHelper, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DDreamMediaEntryComplicationTest.java35 import com.android.systemui.ActivityIntentHelper;
76 private ActivityIntentHelper mActivityIntentHelper;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/camera/
DCameraGestureHelperTest.kt29 import com.android.systemui.ActivityIntentHelper
69 lateinit var activityIntentHelper: ActivityIntentHelper
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt31 import com.android.systemui.ActivityIntentHelper
97 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java64 import com.android.systemui.ActivityIntentHelper;
155 private ActivityIntentHelper mActivityIntentHelper;
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java86 import com.android.systemui.ActivityIntentHelper;
238 private final ActivityIntentHelper mActivityIntentHelper;
315 ActivityIntentHelper activityIntentHelper, in MediaControlPanel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanelTest.kt66 import com.android.systemui.ActivityIntentHelper in <lambda>()
210 @Mock private lateinit var activityIntentHelper: ActivityIntentHelper in <lambda>()