Searched refs:getContentParameters (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | Wap230WspContentTypeTest.java | 526 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 …]
|
D | WapPushOverSmsTest.java | 117 assertEquals(mWspTypeDecoder.getContentParameters(), in testDispatchWapPdu()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | WspTypeDecoder.java | 740 public HashMap<String, String> getContentParameters() { in getContentParameters() method
|
D | WapPushOverSms.java | 342 result.contentTypeParameters = pduDecoder.getContentParameters(); in decodeWapPdu()
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | WapPushTest.java | 2166 pduDecoder.getContentParameters()); in dispatchWapPdu()
|