Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSsidTranslator.java112 String[] charsetNames = charsetCsv.split(","); in handleBootCompleted() local
113 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()