Home
last modified time | relevance | path

Searched defs:eventId (Results 1 – 6 of 6) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DHidResultData.java25 public byte eventId; field in HidResultData
DHidDevice.java86 public synchronized List<HidResultData> getResults(int deviceId, byte eventId) in getResults()
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java578 public static int lookupSelfAttendeeStatus(ContentResolver resolver, long eventId) { in lookupSelfAttendeeStatus()
587 public static int lookupHasAlarm(ContentResolver resolver, long eventId) { in lookupHasAlarm()
618 public static long addAttendee(ContentResolver resolver, long eventId, String name, in addAttendee()
637 public static Cursor findAttendeesByEmail(ContentResolver resolver, long eventId, in findAttendeesByEmail()
779 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder()
795 public static Cursor findRemindersByEventId(ContentResolver resolver, long eventId) { in findRemindersByEventId()
834 long eventId, String name, String value) { in addExtendedProperty()
850 long eventId) { in findExtendedPropertiesByEventId()
860 public static String lookupValueByName(ContentResolver resolver, long eventId, in lookupValueByName()
1076 long eventId = values.getAsLong(Events._ID); in testEventsEntityQuery() local
[all …]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTestCrossProfileViewEventActivity.java60 private String getViewEventCrossProfileString(long eventId, long start, long end, in getViewEventCrossProfileString()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DDevicePolicyEventWrapper.java114 public Builder(int eventId) { in Builder()
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp199 XAuint32 eventId, in StreamChangeCallback()