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 | 87 public synchronized List<HidResultData> getResults(int deviceId, byte eventId) in getResults()
|
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/ |
D | CalendarTest.java | 577 public static int lookupSelfAttendeeStatus(ContentResolver resolver, long eventId) { in lookupSelfAttendeeStatus() 586 public static int lookupHasAlarm(ContentResolver resolver, long eventId) { in lookupHasAlarm() 617 public static long addAttendee(ContentResolver resolver, long eventId, String name, in addAttendee() 636 public static Cursor findAttendeesByEmail(ContentResolver resolver, long eventId, in findAttendeesByEmail() 778 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() 794 public static Cursor findRemindersByEventId(ContentResolver resolver, long eventId) { in findRemindersByEventId() 833 long eventId, String name, String value) { in addExtendedProperty() 849 long eventId) { in findExtendedPropertiesByEventId() 859 public static String lookupValueByName(ContentResolver resolver, long eventId, in lookupValueByName() 1075 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()
|