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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 56 public static final String SIPS = GenericURI.SIPS;
Lexer.java 105 addKeyword(TokenNames.SIPS.toUpperCase(), TokenTypes.SIPS);
319 addKeyword(TokenNames.SIPS.toUpperCase(), TokenTypes.SIPS);
TokenTypes.java 145 // pmusgrave sips bug fix
146 public static final int SIPS = START + 88;
  /external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java 45 public static final String SIPS = ParameterNames.SIPS_URI_SCHEME;
101 * this URI, for example "sip", "sips" or "tel".
110 * "sip" or "sips".
112 * @return true if the scheme is "sip" or "sips", false otherwise.
SipUri.java 89 * The scheme must be either Sip or Sips
93 && scheme.compareToIgnoreCase(SIPS) != 0)
161 // A SIP and SIPS URI are never equivalent
727 * SIP/SIPS URIs may specify headers. As an example, the URI
853 * sips URI. A sip URI returns false.
855 * @return <code>true</code> if this SipURI represents a sips URI, and
859 return this.getScheme().equalsIgnoreCase(SIPS);
862 /** This method determines if this is a URI with a scheme of "sip" or "sips".
864 * @return true if the scheme is "sip" or "sips", false otherwise.
957 /** Sets the scheme of this URI to sip or sips depending on whether th
    [all...]
NetObject.java 63 protected static final String SIPS = "sips";
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 241 milliseconds