Home
last modified time | relevance | path

Searched refs:DSL_LOCATION (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPAccessNetworkInfo.java158 setParameter(ParameterNamesIms.DSL_LOCATION, dslLocation); in setDSLLocation()
167 return getParameter(ParameterNamesIms.DSL_LOCATION); in getDSLLocation()
208 || name.equalsIgnoreCase(ParameterNamesIms.DSL_LOCATION) in setParameter()
DParameterNamesIms.java52 public static final String DSL_LOCATION = "dsl-location"; field