Searched refs:LegacyErrorStrings (Results 1 – 2 of 2) sorted by relevance
27 class LegacyErrorStrings { class28 private LegacyErrorStrings() { /* Utility class, don't instantiate. */ } in LegacyErrorStrings() method in LegacyErrorStrings
173 return LegacyErrorStrings.getString(errorCode, context); in getErrorString()