Searched refs:onDialogDismissed (Results 1 – 5 of 5) sorted by relevance
32 void onDialogDismissed(int reason); in onDialogDismissed() method
38 void onDialogDismissed(int reason); in onDialogDismissed() method
363 public void onDialogDismissed(int reason) throws RemoteException {
301 mReceiver.onDialogDismissed(BiometricPrompt.DISMISSED_REASON_USER_CANCEL); in handleHideDialog()317 mReceiver.onDialogDismissed(BiometricPrompt.DISMISSED_REASON_NEGATIVE); in handleButtonNegative()330 mReceiver.onDialogDismissed(BiometricPrompt.DISMISSED_REASON_POSITIVE); in handleButtonPositive()
603 public void onDialogDismissed(int reason) throws RemoteException {1347 mCurrentAuthSession.mClientReceiver.onDialogDismissed(reason); in handleOnDismissed()