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

/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java539 private KeepAliveProcess mKeepAliveProcess; field in class:SipSessionGroup.SipSessionImpl
743 if (mKeepAliveProcess != null) {
745 if (mKeepAliveProcess.process(evt)) return true;
1483 if (mKeepAliveProcess != null) {
1488 mKeepAliveProcess = new KeepAliveProcess();
1489 mProxy.setListener(mKeepAliveProcess);
1490 mKeepAliveProcess.start(interval, callback);
1496 if (mKeepAliveProcess != null) {
1497 mKeepAliveProcess.stop();
1498 mKeepAliveProcess
[all...]

Completed in 638 milliseconds