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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java705 doCommandAsync(new RegisterCommand(duration));
1034 // expect MakeCallCommand, RegisterCommand, DEREGISTER
1051 } else if (evt instanceof RegisterCommand) {
1053 int duration = ((RegisterCommand) evt).getDuration();
1752 private class RegisterCommand extends EventObject { class in class:SipSessionGroup
1755 public RegisterCommand(int duration) { method in class:SipSessionGroup.RegisterCommand

Completed in 154 milliseconds