Home
last modified time | relevance | path

Searched refs:setupDataCall (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java435 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataSetup()
499 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataRetry()
523 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataRetry()
554 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testUserDisableData()
557 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testUserDisableData()
606 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testUserDisableRoaming()
609 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testUserDisableRoaming()
665 verify(mSimulatedCommandsVerifier, times(0)).setupDataCall( in testDataCallOnUserDisableRoaming()
668 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testDataCallOnUserDisableRoaming()
DDataConnectionTest.java190 verify(mSimulatedCommandsVerifier, times(1)).setupDataCall( in testConnectEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java258 public void setupDataCall(int radioTechnology, int profile, in setupDataCall() method in ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java259 public void setupDataCall(int radioTechnology, int profile, in setupDataCall() method in SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1616 public void setupDataCall(int radioTechnology, int profile, in setupDataCall() method
DRIL.java1629 setupDataCall(int radioTechnology, int profile, String apn, in setupDataCall() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1089 public void setupDataCall(int radioTechnology, int profile, in setupDataCall() method in SimulatedCommands
1092 SimulatedCommandsVerifier.getInstance().setupDataCall(radioTechnology, profile, apn, user, in setupDataCall()
DSimulatedCommandsVerifier.java1144 public void setupDataCall(int radioTechnology, int profile, String apn, String user, in setupDataCall() method in SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken599 public void setupDataCall(String radioTechnology, String profile, String apn, String user,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java485 mPhone.mCi.setupDataCall( in onConnect()