Searched refs:characterSet (Results 1 – 1 of 1) sorted by relevance
183 String characterSet = ((atString.split("="))[1]); in handleCscsCommand() local184 characterSet = characterSet.replace("\"", ""); in handleCscsCommand()185 if (characterSet.equals("GSM") || characterSet.equals("IRA") || characterSet.equals( in handleCscsCommand()186 "UTF-8") || characterSet.equals("UTF8")) { in handleCscsCommand()187 mCharacterSet = characterSet; in handleCscsCommand()