Searched defs:errMsgId (Results 1 – 4 of 4) sorted by relevance
271 public void onEnrollmentError(int errMsgId, CharSequence errString) { in onEnrollmentError()284 showErrorDialog(getText(msgId), errMsgId); in onEnrollmentError() local470 final int errMsgId = getArguments().getInt("error_id"); in onCreateDialog() local
80 public void onAuthenticationError(int errMsgId, CharSequence errString) { in onAuthenticationError()
163 void onEnrollmentError(int errMsgId, CharSequence errString); in onEnrollmentError()
244 protected void handleError(int errMsgId, CharSequence msg) { in handleError()