Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java526 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerNoValue()
550 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerTokenText()
575 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownLongIntegerTokenText()
599 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerQuotedText()
621 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerCompactIntegerValue()
642 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerCompactIntegerValue_0()
667 Map<String, String> params = unit.getContentParameters(); in testTypedParamWellKnownShortIntegerMultipleParameters()
689 Map<String, String> params = unit.getContentParameters(); in testUntypedParamIntegerValueShortInteger()
712 Map<String, String> params = unit.getContentParameters(); in testUntypedParamIntegerValueLongInteger()
732 Map<String, String> params = unit.getContentParameters(); in testUntypedParamTextNoValue()
[all …]
DWapPushOverSmsTest.java117 assertEquals(mWspTypeDecoder.getContentParameters(), in testDispatchWapPdu()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWspTypeDecoder.java740 public HashMap<String, String> getContentParameters() { in getContentParameters() method
DWapPushOverSms.java342 result.contentTypeParameters = pduDecoder.getContentParameters(); in decodeWapPdu()
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java2166 pduDecoder.getContentParameters()); in dispatchWapPdu()