Home
last modified time | relevance | path

Searched refs:eventId (Results 1 – 9 of 9) 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()
157 outMsg->body.focus.eventId = msg.body.focus.eventId; in sanitizeMessage()
163 outMsg->body.capture.eventId = msg.body.capture.eventId; in sanitizeMessage()
168 outMsg->body.capture.eventId = msg.body.capture.eventId; in sanitizeMessage()
175 outMsg->body.timeline.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()
86 public synchronized List<HidResultData> getResults(int deviceId, byte eventId) in getResults() argument
91 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.java578 public static int lookupSelfAttendeeStatus(ContentResolver resolver, long eventId) { in lookupSelfAttendeeStatus() argument
579 return getIntFromDatabase(resolver, Events.CONTENT_URI, eventId, in lookupSelfAttendeeStatus()
587 public static int lookupHasAlarm(ContentResolver resolver, long eventId) { in lookupHasAlarm() argument
588 return getIntFromDatabase(resolver, Events.CONTENT_URI, eventId, in lookupHasAlarm()
618 public static long addAttendee(ContentResolver resolver, long eventId, String name, in addAttendee() argument
623 attendee.put(Attendees.EVENT_ID, eventId); in addAttendee()
637 public static Cursor findAttendeesByEmail(ContentResolver resolver, long eventId, in findAttendeesByEmail() argument
641 new String[] { String.valueOf(eventId), email }, null); in findAttendeesByEmail()
779 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() argument
784 reminder.put(Reminders.EVENT_ID, eventId); in addReminder()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java585 for (int eventId = fromId; eventId < toId; eventId++) { in verifyModeSwitchesDontChangeResolution()
586 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in verifyModeSwitchesDontChangeResolution()
587 Display.Mode toMode = mModeChangedEvents.get(eventId); in verifyModeSwitchesDontChangeResolution()
595 for (int eventId = fromId; eventId < toId; eventId++) { in verifyModeSwitchesAreSeamless()
596 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in verifyModeSwitchesAreSeamless()
597 Display.Mode toMode = mModeChangedEvents.get(eventId); in verifyModeSwitchesAreSeamless()
743 for (int eventId = fromId; eventId < toId; eventId++) { in modeSwitchesToString()
744 Display.Mode fromMode = mModeChangedEvents.get(eventId - 1); in modeSwitchesToString()
745 Display.Mode toMode = mModeChangedEvents.get(eventId); in modeSwitchesToString()
/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/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventWrapper.java114 public Builder(int eventId) { in Builder() argument
115 this.mEventId = eventId; in Builder()
/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/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java304 Log.v(TAG, "eventId=" + result.eventId + " reportType=" in testInputVibratorEvents()
372 Log.v(TAG, "eventId=" + result.eventId + " reportType=" in testInputVibratorManagerEvents()