Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java189 public HashMap<Integer, String> responseFormat = new HashMap<Integer, String>(); field in CarrierXmlParser.SsEntry
207 + ", responseFormat:" + responseFormat.toString(); in toString()
290 if (responseFormat.containsKey(i)) { in getResponseSet()
292 if (responseDefine.containsKey(responseFormat.get(i))) { in getResponseSet()
293 for (int x = 0; x < responseDefine.get(responseFormat.get(i)).size(); x++) { in getResponseSet()
295 responseFormat.get(i)).get(x)).getDefinitionByCompareValue( in getResponseSet()
302 if (TAG_RESPONSE_STATUS.equals(responseFormat.get(i))) { in getResponseSet()
310 responseSet.put(responseFormat.get(i), result.get(i)); in getResponseSet()
312 responseSet.put(responseFormat.get(i), defineString); in getResponseSet()
582 entry.responseFormat.put(Integer.valueOf(position), key); in readParameters()