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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java554 doCommandAsync(new RegisterCommand(duration));
934 // expect MakeCallCommand, RegisterCommand, DEREGISTER
947 } else if (evt instanceof RegisterCommand) {
949 int duration = ((RegisterCommand) evt).getDuration();
1401 private class RegisterCommand extends EventObject { class in class:SipSessionGroup
1404 public RegisterCommand(int duration) { method in class:SipSessionGroup.RegisterCommand

Completed in 124 milliseconds