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 D | ControlsSettingsDialogManagerImplTest.kt | 122 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 D | ControlsSettingsDialogManager.kt | 65 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 D | ControlActionCoordinatorImplTest.kt | 168 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 D | ControlsActivity.kt | 115 controlsSettingsDialogManager.maybeShowDialog(this) {
|