Searched defs:eventId (Results 1 – 6 of 6) sorted by relevance
/cts/libs/input/src/com/android/cts/input/ |
D | HidResultData.java | 25 public byte eventId; field in HidResultData
|
D | HidDevice.java | 86 public synchronized List<HidResultData> getResults(int deviceId, byte eventId) in getResults()
|
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 578 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/ |
D | TestCrossProfileViewEventActivity.java | 60 private String getViewEventCrossProfileString(long eventId, long start, long end, in getViewEventCrossProfileString()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
D | DevicePolicyEventWrapper.java | 114 public Builder(int eventId) { in Builder()
|
/cts/tests/tests/mediastress/jni/ |
D | native-media-jni.cpp | 199 XAuint32 eventId, in StreamChangeCallback()
|