HomeSort by relevance Sort by last modified time
    Searched defs:allowEvents (Results 1 - 12 of 12) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEventsList.java 36 * List of AllowEvents headers.
37 * The sip message can have multiple AllowEvents headers which are strung
48 public class AllowEventsList extends SIPHeaderList<AllowEvents> {
62 super(AllowEvents.class, AllowEventsHeader.NAME);
68 * Iterator if no methods are defined in this AllowEvents Header.
79 ListIterator<AllowEvents> li = super.hlist.listIterator();
82 AllowEvents allowEvents = (AllowEvents) li.next();
83 ll.add(allowEvents.getEventType())
    [all...]
HeaderFactoryImpl.java 164 AllowEvents allowEvents = new AllowEvents();
165 allowEvents.setEventType(eventType);
166 return allowEvents;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java 33 * Parser for AllowEvents header.
46 * @param allowEvents the header to parse
48 public AllowEventsParser(String allowEvents) {
49 super(allowEvents);
61 * parse the AllowEvents String header
74 AllowEvents allowEvents = new AllowEvents();
75 allowEvents.setHeaderName(SIPHeaderNames.ALLOW_EVENTS);
80 allowEvents.setEventType(token.getTokenValue())
    [all...]
  /frameworks/base/core/java/android/service/notification/
ZenModeConfig.java 155 public boolean allowEvents = DEFAULT_ALLOW_EVENTS;
173 allowEvents = source.readInt() == 1;
201 dest.writeInt(allowEvents ? 1 : 0);
235 .append(",allowEvents=").append(allowEvents)
271 if (allowEvents != to.allowEvents) {
272 d.addLine("allowEvents", allowEvents, to.allowEvents);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 79 milliseconds