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.java77 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPdu()
132 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
165 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPdu_notificationIndInsertedToCache()
DTelephonyTest.java227 protected WspTypeDecoder mWspTypeDecoder;
514 mWspTypeDecoder = Mockito.mock(WspTypeDecoder.class); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java170 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) && in decodeWapPdu()
171 (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
182 if ((pduType != WspTypeDecoder.PDU_TYPE_PUSH) in decodeWapPdu()
183 && (pduType != WspTypeDecoder.PDU_TYPE_CONFIRMED_PUSH)) { in decodeWapPdu()
194 WspTypeDecoder pduDecoder = in decodeWapPdu()
195 TelephonyComponentFactory.getInstance().inject(WspTypeDecoder.class.getName()) in decodeWapPdu()
241 if (mimeType != null && mimeType.equals(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO)) { in decodeWapPdu()
440 && WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(result.mimeType); in isWapPushForMms()
452 if (WspTypeDecoder.CONTENT_TYPE_B_MMS.equals(mimeType)) { in getPermissionForType()
467 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.java363 public WspTypeDecoder makeWspTypeDecoder(byte[] pdu) {
364 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.java40 import com.android.internal.telephony.WspTypeDecoder;
419 WspTypeDecoder pduDecoder = new WspTypeDecoder(omaPdu); in checkDuplicatePortOmadmWapPush()
435 return (WspTypeDecoder.CONTENT_TYPE_B_PUSH_SYNCML_NOTI.equals(mimeType)); in checkDuplicatePortOmadmWapPush()
/frameworks/base/boot/
Dpreloaded-classes12069 com.android.internal.telephony.WspTypeDecoder
Dboot-image-profile.txt34507 Lcom/android/internal/telephony/WspTypeDecoder;
/frameworks/base/config/
Dpreloaded-classes12100 com.android.internal.telephony.WspTypeDecoder
Dboot-image-profile.txt44668 Lcom/android/internal/telephony/WspTypeDecoder;