Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A 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 …]
H A DWapPushOverSmsTest.java116 assertEquals(mWspTypeDecoder.getContentParameters(), in testDispatchWapPdu()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java741 public HashMap<String, String> getContentParameters() { in getContentParameters() method
H A DWapPushOverSms.java298 result.contentTypeParameters = pduDecoder.getContentParameters(); in decodeWapPdu()
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java2170 pduDecoder.getContentParameters()); in dispatchWapPdu()