Searched refs:charsetNames (Results 1 – 1 of 1) sorted by relevance
112 String[] charsetNames = charsetCsv.split(","); in handleBootCompleted() local113 if (charsetNames.length != 2) { in handleBootCompleted()116 String localeLanguage = charsetNames[0]; in handleBootCompleted()119 charset = Charset.forName(charsetNames[1]); in handleBootCompleted()121 Log.e(TAG, "Could not find Charset with name " + charsetNames[1]); in handleBootCompleted()