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

  /external/nist-sip/java/javax/sip/
ObjectInUseException.java 3 public class ObjectInUseException extends SipException {
4 public ObjectInUseException() {
7 public ObjectInUseException(String message) {
11 public ObjectInUseException(String message, Throwable cause) {
SipProvider.java 14 throws ObjectInUseException;
16 throws ObjectInUseException;
18 throws ObjectInUseException;
SipStack.java 18 throws ObjectInUseException;
21 throws ObjectInUseException;
22 void deleteSipProvider(SipProvider sipProvider) throws ObjectInUseException;
Transaction.java 25 void terminate() throws ObjectInUseException;
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 59 import javax.sip.ObjectInUseException;
    [all...]
SipProviderImpl.java 62 import javax.sip.ObjectInUseException;
    [all...]
DialogFilter.java 57 import javax.sip.ObjectInUseException;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java 57 import javax.sip.ObjectInUseException;
    [all...]
SIPServerTransaction.java 51 import javax.sip.ObjectInUseException;
    [all...]
SIPDialog.java 85 import javax.sip.ObjectInUseException;
295 } catch (ObjectInUseException e) {
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 55 import javax.sip.ObjectInUseException;
617 } catch (ObjectInUseException e) {
624 } catch (ObjectInUseException e) {
    [all...]

Completed in 418 milliseconds