HomeSort by relevance Sort by last modified time
    Searched refs:SipSessionListenerProxy (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionListenerProxy.java 26 class SipSessionListenerProxy extends ISipSessionListener.Stub {
SipSessionGroup.java 538 SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
675 mProxy.setListener((listener instanceof SipSessionListenerProxy)
676 ? ((SipSessionListenerProxy) listener).getListener()
    [all...]
SipService.java 807 private SipSessionListenerProxy mProxy = new SipSessionListenerProxy();
    [all...]

Completed in 3198 milliseconds