Home
last modified time | relevance | path

Searched refs:firstMatch (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMccTable.java275 Locale firstMatch = null; in getLocaleForLanguageCountry() local
295 if (firstMatch == null) { in getLocaleForLanguageCountry()
296 firstMatch = l; in getLocaleForLanguageCountry()
303 if (firstMatch != null) { in getLocaleForLanguageCountry()
305 firstMatch.toLanguageTag()); in getLocaleForLanguageCountry()
306 return firstMatch; in getLocaleForLanguageCountry()