/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/ |
D | GuestUserInteractorTest.kt | 56 @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/ |
D | PrivacyDialogControllerTest.kt | 161 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/ |
D | AuthControllerTest.java | 314 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/ |
D | UserSwitchDialogControllerTest.kt | 99 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/ |
D | GuestUserInteractor.kt | 105 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>()
|
D | UserInteractor.kt | 399 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/ |
D | GlobalActions.java | 59 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);
|
D | SideFpsEventHandler.java | 159 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/ |
D | BiDiTestBasic.java | 51 showDialog(); in onViewCreated() 58 private void showDialog() { in showDialog() method in BiDiTestBasic
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceScreen.java | 190 showDialog(null); in onClick() 193 private void showDialog(Bundle state) { in showDialog() method in PreferenceScreen 294 showDialog(myState.dialogBundle); in onRestoreInstanceState()
|
D | DialogPreference.java | 300 showDialog(null); in onClick() 310 protected void showDialog(Bundle state) { in showDialog() method in DialogPreference 491 showDialog(myState.dialogBundle); in onRestoreInstanceState()
|
D | EditTextPreference.java | 139 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/ |
D | UserSwitchDialogController.kt | 83 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/ |
D | DialogShowerImpl.kt | 30 override fun showDialog(dialog: Dialog, cuj: DialogCuj) { in showDialog() method in com.android.systemui.user.ui.dialog.DialogShowerImpl
|
D | UserSwitcherDialogCoordinator.kt | 148 request.dialogShower?.showDialog(dialog, dialogCuj) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | HeaderPrivacyIconsControllerTest.kt | 163 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/ |
D | CastTile.java | 153 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/ |
D | FakeFgsManagerController.kt | 60 override fun showDialog(expandable: Expandable?) {} in showDialog() method
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | ContextMenuBuilder.java | 79 public MenuDialogHelper showDialog(View originalView, IBinder token) { in showDialog() method in ContextMenuBuilder
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoTile.java | 114 showDialog(new NekoDialog(this)); in showNekoDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardQuickAffordanceInteractor.kt | 152 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/ |
D | FooterActionsInteractor.kt | 148 fgsManagerController.showDialog(expandable) in showForegroundServicesDialog()
|
/frameworks/base/core/java/android/webkit/ |
D | JsDialogHelper.java | 89 public void showDialog(Context context) { in showDialog() method in JsDialogHelper
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | FgsManagerController.kt | 111 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
|
D | HeaderPrivacyIconsController.kt | 146 privacyDialogController.showDialog(privacyChip.context) in onChipVisibilityRefreshed()
|