Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DWapPushOverSmsTest.java87 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, "123456", 0); in testDispatchWapPdu()
90 verify(mInboundSmsHandler).dispatchIntent(intentArgumentCaptor.capture(), in testDispatchWapPdu()
142 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, null, 0)); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
143 verify(mInboundSmsHandler, never()).dispatchIntent( in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
DTelephonyTest.java203 protected InboundSmsHandler mInboundSmsHandler; field in TelephonyTest
580 doReturn(mPhone).when(mInboundSmsHandler).getPhone(); in setUp()