Home
last modified time | relevance | path

Searched refs:WspTypeDecoder (Results 1 – 12 of 12) 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.java75 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPdu()
130 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
DTelephonyTest.java226 protected WspTypeDecoder mWspTypeDecoder;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java169 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in decodeWapPdu()
170 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
181 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) in decodeWapPdu()
182 && (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
193 WspTypeDecoder pduDecoder = in decodeWapPdu()
194 TelephonyComponentFactory.getInstance().inject(WspTypeDecoder.class.getName()) in decodeWapPdu()
240 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO)) { in decodeWapPdu()
425 && WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(result.mimeType); in isWapPushForMms()
437 if (WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(mimeType)) { in getPermissionForType()
452 if (WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(mimeType)) { in getAppOpsStringPermissionForIntent()
DWspTypeDecoder.java29 public class WspTypeDecoder { class
211 public WspTypeDecoder(byte[] pdu) { in WspTypeDecoder() method in WspTypeDecoder
DTelephonyComponentFactory.java346 public WspTypeDecoder makeWspTypeDecoder(byte[] pdu) {
347 return new WspTypeDecoder(pdu);
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java33 import com.android.internal.telephony.WspTypeDecoder;
1870 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder1()
1898 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder2()
1920 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder3()
1967 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder4()
1992 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder5()
2024 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder6()
2055 WspTypeDecoder pduDecoder = new WspTypeDecoder(pdu); in testDecoder7()
2083 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in dispatchWapPdu()
2084 (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;
414 WspTypeDecoder pduDecoder = new WspTypeDecoder(omaPdu); in checkDuplicatePortOmadmWapPush()
430 return (WspTypeDecoder.CONTENT_TYPE_B_PUSH_SYNCML_NOTI.equals(mimeType)); in checkDuplicatePortOmadmWapPush()
/frameworks/base/boot/
Dpreloaded-classes9642 com.android.internal.telephony.WspTypeDecoder
Dboot-image-profile.txt34098 Lcom/android/internal/telephony/WspTypeDecoder;
/frameworks/base/config/
Dpreloaded-classes9663 com.android.internal.telephony.WspTypeDecoder
Dboot-image-profile.txt43762 Lcom/android/internal/telephony/WspTypeDecoder;