Home
last modified time | relevance | path

Searched refs:SipException (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java180 private void checkSipServiceConnection() throws SipException { in checkSipServiceConnection()
183 throw new SipException("SipService is dead and is restarting...", new Exception()); in checkSipServiceConnection()
198 public void open(SipProfile localProfile) throws SipException { in open()
203 throw new SipException("open()", e); in open()
238 SipRegistrationListener listener) throws SipException { in open()
249 throw new SipException("open()", e); in open()
263 SipRegistrationListener listener) throws SipException { in setRegistrationListener()
270 throw new SipException("setRegistrationListener()", e); in setRegistrationListener()
281 public void close(String localProfileUri) throws SipException { in close()
286 throw new SipException("close()", e); in close()
[all …]
DSipException.java22 public class SipException extends Exception { class
23 public SipException() { in SipException() method in SipException
26 public SipException(String message) { in SipException() method in SipException
30 public SipException(String message, Throwable cause) { in SipException() method in SipException
32 super(message, ((cause instanceof javax.sip.SipException) in SipException()
DSipAudioCall.java589 throws SipException {
591 throw new SipException("VOIP API is not supported");
623 int timeout) throws SipException {
626 throw new SipException("VOIP API is not supported");
639 throw new SipException("makeCall()", e);
648 public void endCall() throws SipException {
671 public void holdCall(int timeout) throws SipException {
677 throw new SipException("Not in a call to hold call");
696 public void answerCall(int timeout) throws SipException {
700 throw new SipException("No call to answer");
[all …]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipHelper.java44 import javax.sip.SipException;
128 private ListeningPoint getListeningPoint() throws SipException { in getListeningPoint()
136 throw new SipException("no listening point is available"); in getListeningPoint()
142 throws ParseException, SipException { in createViaHeaders()
153 throws ParseException, SipException { in createContactHeader()
159 SipException { in createContactHeader()
196 String tag) throws SipException { in sendOptions()
207 throw new SipException("sendOptions()", e); in sendOptions()
212 int expiry) throws SipException { in sendRegister()
229 throw new SipException("sendRegister()", e); in sendRegister()
[all …]
DSipSessionGroup.java59 import javax.sip.SipException;
132 SipWakeupTimer timer, SipWakeLock wakeLock) throws SipException { in SipSessionGroup()
146 synchronized void reset() throws SipException { in reset()
196 } catch (SipException e) { in reset()
199 throw new SipException("failed to initialize SIP stack", e); in reset()
424 int newState) throws SipException { in createNewSession()
472 throws SipException { in processNewInviteRequest()
507 public boolean process(EventObject evt) throws SipException { in process()
737 private void processCommand(EventObject command) throws SipException { in processCommand()
762 public boolean process(EventObject evt) throws SipException { in process()
[all …]
DSipService.java58 import javax.sip.SipException;
153 } catch (SipException e) { in open()
182 } catch (SipException e) { in open3()
280 } catch (SipException e) { in createSession()
308 throws SipException { in createGroup()
316 throw new SipException("only creator can access the profile"); in createGroup()
323 ISipSessionListener listener) throws SipException { in createGroup()
328 throw new SipException("only creator can access the profile"); in createGroup()
489 ISipSessionListener listener) throws SipException { in SipSessionGroupExt()
543 throws SipException { in onConnectivityChanged()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java24 import android.net.sip.SipException;
212 } catch (SipException e) { in dialInternal()
494 Connection dial(String originalNumber) throws SipException { in dial()
513 throw new SipException("dial", e); in dial()
864 } catch (SipException e) { in acceptCall()
878 void dial() throws SipException { in dial()
889 } catch (SipException e) { in hold()
899 } catch (SipException e) { in unhold()
966 } catch (SipException e) { in hangup()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17690 method public void answerCall(int) throws android.net.sip.SipException;
17691 … void attachCall(android.net.sip.SipSession, java.lang.String) throws android.net.sip.SipException;
17693 method public void continueCall(int) throws android.net.sip.SipException;
17694 method public void endCall() throws android.net.sip.SipException;
17698 method public void holdCall(int) throws android.net.sip.SipException;
17702 …l(android.net.sip.SipProfile, android.net.sip.SipSession, int) throws android.net.sip.SipException;
17743 public class SipException extends java.lang.Exception {
17744 ctor public SipException();
17745 ctor public SipException(java.lang.String);
17746 ctor public SipException(java.lang.String, java.lang.Throwable);
[all …]
/frameworks/base/api/
Dcurrent.txt27759 method public void answerCall(int) throws android.net.sip.SipException;
27760 … void attachCall(android.net.sip.SipSession, java.lang.String) throws android.net.sip.SipException;
27762 method public void continueCall(int) throws android.net.sip.SipException;
27763 method public void endCall() throws android.net.sip.SipException;
27767 method public void holdCall(int) throws android.net.sip.SipException;
27771 …l(android.net.sip.SipProfile, android.net.sip.SipSession, int) throws android.net.sip.SipException;
27812 public class SipException extends java.lang.Exception {
27813 ctor public SipException();
27814 ctor public SipException(java.lang.String);
27815 ctor public SipException(java.lang.String, java.lang.Throwable);
[all …]
/frameworks/base/config/
Dhiddenapi-public-dex.txt25859 Landroid/net/sip/SipException;
25860 Landroid/net/sip/SipException;-><init>()V
25861 Landroid/net/sip/SipException;-><init>(Ljava/lang/String;)V
25862 Landroid/net/sip/SipException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V