Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogImpl.java70 handleShowDialog((SomeArgs) msg.obj, false /* skipAnimation */,
214 private void handleShowDialog(SomeArgs args, boolean skipAnimation, Bundle savedState) { in handleShowDialog() method in BiometricDialogImpl
366 handleShowDialog(mCurrentDialogArgs, true /* skipAnimation */, savedState); in onConfigurationChanged()