Searched refs:mInboundSmsHandler (Results 1 – 2 of 2) sorted by relevance
87 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler); in testDispatchWapPdu()90 verify(mInboundSmsHandler).dispatchIntent(intentArgumentCaptor.capture(), in testDispatchWapPdu()140 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler)); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()141 verify(mInboundSmsHandler, never()).dispatchIntent( in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
144 protected InboundSmsHandler mInboundSmsHandler; field in TelephonyTest453 doReturn(mPhone).when(mInboundSmsHandler).getPhone(); in setUp()