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.java87 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(6), in testTethering()
96 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(0), in testTethering()
99 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(LOW_DATA_EXPECTED), in testTethering()
110 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(CHARGING_STATE), in testCharging()
118 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(0), in testCharging()
121 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(LOW_DATA_EXPECTED), in testCharging()
124 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(CHARGING_STATE), in testCharging()
DSmsStorageMonitorTest.java93 verify(mSimulatedCommandsVerifier, never()).reportSmsMemoryStatus(anyBoolean(), in testSmsMemoryStatus()
101 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(false), any(Message.class)); in testSmsMemoryStatus()
107 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(false), any(Message.class)); in testSmsMemoryStatus()
114 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(true), any(Message.class)); in testSmsMemoryStatus()
120 verify(mSimulatedCommandsVerifier).reportSmsMemoryStatus(eq(true), any(Message.class)); in testSmsMemoryStatus()
DGsmCdmaPhoneTest.java384 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
390 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
396 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
402 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf()
407 verify(mSimulatedCommandsVerifier).sendBurstDtmf("1234567890", 0, 0, null); in testSendBurstDtmf()
559 verify(mSimulatedCommandsVerifier, times(0)).queryCallForwardStatus( in testGetCallForwardingOption()
566 verify(mSimulatedCommandsVerifier).queryCallForwardStatus( in testGetCallForwardingOption()
594 verify(mSimulatedCommandsVerifier, times(0)).setCallForward(anyInt(), anyInt(), anyInt(), in testSetCallForwardingOption()
600 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption()
617 verify(mSimulatedCommandsVerifier).getBasebandVersion(nullable(Message.class)); in testHandleInitialMessages()
[all …]
DSmsDispatchersControllerTest.java115 verify(mSimulatedCommandsVerifier).sendImsGsmSms(eq("038122f2"), in testSendImsGmsTest()
125 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendImsGmsTestWithOutDesAddr()
134 verify(mSimulatedCommandsVerifier).sendImsCdmaSms((byte[])any(), eq(0), eq(0), in testSendImsCdmaTest()
147 verify(mSimulatedCommandsVerifier).sendImsCdmaSms(captor.capture(), eq(0), eq(0), in testSendRetrySmsCdmaTest()
160 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0), in testSendRetrySmsGsmTest()
DGsmCdmaCallTrackerTest.java116 verify(mSimulatedCommandsVerifier).dial(eq(PhoneNumberUtils. in testMOCallDial()
265 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept()
381 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType()
394 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType()
419 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
DTelephonyTest.java140 protected SimulatedCommandsVerifier mSimulatedCommandsVerifier; field in TelephonyTest
489 mSimulatedCommandsVerifier); in setUp()
DServiceStateTrackerTest.java1155 verify(mSimulatedCommandsVerifier).setOnRestrictedStateChanged(any(Handler.class), in testOnRestrictedStateChanged()
1401 verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(true), in testEnableLocationUpdates()
1409 verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(false), in testDisableLocationUpdates()
/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/dataconnection/
DDataConnectionTest.java289 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent()
292 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent()
297 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testConnectEvent()
314 verify(mSimulatedCommandsVerifier, times(1)).unregisterForLceInfo(any(Handler.class)); in testDisconnectEvent()
315 verify(mSimulatedCommandsVerifier, times(1)) in testDisconnectEvent()
317 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall(eq(1), in testDisconnectEvent()
616 verify(mSimulatedCommandsVerifier, times(0)) in testStartKeepaliveWLAN()
637 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
670 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
683 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive()
[all …]
DDcTrackerTest.java620 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataSetup()
695 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataRetry()
723 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testDataRetry()
760 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testUserDisableData()
772 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall( in testUserDisableData()
815 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testUserDisableRoaming()
830 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall( in testUserDisableRoaming()
876 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataCallOnUserDisableRoaming()
984 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testCarrierActionSetMeteredApnsEnabled()
999 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall( in testCarrierActionSetMeteredApnsEnabled()
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java74 verify(mSimulatedCommandsVerifier).registerForIccRefresh(eq(mIccRecords), in testDisposeCallsUnregisterForIccRefresh()
78 verify(mSimulatedCommandsVerifier).unregisterForIccRefresh(eq(mIccRecords)); in testDisposeCallsUnregisterForIccRefresh()
DUiccCardApplicationTest.java193 verify(mSimulatedCommandsVerifier).changeIccPinForApp( in testChangeIccLockPassword()
207 verify(mSimulatedCommandsVerifier).supplyIccPinForApp( in testSupplyPin()
DUiccProfileTest.java250 verify(mSimulatedCommandsVerifier, times(2)).iccOpenLogicalChannel(isA(String.class), in testUpdateUiccProfile()
252 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
DUiccControllerTest.java115 verify(mSimulatedCommandsVerifier, times(1)).getIccCardStatus(any(Message.class)); in testSanity()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmSmsDispatcherTest.java144 verify(mSimulatedCommandsVerifier).acknowledgeLastIncomingGsmSms(true, 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()
221 verify(mSimulatedCommandsVerifier, times(0)).sendSMS(anyString(), anyString(), in testSendTextWithInvalidDestAddr()