Home
last modified time | relevance | path

Searched refs:mSimulatedCommandsVerifier (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java163 reset(mSimulatedCommandsVerifier); in setUp()
187 reset(mSimulatedCommandsVerifier); in verifySetUnsolResponseFilter()
195 verify(mSimulatedCommandsVerifier).setUnsolResponseFilter( in verifySetUnsolResponseFilter()
203 verify(mSimulatedCommandsVerifier).setUnsolResponseFilter( in verifySetUnsolResponseFilter()
211 verify(mSimulatedCommandsVerifier).setUnsolResponseFilter(anyInt(), in testSetUnsolResponseFilter_noReduandantCall()
213 reset(mSimulatedCommandsVerifier); in testSetUnsolResponseFilter_noReduandantCall()
216 verify(mSimulatedCommandsVerifier, never()).setUnsolResponseFilter(anyInt(), in testSetUnsolResponseFilter_noReduandantCall()
220 verify(mSimulatedCommandsVerifier, never()).setUnsolResponseFilter(anyInt(), in testSetUnsolResponseFilter_noReduandantCall()
230 verify(mSimulatedCommandsVerifier).setUnsolResponseFilter( in testScreenOnOff()
237 verify(mSimulatedCommandsVerifier).setUnsolResponseFilter( in testScreenOnOff()
[all …]
DSmsStorageMonitorTest.java73 verify(mSimulatedCommandsVerifier, never()).reportSmsMemoryStatus(anyBoolean(), in testSmsMemoryStatus()
81 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(false), any(Message.class)); in testSmsMemoryStatus()
87 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(false), any(Message.class)); in testSmsMemoryStatus()
94 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(true), any(Message.class)); in testSmsMemoryStatus()
100 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(true), any(Message.class)); in testSmsMemoryStatus()
DSmsDispatchersControllerTest.java91 verify(mSimulatedCommandsVerifier).sendImsGsmSms(eq("038122F2"), in testSendImsGmsTest()
101 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendImsGmsTestWithOutDesAddr()
110 verify(mSimulatedCommandsVerifier).sendImsCdmaSms((byte[])any(), eq(0), eq(0), in testSendImsCdmaTest()
123 verify(mSimulatedCommandsVerifier).sendImsCdmaSms(captor.capture(), eq(0), eq(0), in testSendRetrySmsCdmaTest()
136 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0), in testSendRetrySmsGsmTest()
DGsmCdmaPhoneTest.java540 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
546 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
552 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
558 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
563 verify(mSimulatedCommandsVerifier).sendBurstDtmf("1234567890", 0, 0, null); in testSendBurstDtmf()
768 verify(mSimulatedCommandsVerifier, times(0)).queryCallForwardStatus( in testGetCallForwardingOption()
775 verify(mSimulatedCommandsVerifier).queryCallForwardStatus( in testGetCallForwardingOption()
803 verify(mSimulatedCommandsVerifier, times(0)).setCallForward(anyInt(), anyInt(), anyInt(), in testSetCallForwardingOption()
809 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
826 verify(mSimulatedCommandsVerifier).getBasebandVersion(nullable(Message.class)); in testHandleInitialMessages()
[all …]
DGsmCdmaCallTrackerTest.java104 verify(mSimulatedCommandsVerifier).dial( in testMOCallDial()
260 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
380 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType()
387 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType()
412 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
DTelephonyTest.java199 protected SimulatedCommandsVerifier mSimulatedCommandsVerifier; field in TelephonyTest
648 mSimulatedCommandsVerifier); in setUp()
DServiceStateTrackerTest.java1501 verify(mSimulatedCommandsVerifier).setOnRestrictedStateChanged(any(Handler.class), in testOnRestrictedStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java660 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testTrySetupDataUnmeteredDefaultNotSelected()
689 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataSetup()
731 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataRetry()
751 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testDataRetry()
776 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testUserDisableData()
793 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall( in testUserDisableData()
812 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testTrySetupDataMmsAllowedDataDisabled()
845 verify(mSimulatedCommandsVerifier, times(2)).deactivateDataCall( in testTrySetupDataMmsAllowedDataDisabled()
851 clearInvocations(mSimulatedCommandsVerifier); in testTrySetupDataMmsAllowedDataDisabled()
858 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testTrySetupDataMmsAllowedDataDisabled()
[all …]
DDataConnectionTest.java384 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent()
387 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent()
392 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testConnectEvent()
414 verify(mSimulatedCommandsVerifier, times(1)).unregisterForLceInfo(any(Handler.class)); in testDisconnectEvent()
415 verify(mSimulatedCommandsVerifier, times(1)) in testDisconnectEvent()
417 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall(eq(1), in testDisconnectEvent()
864 verify(mSimulatedCommandsVerifier, times(0)) in testStartKeepaliveWLAN()
885 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
918 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
931 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsDispatcherTest.java82 verify(mSimulatedCommandsVerifier).sendCdmaSms(nullable(byte[].class), any(Message.class)); in testSendSms()
89 verify(mSimulatedCommandsVerifier).sendCdmaSms(any(byte[].class), any(Message.class)); in testSendText()
96 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendTextWithOutDesAddr()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java145 verify(mSimulatedCommandsVerifier).acknowledgeLastIncomingGsmSms(true, 0, null); in testSmsStatus()
159 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider()
179 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider()
222 verify(mSimulatedCommandsVerifier, times(0)).sendSMS(anyString(), anyString(), in testSendTextWithInvalidDestAddr()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardApplicationTest.java173 verify(mSimulatedCommandsVerifier).changeIccPinForApp( in testChangeIccLockPassword()
186 verify(mSimulatedCommandsVerifier).supplyIccPinForApp( in testSupplyPin()
DIccRecordsTest.java96 verify(mSimulatedCommandsVerifier).registerForIccRefresh(eq(mIccRecords), in testDisposeCallsUnregisterForIccRefresh()
100 verify(mSimulatedCommandsVerifier).unregisterForIccRefresh(eq(mIccRecords)); in testDisposeCallsUnregisterForIccRefresh()
DUiccProfileTest.java196 verify(mSimulatedCommandsVerifier, times(2)).iccOpenLogicalChannel(isA(String.class), in testUpdateUiccProfile()
198 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
DUiccControllerTest.java141 verify(mSimulatedCommandsVerifier, times(1)).getIccCardStatus(any(Message.class)); in testSanity()