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.java89 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, "123456", 0, messageId); in testDispatchWapPdu()
92 verify(mInboundSmsHandler).dispatchIntent(intentArgumentCaptor.capture(), in testDispatchWapPdu()
145 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, null, 0, 0L)); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
146 verify(mInboundSmsHandler, never()).dispatchIntent( in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
177 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, null, 0, 0L); in testDispatchWapPdu_notificationIndInsertedToCache()
DTelephonyTest.java226 protected InboundSmsHandler mInboundSmsHandler; field in TelephonyTest
513 mInboundSmsHandler = Mockito.mock(InboundSmsHandler.class); in setUp()
813 doReturn(mPhone).when(mInboundSmsHandler).getPhone(); in setUp()