Searched refs:handleCallSetupRequestFromSim (Results 1 – 9 of 9) sorted by relevance
508 mCmdIf.handleCallSetupRequestFromSim(true, null); in handleCommand()1058 mCmdIf.handleCallSetupRequestFromSim(resMsg.mUsersConfirm, null); in handleCmdResponse()1085 mCmdIf.handleCallSetupRequestFromSim(false, null); in handleCmdResponse()1096 mCmdIf.handleCallSetupRequestFromSim(false, null); in handleCmdResponse()
436 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in SipCommandInterface
435 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in ImsPhoneCommandInterface
1096 public void handleCallSetupRequestFromSim(boolean accept, Message response) { in handleCallSetupRequestFromSim() method in SimulatedCommandsVerifier
950 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in SimulatedCommands
1586 public void handleCallSetupRequestFromSim(boolean accept, Message response); in handleCallSetupRequestFromSim() method
4652 public void handleCallSetupRequestFromSim(boolean accept, Message result) { in handleCallSetupRequestFromSim() method in RIL
535 public void handleCallSetupRequestFromSim(boolean accept, Message response) {
1061 mRILUnderTest.handleCallSetupRequestFromSim(accept, obtainMessage()); in testHandleCallSetupRequestFromSim()