Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCarrierXmlParser.java139 public UssdParser(String inputParserFormat) { in UssdParser() argument
140 mPatternSuppServiceResponse = Pattern.compile(inputParserFormat); in UssdParser()