Searched refs:MakeCallCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java700 doCommandAsync(new MakeCallCommand(peerProfile, sessionDescription,
708 doCommandAsync(new MakeCallCommand(mPeerProfile,
722 doCommandAsync(new MakeCallCommand(mPeerProfile,
1064 // expect MakeCallCommand, RegisterCommand, DEREGISTER
1065 if (evt instanceof MakeCallCommand) {
1067 MakeCallCommand cmd = (MakeCallCommand) evt;
1103 // expect MakeCallCommand(answering) , END_CALL cmd , Cancel
1104 if (evt instanceof MakeCallCommand) {
1109 ((MakeCallCommand) ev
1781 private class MakeCallCommand extends EventObject { class in class:SipSessionGroup
1785 public MakeCallCommand(SipProfile peerProfile, method in class:SipSessionGroup.MakeCallCommand
[all...]

Completed in 102 milliseconds