Searched defs:errMsgId (Results 1 – 4 of 4) sorted by relevance
250 public void onEnrollmentError(int errMsgId, CharSequence errString) { in onEnrollmentError()263 showErrorDialog(getText(msgId), errMsgId); in onEnrollmentError() local449 final int errMsgId = getArguments().getInt("error_id"); in onCreateDialog() local
74 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError()
152 void onEnrollmentError(int errMsgId, CharSequence errString); in onEnrollmentError()
230 protected void handleError(int errMsgId, CharSequence msg) { in handleError()