Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt69 val dialog = createAndShowDialog() in testShowDialogFromView()
110 val firstDialog = createAndShowDialog() in testStackedDialogsDismissesAll()
125 val firstDialog = createAndShowDialog() in testActivityTransitionControllerFromDialog()
148 val dialog = createAndShowDialog() in testActivityLaunchFromHiddenDialog()
163 val dialog = createAndShowDialog(dialogTransitionAnimator) in testActivityLaunchWhenLockedWithoutAlternateAuth()
175 val dialog = createAndShowDialog(dialogTransitionAnimator) in testActivityLaunchWhenLockedWithAlternateAuth()
215 val firstDialog = createAndShowDialog() in testShowFromDialogCujSpecificationLogsInteraction()
295 private fun createAndShowDialog( in createAndShowDialog() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/reardisplay/
DRearDisplayDialogController.java109 createAndShowDialog(); in showRearDisplayDialog()
123 private void createAndShowDialog() { in createAndShowDialog() method in RearDisplayDialogController