Searched refs:atCommandResponse (Results 1 – 1 of 1) sorted by relevance
159 String atCommandResponse = null; in handleCscsCommand() local163 atCommandResponse = "+CSCS: \"" + mCharacterSet + "\""; in handleCscsCommand()168 atCommandResponse = ("+CSCS: (\"UTF-8\",\"IRA\",\"GSM\")"); in handleCscsCommand()193 if (atCommandResponse != null) { in handleCscsCommand()194 mNativeInterface.atResponseString(device, atCommandResponse); in handleCscsCommand()204 String atCommandResponse = null; in handleCpbsCommand() local210 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()220 atCommandResponse = in handleCpbsCommand()229 atCommandResponse = ("+CPBS: (\"ME\",\"SM\",\"DC\",\"RC\",\"MC\")"); in handleCpbsCommand()262 if (atCommandResponse != null) { in handleCpbsCommand()[all …]