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.java500 private void readCommandResultEntry(XmlResourceParser parser, SsFeature ssFeature) in readCommandResultEntry() argument
515 if (ssFeature.responseCode.containsKey(key)) { in readCommandResultEntry()
516 ssFeature.responseCode.get(key).add(entry); in readCommandResultEntry()
520 ssFeature.responseCode.put(key, arrayList); in readCommandResultEntry()