Home
last modified time | relevance | path

Searched refs:showDialog (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractorTest.kt56 @Mock private lateinit var showDialog: (ShowDialogRequestModel) -> Unit variable in com.android.systemui.user.domain.interactor.GuestUserInteractorTest
136 showDialog = showDialog, in createAndSwitchTo()
141 verify(showDialog).invoke(ShowDialogRequestModel.ShowUserCreationDialog(isGuest = true)) in createAndSwitchTo()
153 showDialog = showDialog, in createAndSwitchTo - fails to create - does not switch to()
158 verify(showDialog).invoke(ShowDialogRequestModel.ShowUserCreationDialog(isGuest = true)) in createAndSwitchTo - fails to create - does not switch to()
174 showDialog = showDialog, in exit - returns to target user()
196 showDialog = showDialog, in exit - returns to last non-guest()
217 showDialog = showDialog, in exit - last non-guest was removed - returns to system()
239 showDialog = showDialog, in exit - guest was ephemeral - it is removed()
260 showDialog = showDialog, in exit - force remove guest - it is removed()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyDialogControllerTest.kt161 controller.showDialog(context) in <lambda>()
169 controller.showDialog(context) in <lambda>()
181 controller.showDialog(context) in <lambda>()
193 controller.showDialog(context) in <lambda>()
201 controller.showDialog(context) in <lambda>()
211 controller.showDialog(context) in <lambda>()
228 controller.showDialog(context) in <lambda>()
242 controller.showDialog(context) in <lambda>()
262 controller.showDialog(context) in <lambda>()
306 controller.showDialog(context) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java314 showDialog(new int[]{1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonUserCanceled_whenDismissedByUserCancel()
325 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonNegative_whenDismissedByButtonNegative()
336 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonConfirmed_whenDismissedByButtonPositive()
347 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonConfirmNotRequired_whenDismissedByAuthenticated()
358 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonError_whenDismissedByError()
369 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonServerRequested_whenDismissedByServer()
381 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testSendsReasonCredentialConfirmed_whenDeviceCredentialAuthenticated()
396 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testShowInvoked_whenSystemRequested()
402 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testOnAuthenticationSucceededInvoked_whenSystemRequested()
409 showDialog(new int[] {1} /* sensorIds */, false /* credentialAllowed */); in testOnAuthenticationFailedInvoked_whenBiometricRejected()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/user/
DUserSwitchDialogControllerTest.kt99 controller.showDialog(context, launchExpandable) in showDialog_callsDialogShow()
106 controller.showDialog(context, launchExpandable) in dialog_showForAllUsers()
112 controller.showDialog(context, launchExpandable) in dialog_cancelOnTouchOutside()
118 controller.showDialog(context, launchExpandable) in adapterAndGridLinked()
124 controller.showDialog(context, launchExpandable) in doneButtonLogsCorrectly()
137 controller.showDialog(context, launchExpandable) in clickSettingsButton_noFalsing_opensSettings()
158 controller.showDialog(context, launchExpandable) in clickSettingsButton_Falsing_notOpensSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractor.kt105 showDialog: (ShowDialogRequestModel) -> Unit, in <lambda>()
110 val newGuestUserId = create(showDialog, dismissDialog) in <lambda>()
122 showDialog: (ShowDialogRequestModel) -> Unit, in <lambda>()
161 remove(currentUserInfo.id, newUserId, showDialog, dismissDialog, switchUser) in <lambda>()
188 showDialog: (ShowDialogRequestModel) -> Unit, in <lambda>()
216 val newGuestId = create(showDialog, dismissDialog) in <lambda>()
252 showDialog: (ShowDialogRequestModel) -> Unit, in <lambda>()
256 showDialog(ShowDialogRequestModel.ShowUserCreationDialog(isGuest = true)) in <lambda>()
DUserInteractor.kt399 showDialog( in <lambda>()
414 showDialog( in <lambda>()
440 this::showDialog, in <lambda>()
447 showDialog( in <lambda>()
483 showDialog = this::showDialog, in <lambda>()
497 ::showDialog, in <lambda>()
506 showDialog(ShowDialogRequestModel.ShowUserSwitcherFullscreenDialog(expandable)) in <lambda>()
508 showDialog(ShowDialogRequestModel.ShowUserSwitcherDialog(expandable)) in <lambda>()
512 private fun showDialog(request: ShowDialogRequestModel) { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java59 public void showDialog(boolean keyguardShowing, boolean deviceProvisioned) { in showDialog() method in GlobalActions
73 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned); in showDialog()
98 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned); in onGlobalActionsAvailableChanged()
108 mLegacyGlobalActions.showDialog(mKeyguardShowing, mDeviceProvisioned);
DSideFpsEventHandler.java159 showDialog(eventTime, "Enroll Power Press"); in shouldConsumeSinglePress()
249 private void showDialog(long time, String reason) { in showDialog() method in SideFpsEventHandler
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java51 showDialog(); in onViewCreated()
58 private void showDialog() { in showDialog() method in BiDiTestBasic
/frameworks/base/core/java/android/preference/
DPreferenceScreen.java190 showDialog(null); in onClick()
193 private void showDialog(Bundle state) { in showDialog() method in PreferenceScreen
294 showDialog(myState.dialogBundle); in onRestoreInstanceState()
DDialogPreference.java300 showDialog(null); in onClick()
310 protected void showDialog(Bundle state) { in showDialog() method in DialogPreference
491 showDialog(myState.dialogBundle); in onRestoreInstanceState()
DEditTextPreference.java139 protected void showDialog(Bundle state) { in showDialog() method in EditTextPreference
140 super.showDialog(state); in showDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/
DUserSwitchDialogController.kt83 fun showDialog(context: Context, expandable: Expandable) { in <lambda>() method
135 fun showDialog(dialog: Dialog, cuj: DialogCuj) in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DDialogShowerImpl.kt30 override fun showDialog(dialog: Dialog, cuj: DialogCuj) { in showDialog() method in com.android.systemui.user.ui.dialog.DialogShowerImpl
DUserSwitcherDialogCoordinator.kt148 request.dialogShower?.showDialog(dialog, dialogCuj) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DHeaderPrivacyIconsControllerTest.kt163 verify(privacyDialogController).showDialog(any(Context::class.java)) in eq()
181 verify(privacyDialogController, never()).showDialog(any(Context::class.java)) in eq()
216 verify(privacyDialogController, never()).showDialog(any(Context::class.java)) in eq()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java153 showDialog(view); in handleClick()
158 showDialog(null /* view */); in handleClick()
195 private void showDialog(@Nullable View view) { in showDialog() method in CastTile
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/
DFakeFgsManagerController.kt60 override fun showDialog(expandable: Expandable?) {} in showDialog() method
/frameworks/base/core/java/com/android/internal/view/menu/
DContextMenuBuilder.java79 public MenuDialogHelper showDialog(View originalView, IBinder token) { in showDialog() method in ContextMenuBuilder
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoTile.java114 showDialog(new NekoDialog(this)); in showNekoDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardQuickAffordanceInteractor.kt152 showDialog( in <lambda>()
322 private fun showDialog(dialog: AlertDialog, expandable: Expandable?) { in <lambda>() method in com.android.systemui.keyguard.domain.interactor.KeyguardQuickAffordanceInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt148 fgsManagerController.showDialog(expandable) in showForegroundServicesDialog()
/frameworks/base/core/java/android/webkit/
DJsDialogHelper.java89 public void showDialog(Context context) { in showDialog() method in JsDialogHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DFgsManagerController.kt111 fun showDialog(expandable: Expandable?) in <lambda>() method
290 showDialog(null) in init()
374 override fun showDialog(expandable: Expandable?) { in showDialog() method in com.android.systemui.qs.FgsManagerControllerImpl
DHeaderPrivacyIconsController.kt146 privacyDialogController.showDialog(privacyChip.context) in onChipVisibilityRefreshed()

12