Searched refs:iwlanErrorDetail (Results 1 – 1 of 1) sorted by relevance
934 String iwlanErrorDetail; in match() local940 iwlanErrorDetail = String.valueOf(exception.getErrorType()); in match()942 iwlanErrorDetail = getGenericErrorDetailString(iwlanError); in match()943 if (iwlanErrorDetail.equals("UNKNOWN")) { in match()961 int error = Integer.parseInt(iwlanErrorDetail); in match()966 } else if (errorDetail.equals(iwlanErrorDetail) || errorDetail.equals("*")) { in match()