Searched refs:getErrorTypeString (Results 1 – 1 of 1) sorted by relevance
124 private static @NonNull String getErrorTypeString(@IwlanErrorType int error) { in getErrorTypeString() method in IwlanError131 return ("TYPE: " + getErrorTypeString(mErrorType) + " " + errorDetailsString()); in toString()