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