Searched refs:mInboundSmsHandler (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | WapPushOverSmsTest.java | 87 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, "123456", 0, messageId); in testDispatchWapPdu() 90 verify(mInboundSmsHandler).dispatchIntent(intentArgumentCaptor.capture(), in testDispatchWapPdu() 143 mWapPushOverSmsUT.dispatchWapPdu(pdu, null, mInboundSmsHandler, null, 0, 0L)); in testDispatchWapPduFromBlockedNumber_noIntentsDispatched() 144 verify(mInboundSmsHandler, never()).dispatchIntent( in testDispatchWapPduFromBlockedNumber_noIntentsDispatched()
|
H A D | TelephonyTest.java | 224 protected InboundSmsHandler mInboundSmsHandler; field in TelephonyTest 642 doReturn(mPhone).when(mInboundSmsHandler).getPhone(); in setUp()
|