Searched refs:atCommandResponse (Results 1 – 1 of 1) sorted by relevance
164 String atCommandResponse = null; in handleCscsCommand() local168 atCommandResponse = "+CSCS: \"" + mCharacterSet + "\""; in handleCscsCommand()173 atCommandResponse = ("+CSCS: (\"UTF-8\",\"IRA\",\"GSM\")"); in handleCscsCommand()198 if (atCommandResponse != null) { in handleCscsCommand()199 mNativeInterface.atResponseString(device, atCommandResponse); in handleCscsCommand()209 String atCommandResponse = null; in handleCpbsCommand() local215 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()225 atCommandResponse = in handleCpbsCommand()234 atCommandResponse = ("+CPBS: (\"ME\",\"SM\",\"DC\",\"RC\",\"MC\")"); in handleCpbsCommand()267 if (atCommandResponse != null) { in handleCpbsCommand()[all …]