Searched refs:onAuthenticationError (Results 1 – 5 of 5) sorted by relevance
42 void onAuthenticationError(int errMsgId, CharSequence errString); in onAuthenticationError() method82 public void onAuthenticationError(int errMsgId, CharSequence errString) {85 mListener.onAuthenticationError(errMsgId, errString);125 listener.onAuthenticationError(mAuthenticationError.error, in setListener()
168 public void onAuthenticationError(int errMsgId, CharSequence errString) {
56 public void onAuthenticationError(int error, @NonNull CharSequence message) {58 mClientCallback.onAuthenticationError(error, message);
105 public void onAuthenticationError(int errorCode, @NonNull CharSequence errString) {
389 public void onAuthenticationError(int errorCode, CharSequence errString) { in showLockScreen()