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.java273 HashMap<String, ArrayList<SsResultEntry>> responseDefine) { in getResponseSet()
294 defineString = ((SsResultEntry) responseDefine.get( in getResponseSet()
323 public static class SsResultEntry { class in CarrierXmlParser
327 public SsResultEntry() { in SsResultEntry() method in CarrierXmlParser.SsResultEntry
356 public HashMap<String, ArrayList<SsResultEntry>> responseCode =
357 new HashMap<String, ArrayList<SsResultEntry>>();
364 for (Map.Entry<String, ArrayList<SsResultEntry>> entry : responseCode.entrySet()) { in getResponseCodeString()
365 ArrayList<SsResultEntry> values = entry.getValue(); in getResponseCodeString()
367 result += "value of i is " + ((SsResultEntry) values.get(i)).toString(); in getResponseCodeString()
511 SsResultEntry entry = new SsResultEntry(); in readCommandResultEntry()
[all …]