Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java499 private void readCommandResultEntry(XmlResourceParser parser, SsFeature ssFeature) in readCommandResultEntry() argument
514 if (ssFeature.responseCode.containsKey(key)) { in readCommandResultEntry()
515 ssFeature.responseCode.get(key).add(entry); in readCommandResultEntry()
519 ssFeature.responseCode.put(key, arrayList); in readCommandResultEntry()