Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWap230WspContentTypeTest.java19 import com.android.internal.telephony.WspTypeDecoder;
225 WspTypeDecoder unit = new WspTypeDecoder( in testWellKnownShortIntegerMimeTypeValues()
245 WspTypeDecoder unit = new WspTypeDecoder(data); in testWellKnownLongIntegerMimeTypeValues()
259 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testDecodeReturnsFalse_WhenOnlyAZeroBytePresent()
270 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testConstrainedMediaExtensionMedia()
286 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthExtensionMedia()
301 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownShortInteger()
317 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownShortIntegerWithUnknownValue()
336 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownLongInteger()
355 WspTypeDecoder unit = new WspTypeDecoder(out.toByteArray()); in testGeneralFormShortLengthWellKnownLongIntegerWithUnknownValue()
[all …]
DWapPushOverSmsTest.java76 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPdu()
131 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
DTelephonyTest.java210 protected WspTypeDecoder mWspTypeDecoder;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java213 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in decodeWapPdu()
214 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
225 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) in decodeWapPdu()
226 && (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
237 WspTypeDecoder pduDecoder = in decodeWapPdu()
238 TelephonyComponentFactory.getInstance().inject(WspTypeDecoder.class.getName()) in decodeWapPdu()
284 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO)) { in decodeWapPdu()
465 && WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(result.mimeType); in isWapPushForMms()
636 if (WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(mimeType)) { in getPermissionForType()
651 if (WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(mimeType)) { in getAppOpsStringPermissionForIntent()
DWspTypeDecoder.java28 public class WspTypeDecoder { class
210 public WspTypeDecoder(byte[] pdu) { in WspTypeDecoder() method in WspTypeDecoder
DTelephonyComponentFactory.java341 public WspTypeDecoder makeWspTypeDecoder(byte[] pdu) {
342 return new WspTypeDecoder(pdu);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java32 import com.android.internal.telephony.WspTypeDecoder;
1866 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder1()
1894 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder2()
1916 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder3()
1963 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder4()
1988 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder5()
2020 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder6()
2051 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder7()
2079 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in dispatchWapPdu()
2080 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in dispatchWapPdu()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaInboundSmsHandler.java39 import com.android.internal.telephony.WspTypeDecoder;
412 WspTypeDecoder pduDecoder = new WspTypeDecoder(omaPdu); in checkDuplicatePortOmadmWapPush()
428 return (WspTypeDecoder.CONTENT_TYPE_B_PUSH_SYNCML_NOTI.equals(mimeType)); in checkDuplicatePortOmadmWapPush()
/frameworks/base/config/
Dboot-image-profile.txt49437 Lcom/android/internal/telephony/WspTypeDecoder;