Home
last modified time | relevance | path

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

/packages/apps/Car/tests/TestMediaApp/assets/media_items/
Dsimple_leaves.json33 "EVENTS": [ array
46 "EVENTS": [ array
63 "EVENTS": [ array
80 "EVENTS": [ array
96 "EVENTS": [ array
/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java44 private static final SparseArray<String> EVENTS = new SparseArray<String>() {{ field in TelephonyRegistryTestApp
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
DTmaMediaItemReader.java61 EVENTS enumConstant
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionEventStore.java44 private static final Set<String> EVENTS = new HashSet<>( field in SuggestionEventStore
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java143 public static final String EVENTS = "Events"; field
158 public static final String EVENTS = "view_events"; field
DCalendarProvider2.java4839 private static final int EVENTS = 1; field in CalendarProvider2
4898 sUriMatcher.addURI(CalendarContract.AUTHORITY, "events", EVENTS); in sUriMatcher.addURI() argument