Searched refs:AllowEvents (Results 1 – 5 of 5) sorted by relevance
48 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()
43 public final class AllowEvents class57 public AllowEvents() { in AllowEvents() method in AllowEvents64 public AllowEvents(String m) { in AllowEvents() method in AllowEvents
169 putNameMap(ALLOW_EVENTS, AllowEvents.class.getName()); //46 in initializeNameMap()
164 AllowEvents allowEvents = new AllowEvents(); in createAllowEventsHeader()
74 AllowEvents allowEvents = new AllowEvents(); in parse()88 allowEvents = new AllowEvents(); in parse()