Home
last modified time | relevance | path

Searched refs:maybeShowDialog (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManagerImplTest.kt122 underTest.maybeShowDialog(context, completedRunnable)
134 underTest.maybeShowDialog(context, completedRunnable)
146 underTest.maybeShowDialog(context, completedRunnable)
157 underTest.maybeShowDialog(context, completedRunnable)
169 underTest.maybeShowDialog(context, completedRunnable)
181 underTest.maybeShowDialog(context, completedRunnable)
194 underTest.maybeShowDialog(context, completedRunnable)
206 underTest.maybeShowDialog(context, completedRunnable)
218 underTest.maybeShowDialog(context, completedRunnable)
231 underTest.maybeShowDialog(context, completedRunnable)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/settings/
H A DControlsSettingsDialogManager.kt65 fun maybeShowDialog(activityContext: Context, onAttemptCompleted: () -> Unit) regex
117 override fun maybeShowDialog(activityContext: Context, onAttemptCompleted: () -> Unit) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
H A DControlActionCoordinatorImplTest.kt168 doNothing().`when`(controlsSettingsDialogManager).maybeShowDialog(any(), any())
173 verify(controlsSettingsDialogManager, never()).maybeShowDialog(any(), any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsActivity.kt115 controlsSettingsDialogManager.maybeShowDialog(this) {