Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthControllerTest.java114 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonUserCanceled_whenDismissedByUserCancel()
124 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonNegative_whenDismissedByButtonNegative()
134 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonConfirmed_whenDismissedByButtonPositive()
144 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonConfirmNotRequired_whenDismissedByAuthenticated()
154 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonError_whenDismissedByError()
164 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonServerRequested_whenDismissedByServer()
175 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testSendsReasonCredentialConfirmed_whenDeviceCredentialAuthenticated()
191 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testShowInvoked_whenSystemRequested()
197 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testOnAuthenticationSucceededInvoked_whenSystemRequested()
204 showDialog(Authenticators.BIOMETRIC_WEAK, BiometricPrompt.TYPE_FACE); in testOnAuthenticationFailedInvoked_whenBiometricRejected()
[all …]
/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);
DLegacyGlobalActions.java164 public void showDialog(boolean keyguardShowing, boolean isDeviceProvisioned) { in showDialog() method in LegacyGlobalActions
DPhoneWindowManager.java1446 mGlobalActions.showDialog(keyguardShowing, isDeviceProvisioned()); in showGlobalActionsInternal()
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java51 showDialog(); in onViewCreated()
58 private void showDialog() { in showDialog() method in BiDiTestBasic
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlActionCoordinatorImpl.kt77 showDialog(cvh, control.getAppIntent().getIntent()) in <lambda>()
103 showDialog(cvh, it.getAppIntent().getIntent()) in <lambda>()
158 private fun showDialog(cvh: ControlViewHolder, intent: Intent) { in <lambda>() method in com.android.systemui.controls.ui.ControlActionCoordinatorImpl
/frameworks/base/core/java/android/preference/
DPreferenceScreen.java189 showDialog(null); in onClick()
192 private void showDialog(Bundle state) { in showDialog() method in PreferenceScreen
293 showDialog(myState.dialogBundle); in onRestoreInstanceState()
DDialogPreference.java302 showDialog(null); in onClick()
312 protected void showDialog(Bundle state) { in showDialog() method in DialogPreference
514 showDialog(myState.dialogBundle); in onRestoreInstanceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthController.java305 showDialog(args, skipAnimation, null /* savedState */); in showAuthenticationDialog()
379 private void showDialog(SomeArgs args, boolean skipAnimation, Bundle savedState) { in showDialog() method in AuthController
460 showDialog(mCurrentDialogArgs, true /* skipAnimation */, savedState); in onConfigurationChanged()
/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/keyguard/
DKeyguardSecurityContainer.java532 private void showDialog(String title, String message) { in showDialog() method in KeyguardSecurityContainer
575 showDialog(null, message); in showTimeoutDialog()
595 showDialog(null, message); in showAlmostAtWipeDialog()
614 showDialog(null, message); in showWipeDialog()
/frameworks/base/core/java/android/webkit/
DJsDialogHelper.java89 public void showDialog(Context context) { in showDialog() method in JsDialogHelper
/frameworks/base/core/java/android/service/quicksettings/
DTileService.java256 public final void showDialog(Dialog dialog) { in showDialog() method in TileService
/frameworks/base/core/java/android/app/
DMediaRouteButton.java149 public void showDialog() { in showDialog() method in MediaRouteButton
DActivity.java4757 public final void showDialog(int id) { in showDialog() method in Activity
4758 showDialog(id, null); in showDialog()
4792 public final boolean showDialog(int id, Bundle args) { in showDialog() method in Activity
/frameworks/base/packages/SystemUI/docs/
Dqs-tiles.md175 public final void showDialog(Dialog)
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java845 helper = mWindow.mContextMenu.showDialog(originalView, originalView.getWindowToken());
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/non-updatable-api/
Dsystem-current.txt11608 method public void showDialog(android.content.Context);
/frameworks/base/api/
Dsystem-current.txt12751 method public void showDialog(android.content.Context);
Dcurrent.txt3974 method @Deprecated public final void showDialog(int);
3975 method @Deprecated public final boolean showDialog(int, android.os.Bundle);
5425 method public void showDialog();
37506 method @Deprecated protected void showDialog(android.os.Bundle);
44106 method public final void showDialog(android.app.Dialog);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3451 method public final deprecated void showDialog(int);
3452 method public final deprecated boolean showDialog(int, android.os.Bundle);
4534 method public void showDialog();
22503 method protected void showDialog(android.os.Bundle);
/frameworks/base/services/
Dart-profile27771 PLcom/android/server/policy/GlobalActions;->showDialog(ZZ)V
27827 PLcom/android/server/policy/LegacyGlobalActions;->showDialog(ZZ)V