Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp52 outMsg->body.key.eventId = msg.body.key.eventId; in sanitizeMessage()
81 outMsg->body.motion.eventId = msg.body.key.eventId; in sanitizeMessage()
167 outMsg->body.focus.eventId = msg.body.focus.eventId; in sanitizeMessage()
172 outMsg->body.capture.eventId = msg.body.capture.eventId; in sanitizeMessage()
177 outMsg->body.capture.eventId = msg.body.capture.eventId; in sanitizeMessage()
184 outMsg->body.timeline.eventId = msg.body.timeline.eventId; in sanitizeMessage()
189 outMsg->body.touchMode.eventId = msg.body.timeline.eventId; in sanitizeMessage()
/cts/libs/input/src/com/android/cts/input/
DHidDevice.java57 result.eventId = Byte.decode(mReader.nextString()); in readResults()
87 public synchronized List<HidResultData> getResults(int deviceId, byte eventId) in getResults() argument
92 if (deviceId == result.deviceId && eventId == result.eventId) { in getResults()
DHidResultData.java25 public byte eventId; field in HidResultData
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java577 public static int lookupSelfAttendeeStatus(ContentResolver resolver, long eventId) { in lookupSelfAttendeeStatus() argument
578 return getIntFromDatabase(resolver, Events.CONTENT_URI, eventId, in lookupSelfAttendeeStatus()
586 public static int lookupHasAlarm(ContentResolver resolver, long eventId) { in lookupHasAlarm() argument
587 return getIntFromDatabase(resolver, Events.CONTENT_URI, eventId, in lookupHasAlarm()
617 public static long addAttendee(ContentResolver resolver, long eventId, String name, in addAttendee() argument
622 attendee.put(Attendees.EVENT_ID, eventId); in addAttendee()
636 public static Cursor findAttendeesByEmail(ContentResolver resolver, long eventId, in findAttendeesByEmail() argument
640 new String[] { String.valueOf(eventId), email }, null); in findAttendeesByEmail()
778 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() argument
783 reminder.put(Reminders.EVENT_ID, eventId); in addReminder()
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestCrossProfileViewEventActivity.java60 private String getViewEventCrossProfileString(long eventId, long start, long end, in getViewEventCrossProfileString() argument
62 return String.format("id:%d, start:%d, end:%d, allday:%b, flag:%d", eventId, in getViewEventCrossProfileString()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java609 for (int eventId = fromId; eventId < toId; eventId++) { in verifyModeSwitchesDontChangeResolution()
610 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in verifyModeSwitchesDontChangeResolution()
611 Display.Mode toMode = mModeChangedEvents.get(eventId); in verifyModeSwitchesDontChangeResolution()
619 for (int eventId = fromId; eventId < toId; eventId++) { in verifyModeSwitchesAreSeamless()
620 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in verifyModeSwitchesAreSeamless()
621 Display.Mode toMode = mModeChangedEvents.get(eventId); in verifyModeSwitchesAreSeamless()
773 for (int eventId = fromId; eventId < toId; eventId++) { in modeSwitchesToString()
774 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in modeSwitchesToString()
775 Display.Mode toMode = mModeChangedEvents.get(eventId); in modeSwitchesToString()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventWrapper.java114 public Builder(int eventId) { in Builder() argument
115 this.mEventId = eventId; in Builder()
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricInfo.java34 mType = event.eventId; in EnterpriseMetricInfo()
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp199 XAuint32 eventId, in StreamChangeCallback() argument
207 switch (eventId) { in StreamChangeCallback()
233 ALOGE("Unexpected stream event ID %u\n", eventId); in StreamChangeCallback()
/cts/tests/sensor/src/android/hardware/cts/accessories/
DHidCommand.kt104 result.eventId = java.lang.Byte.decode(reader.nextString()) in readResults()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java300 Log.v(TAG, "eventId=" + result.eventId + " reportType=" in testInputVibratorEvents()
368 Log.v(TAG, "eventId=" + result.eventId + " reportType=" in testInputVibratorManagerEvents()