Home
last modified time | relevance | path

Searched refs:currentDialog (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DUserSwitcherDialogCoordinator.kt64 private var currentDialog: Dialog? = null in <lambda>() variable in com.android.systemui.user.ui.dialog.UserSwitcherDialogCoordinator
142 currentDialog = dialog in <lambda>()
161 currentDialog?.let { in <lambda>()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DUninstallLaunch.kt150 val currentDialog = fragmentManager!!.findFragmentByTag(TAG_DIALOG) as DialogFragment? in <lambda>() constant
151 currentDialog?.dismissAllowingStateLoss() in <lambda>()
DInstallLaunch.kt248 val currentDialog = fragmentManager!!.findFragmentByTag(TAG_DIALOG) as DialogFragment? in <lambda>() constant
249 currentDialog?.dismissAllowingStateLoss() in <lambda>()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallStart.java352 DialogFragment currentDialog = in showDialogInner() local
354 if (currentDialog != null) { in showDialogInner()
355 currentDialog.dismissAllowingStateLoss(); in showDialogInner()
DPackageInstallerActivity.java209 DialogFragment currentDialog = in showDialogInner() local
211 if (currentDialog != null) { in showDialogInner()
212 currentDialog.dismissAllowingStateLoss(); in showDialogInner()
263 DialogFragment currentDialog = in onActivityResult() local
265 if (currentDialog != null) { in onActivityResult()
266 currentDialog.dismissAllowingStateLoss(); in onActivityResult()