Home
last modified time | relevance | path

Searched refs:mWspTypeDecoder (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushOverSmsTest.java72 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPdu()
73 doReturn(true).when(mWspTypeDecoder).decodeContentType(anyInt()); in testDispatchWapPdu()
74 doReturn((long)2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPdu()
75 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPdu()
76 doReturn(WspTypeDecoder.CONTENT_TYPE_B_PUSH_CO).when(mWspTypeDecoder).getValueString(); in testDispatchWapPdu()
115 assertEquals(mWspTypeDecoder.getContentParameters(), in testDispatchWapPdu()
125 doReturn(true).when(mWspTypeDecoder).decodeUintvarInteger(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
126 doReturn(true).when(mWspTypeDecoder).decodeContentType(anyInt()); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
127 doReturn((long) 2).when(mWspTypeDecoder).getValue32(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
128 doReturn(2).when(mWspTypeDecoder).getDecodedDataLength(); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
[all …]
DTelephonyTest.java205 protected WspTypeDecoder mWspTypeDecoder; field in TelephonyTest
463 doReturn(mWspTypeDecoder).when(mTelephonyComponentFactory) in setUp()