Home
last modified time | relevance | path

Searched refs:AllowEvents (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DAllowEventsList.java48 public class AllowEventsList extends SIPHeaderList<AllowEvents> {
62 super(AllowEvents.class, AllowEventsHeader.NAME); in AllowEventsList()
79 ListIterator<AllowEvents> li = super.hlist.listIterator(); in getMethods()
82 AllowEvents allowEvents = (AllowEvents) li.next(); in getMethods()
106 AllowEvents allowEvents = new AllowEvents(); in setMethods()
DAllowEvents.java43 public final class AllowEvents class
57 public AllowEvents() { in AllowEvents() method in AllowEvents
64 public AllowEvents(String m) { in AllowEvents() method in AllowEvents
DNameMap.java169 putNameMap(ALLOW_EVENTS, AllowEvents.class.getName()); //46 in initializeNameMap()
DHeaderFactoryImpl.java164 AllowEvents allowEvents = new AllowEvents(); in createAllowEventsHeader()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAllowEventsParser.java74 AllowEvents allowEvents = new AllowEvents(); in parse()
88 allowEvents = new AllowEvents(); in parse()