Searched defs:EVENTS (Results 1 – 4 of 4) sorted by relevance
44 private static final SparseArray<String> EVENTS = new SparseArray<String>() {{ field in TelephonyRegistryTestApp
44 private static final Set<String> EVENTS = new HashSet<>( field in SuggestionEventStore
143 public static final String EVENTS = "Events"; field158 public static final String EVENTS = "view_events"; field
4862 private static final int EVENTS = 1; field in CalendarProvider24921 sUriMatcher.addURI(CalendarContract.AUTHORITY, "events", EVENTS); in sUriMatcher.addURI() argument