Searched refs:handleCallSetupRequestFromSim (Results 1 – 9 of 9) sorted by relevance
506 mCmdIf.handleCallSetupRequestFromSim(true, null); in handleCommand()1056 mCmdIf.handleCallSetupRequestFromSim(resMsg.mUsersConfirm, null); in handleCmdResponse()1083 mCmdIf.handleCallSetupRequestFromSim(false, null); in handleCmdResponse()1094 mCmdIf.handleCallSetupRequestFromSim(false, null); in handleCmdResponse()
445 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in ImsPhoneCommandInterface
446 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in SipCommandInterface
1675 public void handleCallSetupRequestFromSim(boolean accept, Message response); in handleCallSetupRequestFromSim() method
5345 public void handleCallSetupRequestFromSim(boolean accept, Message result) { in handleCallSetupRequestFromSim() method in RIL
535 public void handleCallSetupRequestFromSim(boolean accept, Message response) {
1112 public void handleCallSetupRequestFromSim(boolean accept, Message response) { in handleCallSetupRequestFromSim() method in SimulatedCommandsVerifier
975 public void handleCallSetupRequestFromSim( in handleCallSetupRequestFromSim() method in SimulatedCommands
1199 mRILUnderTest.handleCallSetupRequestFromSim(accept, obtainMessage()); in testHandleCallSetupRequestFromSim()