Home
last modified time | relevance | path

Searched refs:activityLauncher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.kt59 private val activityLauncher: AsyncActivityLauncher, constant in com.android.systemui.mediaprojection.appselector.MediaProjectionAppSelectorActivity
72 activityLauncher: AsyncActivityLauncher
73 ) : this(componentFactory, activityLauncher, listControllerFactory = null)
176 activityLauncher.startActivityAsUser(intent, userHandle, activityOptions.toBundle()) { in appliedThemeResId()
217 activityLauncher.destroy() in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DCommunalEditModeViewModel.kt129 activityLauncher: ActivityResultLauncher<Intent> in <lambda>()
141 activityLauncher.launch(it) in <lambda>()