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

/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
H A DDirectiveList.java41 private ArrayList m_directiveList; field in class:DirectiveList
53 m_directiveList = new ArrayList(10);
349 m_directiveList.add(new ParsedDirective(name, value, type));
360 return m_directiveList.iterator();
/external/smack/src/com/novell/sasl/client/
H A DDirectiveList.java41 private ArrayList m_directiveList; field in class:DirectiveList
53 m_directiveList = new ArrayList(10);
349 m_directiveList.add(new ParsedDirective(name, value, type));
360 return m_directiveList.iterator();

Completed in 74 milliseconds