HomeSort by relevance Sort by last modified time
    Searched defs:getEventType (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/nist-sip/java/javax/sip/header/
AllowEventsHeader.java 8 String getEventType();
EventHeader.java 11 String getEventType();
  /external/nist-sip/java/gov/nist/javax/sip/header/
AllowEvents.java 90 public String getEventType() {
Event.java 80 public String getEventType() {
AllowEventsList.java 83 ll.add(allowEvents.getEventType());
  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionEvent.java 42 public int getEventType() {
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionEvent.java 38 public int getEventType() {
  /frameworks/base/core/java/android/app/usage/
EventStats.java 77 public int getEventType() {
  /packages/services/Car/car-lib/src/android/car/hardware/property/
CarPropertyEvent.java 39 public int getEventType() { return mEventType; }
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 52 public int getEventType() {
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteXmlPullParser.java 97 int getEventType() throws XmlPullParserException, RemoteException;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
BasePullParser.java 137 public int getEventType() {
212 if (getEventType() != START_TAG) {
240 if (type != getEventType() || (namespace != null && !namespace.equals(getNamespace()))
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityEvent.java 102 shadow.getEventType()));
148 public int getEventType() {
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventData.java 198 public String getEventType() {
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteXmlPullParserAdapter.java 205 public int getEventType() throws XmlPullParserException, RemoteException {
206 return mDelegate.getEventType();
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 320 public int getEventType() throws XmlPullParserException {
322 return mDelegate.getEventType();
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 36 * <a href="#getEventType()">getEventType()</a> method.
43 * getEventType ().
91 * int eventType = xpp.getEventType();
161 * Logical end of the xml document. Returned from getEventType, next()
174 * Returned from getEventType(),
197 * Returned from getEventType(), <a href="#next()">next()</a>, or
707 * @see #getEventType
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 201 public int getEventType() {
354 if (type != getEventType()
363 if (getEventType() != START_TAG) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 108 mEventType = mDelegate.getEventType();
154 public int getEventType() throws XmlPullParserException {
155 return mPeeked ? mEventType : mDelegate.getEventType();
  /libcore/luni/src/test/java/libcore/xml/
XmlPullParserFactoryTest.java 350 public int getEventType() throws XmlPullParserException {
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
handlers.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py     [all...]

Completed in 547 milliseconds

1 2 3 4 5 6 7 8