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