Searched refs:m_responseValue (Results 1 - 2 of 2) sorted by relevance

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DResponseAuth.java26 private String m_responseValue; field in class:ResponseAuth
32 m_responseValue = null;
65 m_responseValue = directive.getValue();
69 if (m_responseValue == null)
80 return m_responseValue;
/external/smack/src/com/novell/sasl/client/
H A DResponseAuth.java26 private String m_responseValue; field in class:ResponseAuth
32 m_responseValue = null;
65 m_responseValue = directive.getValue();
69 if (m_responseValue == null)
80 return m_responseValue;

Completed in 206 milliseconds