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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java680 doCommandAsync(new MakeCallCommand(peerProfile, sessionDescription,
687 doCommandAsync(new MakeCallCommand(mPeerProfile,
699 doCommandAsync(new MakeCallCommand(mPeerProfile,
1034 // expect MakeCallCommand, RegisterCommand, DEREGISTER
1035 if (evt instanceof MakeCallCommand) {
1037 MakeCallCommand cmd = (MakeCallCommand) evt;
1073 // expect MakeCallCommand(answering) , END_CALL cmd , Cancel
1074 if (evt instanceof MakeCallCommand) {
1079 ((MakeCallCommand) ev
1765 private class MakeCallCommand extends EventObject { class in class:SipSessionGroup
1769 public MakeCallCommand(SipProfile peerProfile, method in class:SipSessionGroup.MakeCallCommand
1774 public MakeCallCommand(SipProfile peerProfile, method in class:SipSessionGroup.MakeCallCommand
[all...]

Completed in 9090 milliseconds