HomeSort by relevance Sort by last modified time
    Searched refs:prefLang (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 638 String prefLang = null;
640 prefLang = findBestLanguage(mEFli);
642 if (prefLang == null) {
643 prefLang = findBestLanguage(mEFpl);
646 if (prefLang != null) {
654 log("Setting locale to " + prefLang + "_" + country);
655 MccTable.setSystemLocale(mContext, prefLang, country);
SIMRecords.java     [all...]

Completed in 182 milliseconds