Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java274 HashMap<String, ArrayList<SsResultEntry>> responseDefine) { in getResponseSet()
295 defineString = ((SsResultEntry) responseDefine.get( in getResponseSet()
324 public static class SsResultEntry { class in CarrierXmlParser
328 public SsResultEntry() { in SsResultEntry() method in CarrierXmlParser.SsResultEntry
357 public HashMap<String, ArrayList<SsResultEntry>> responseCode =
358 new HashMap<String, ArrayList<SsResultEntry>>();
365 for (Map.Entry<String, ArrayList<SsResultEntry>> entry : responseCode.entrySet()) { in getResponseCodeString()
366 ArrayList<SsResultEntry> values = entry.getValue(); in getResponseCodeString()
368 result += "value of i is " + ((SsResultEntry) values.get(i)).toString(); in getResponseCodeString()
512 SsResultEntry entry = new SsResultEntry(); in readCommandResultEntry()
[all …]