HomeSort by relevance Sort by last modified time
    Searched refs:setEventType (Results 1 - 11 of 11) sorted by null

  /external/nist-sip/java/javax/sip/header/
AllowEventsHeader.java 9 void setEventType(String eventType) throws ParseException;
EventHeader.java 12 void setEventType(String eventType) throws ParseException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEvents.java 77 public void setEventType(String eventType) throws ParseException {
81 + "AllowEvents, setEventType(), the eventType parameter is null");
AllowEventsList.java 107 allowEvents.setEventType((String) it.next());
Event.java 69 public void setEventType(String eventType) throws ParseException {
HeaderFactoryImpl.java 165 allowEvents.setEventType(eventType);
452 event.setEventType(eventType);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AllowEventsParser.java 80 allowEvents.setEventType(token.getTokenValue());
91 allowEvents.setEventType(token.getTokenValue());
EventParser.java 79 event.setEventType(value);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 58 expected.setEventType(AccessibilityEvent.TYPE_VIEW_SELECTED);
99 expected.setEventType(AccessibilityEvent.TYPE_VIEW_CLICKED);
135 expected.setEventType(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED);
171 expected.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
239 expected.setEventType(AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED);
277 expected.setEventType(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
325 expected.setEventType(AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED);
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 174 sentEvent.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 153 milliseconds