Searched refs:ALLOW_EVENTS (Results 1 – 6 of 6) sorted by relevance
58 super(ALLOW_EVENTS); in AllowEvents()65 super(ALLOW_EVENTS); in AllowEvents()
108 public static final String ALLOW_EVENTS = AllowEventsHeader.NAME; //45 field
169 putNameMap(ALLOW_EVENTS, AllowEvents.class.getName()); //46 in initializeNameMap()
72 headerName(TokenTypes.ALLOW_EVENTS); in parse()75 allowEvents.setHeaderName(SIPHeaderNames.ALLOW_EVENTS); in parse()
117 TokenTypes.ALLOW_EVENTS); in selectLexer()220 TokenTypes.ALLOW_EVENTS); // JvB: added in selectLexer()
102 public static final int ALLOW_EVENTS = START + 65; field