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

1 2

  /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);
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/dummyExt/
EventLoggerTest.java 84 data[0].setEventType("Login");
91 data[1].setEventType("Update");
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 62 expected.setEventType(AccessibilityEvent.TYPE_VIEW_SELECTED);
103 expected.setEventType(AccessibilityEvent.TYPE_VIEW_CLICKED);
139 expected.setEventType(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED);
175 expected.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
243 expected.setEventType(AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED);
281 expected.setEventType(AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED);
343 expected.setEventType(AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 225 event.setEventType(AccessibilityEventCompat.TYPE_ANNOUNCEMENT);
227 event.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventData.java 189 public void setEventType(String eventType) {
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleFeaturePreferenceFragment.java 75 event.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
AccessibilityManagerServiceTest.java 275 sentEvent.setEventType(AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED);
552 sentEvent.setEventType(AccessibilityEvent.TYPE_ANNOUNCEMENT);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 245 public void setEventType(int type) {
538 setEventType(newZoneState > prevZoneState
ThermalManager.java 576 zone.setEventType(ThermalManager.THERMAL_LOW_EVENT);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 176 sentEvent.setEventType(AccessibilityEvent.TYPE_VIEW_FOCUSED);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-provider-api-2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 294 event.setEventType(AccessibilityEvent.TYPE_ANNOUNCEMENT);
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]

Completed in 867 milliseconds

1 2