Searched refs:getValueString (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DWap230WspContentTypeTest.java228 String mimeType = unit.getValueString();
247 String mimeType = unit.getValueString();
272 String mimeType = unit.getValueString();
289 String mimeType = unit.getValueString();
304 String mimeType = unit.getValueString();
320 String mimeType = unit.getValueString();
339 String mimeType = unit.getValueString();
358 String mimeType = unit.getValueString();
377 String mimeType = unit.getValueString();
395 String mimeType = unit.getValueString();
[all...]
H A DWapPushOverSmsTest.java75 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString();
126 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java343 String mimeType = pduDecoder.getValueString();
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DWapPushTest.java1999 + pduDecoder.getValueString() + "]");
2000 assertTrue(mAppIdName.equals(pduDecoder.getValueString()));
2031 + pduDecoder.getValueString() + "]");
2032 assertTrue(mAppIdName.equals(pduDecoder.getValueString()));
2057 + pduDecoder.getValueString() + "]");
2058 assertTrue(mContentTypeName.equals(pduDecoder.getValueString()));
2119 String mimeType = pduDecoder.getValueString();
2145 String wapAppId = pduDecoder.getValueString();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java240 String mimeType = pduDecoder.getValueString();
288 String wapAppId = pduDecoder.getValueString();
H A DWspTypeDecoder.java216 * return value can be retrieved by getValueString() method length of data in pdu can be
239 * return value can be retrieved by getValueString() method
365 * getValueString()), which will be null on error. The length of the
391 * return value can be retrieved first by getValueString() and second by getValue32() method
409 * value), getValueString() will return it. If a 'well known value' is encountered that
410 * cannot be mapped to a string mime type, getValueString() will return null, and
578 * return value can be retrieved by getValueString() method
591 * return value can be retrieved first by getValueString() and second by getValue32()
673 * return value can be retrieved by getValueString() method
686 * return value can be retrieved by getValueString() metho
710 public String getValueString() { method in class:WspTypeDecoder
[all...]

Completed in 274 milliseconds