Searched refs:characterSet (Results 1 – 1 of 1) sorted by relevance
178 String characterSet = ((atString.split("="))[1]); in handleCscsCommand() local179 characterSet = characterSet.replace("\"", ""); in handleCscsCommand()180 if (characterSet.equals("GSM") || characterSet.equals("IRA") || characterSet.equals( in handleCscsCommand()181 "UTF-8") || characterSet.equals("UTF8")) { in handleCscsCommand()182 mCharacterSet = characterSet; in handleCscsCommand()