/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DeviceStateMonitorTest.java | 89 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(6), in testTethering() 98 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(0), in testTethering() 101 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(LOW_DATA_EXPECTED), in testTethering() 112 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(CHARGING_STATE), in testCharging() 120 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(0), in testCharging() 123 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(LOW_DATA_EXPECTED), in testCharging() 126 verify(mSimulatedCommandsVerifier, times(1)).sendDeviceState(eq(CHARGING_STATE), in testCharging() 134 verify(mSimulatedCommandsVerifier, times(1)).setUnsolResponseFilter(eq(-1), in testReset()
|
D | SmsStorageMonitorTest.java | 93 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()
|
D | GsmCdmaPhoneTest.java | 377 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf() 383 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf() 389 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf() 395 verify(mSimulatedCommandsVerifier, times(0)).sendBurstDtmf(nullable(String.class), anyInt(), in testSendBurstDtmf() 400 verify(mSimulatedCommandsVerifier).sendBurstDtmf("1234567890", 0, 0, null); in testSendBurstDtmf() 556 verify(mSimulatedCommandsVerifier, times(0)).queryCallForwardStatus( in testGetCallForwardingOption() 563 verify(mSimulatedCommandsVerifier).queryCallForwardStatus( in testGetCallForwardingOption() 591 verify(mSimulatedCommandsVerifier, times(0)).setCallForward(anyInt(), anyInt(), anyInt(), in testSetCallForwardingOption() 597 verify(mSimulatedCommandsVerifier).setCallForward(eq(CF_ACTION_ENABLE), in testSetCallForwardingOption() 614 verify(mSimulatedCommandsVerifier).getBasebandVersion(nullable(Message.class)); in testHandleInitialMessages() [all …]
|
D | SmsDispatchersControllerTest.java | 109 verify(mSimulatedCommandsVerifier).sendImsGsmSms(eq("038122F2"), in testSendImsGmsTest() 119 verify(mSimulatedCommandsVerifier, times(0)).sendImsGsmSms(anyString(), anyString(), in testSendImsGmsTestWithOutDesAddr() 128 verify(mSimulatedCommandsVerifier).sendImsCdmaSms((byte[])any(), eq(0), eq(0), in testSendImsCdmaTest() 141 verify(mSimulatedCommandsVerifier).sendImsCdmaSms(captor.capture(), eq(0), eq(0), in testSendRetrySmsCdmaTest() 154 verify(mSimulatedCommandsVerifier).sendImsGsmSms((String)isNull(), (String)isNull(), eq(0), in testSendRetrySmsGsmTest()
|
D | GsmCdmaCallTrackerTest.java | 123 verify(mSimulatedCommandsVerifier).dial( in testMOCallDial() 282 verify(mSimulatedCommandsVerifier).acceptCall(isA(Message.class)); in testMTCallAccept() 407 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 420 verify(mSimulatedCommandsVerifier, times(2)).getCurrentCalls(any(Message.class)); in testUpdatePhoneType() 445 verify(mSimulatedCommandsVerifier).getCurrentCalls(any(Message.class)); in testUpdatePhoneTypeWithActiveCall()
|
D | TelephonyTest.java | 166 protected SimulatedCommandsVerifier mSimulatedCommandsVerifier; field in TelephonyTest 567 mSimulatedCommandsVerifier); in setUp()
|
D | ServiceStateTrackerTest.java | 1313 verify(mSimulatedCommandsVerifier).setOnRestrictedStateChanged(any(Handler.class), in testOnRestrictedStateChanged() 1611 verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(true), in testEnableLocationUpdates() 1619 verify(mSimulatedCommandsVerifier, times(1)).setLocationUpdates(eq(false), in testDisableLocationUpdates()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsDispatcherTest.java | 82 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/ |
D | DcTrackerTest.java | 642 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataSetup() 690 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataRetry() 715 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testDataRetry() 746 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testUserDisableData() 761 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall( in testUserDisableData() 787 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testTrySetupDataMmsAllowedDataDisabled() 800 verify(mSimulatedCommandsVerifier, times(2)).deactivateDataCall( in testTrySetupDataMmsAllowedDataDisabled() 806 clearInvocations(mSimulatedCommandsVerifier); in testTrySetupDataMmsAllowedDataDisabled() 811 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testTrySetupDataMmsAllowedDataDisabled() 850 verify(mSimulatedCommandsVerifier, times(2)).setupDataCall( in testUserDisableRoaming() [all …]
|
D | DataConnectionTest.java | 381 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent() 384 verify(mSimulatedCommandsVerifier, times(1)) in testConnectEvent() 389 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testConnectEvent() 411 verify(mSimulatedCommandsVerifier, times(1)).unregisterForLceInfo(any(Handler.class)); in testDisconnectEvent() 412 verify(mSimulatedCommandsVerifier, times(1)) in testDisconnectEvent() 414 verify(mSimulatedCommandsVerifier, times(1)).deactivateDataCall(eq(1), in testDisconnectEvent() 769 verify(mSimulatedCommandsVerifier, times(0)) in testStartKeepaliveWLAN() 790 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive() 823 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive() 836 verify(mSimulatedCommandsVerifier, times(1)) in checkStartStopNattKeepalive() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | IccRecordsTest.java | 74 verify(mSimulatedCommandsVerifier).registerForIccRefresh(eq(mIccRecords), in testDisposeCallsUnregisterForIccRefresh() 78 verify(mSimulatedCommandsVerifier).unregisterForIccRefresh(eq(mIccRecords)); in testDisposeCallsUnregisterForIccRefresh()
|
D | UiccCardApplicationTest.java | 193 verify(mSimulatedCommandsVerifier).changeIccPinForApp( in testChangeIccLockPassword() 207 verify(mSimulatedCommandsVerifier).supplyIccPinForApp( in testSupplyPin()
|
D | UiccProfileTest.java | 252 verify(mSimulatedCommandsVerifier, times(2)).iccOpenLogicalChannel(isA(String.class), in testUpdateUiccProfile() 254 verify(mSimulatedCommandsVerifier, times(2)).iccTransmitApduLogicalChannel( in testUpdateUiccProfile()
|
D | UiccControllerTest.java | 132 verify(mSimulatedCommandsVerifier, times(1)).getIccCardStatus(any(Message.class)); in testSanity()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmSmsDispatcherTest.java | 146 verify(mSimulatedCommandsVerifier).acknowledgeLastIncomingGsmSms(true, in testSmsStatus() 161 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToRegularNumber_doesNotNotifyblockedNumberProvider() 181 verify(mSimulatedCommandsVerifier).sendSMS(anyString(), anyString(), any(Message.class)); in testSendSmsToEmergencyNumber_notifiesBlockedNumberProvider() 224 verify(mSimulatedCommandsVerifier, times(0)).sendSMS(anyString(), anyString(), in testSendTextWithInvalidDestAddr()
|