Searched defs:getEventType (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/location/lib/java/com/android/location/provider/
H A DActivityRecognitionEvent.java37 public int getEventType() { method in class:ActivityRecognitionEvent
/frameworks/base/core/java/android/hardware/location/
H A DActivityRecognitionEvent.java42 public int getEventType() { method in class:ActivityRecognitionEvent
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java126 public int getEventType() { method in class:UsageEvents.Event
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java78 * <li>{@link #getEventType()} - The type of the event.</li>
106 * <li>{@link #getEventType()} - The type of the event.</li>
134 * <li>{@link #getEventType()} - The type of the event.</li>
164 * <li>{@link #getEventType()} - The type of the event.</li>
194 * <li>{@link #getEventType()} - The type of the event.</li>
216 * <li>{@link #getEventType()} - The type of the event.</li>
235 * <li>{@link #getEventType()} - The type of the event.</li>
267 * <li>{@link #getEventType()} - The type of the event.</li>
306 * <li>{@link #getEventType()} - The type of the event.</li>
328 * <li>{@link #getEventType()}
833 public int getEventType() { method in class:AccessibilityEvent
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java149 getEventType(status.infoType), null, attributes);
789 private int getEventType(int infoType) { method in class:DrmManagerClient
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java200 public int getEventType() { method in class:BridgeXmlBlockParser
353 if (type != getEventType()
362 if (getEventType() != START_TAG) {
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java148 public int getEventType() throws XmlPullParserException { method in class:XmlBlock.Parser
268 if (type != getEventType()
274 if(getEventType() != START_TAG) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp994 ResXMLParser::event_code_t ResXMLParser::getEventType() const function in class:android::ResXMLParser

Completed in 1389 milliseconds