Searched defs:BEGIN (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java62 static final String BEGIN = "BEGIN"; field in class:ICalendar.Component
193 sb.append(BEGIN);
422 * case, expects a BEGIN as the first line. Returns the provided or newly
443 // NOTE: in this case, if the first line is not a BEGIN, a
462 * the line is a BEGIN, adding the newly created component to the provided
483 if (!Component.BEGIN.equals(name)) {
484 throw new FormatException("Expected BEGIN");
489 if (Component.BEGIN.equals(name)) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java42 private static final Event BEGIN_EVENT = new Event(Event.BEGIN, null);
91 public static final int BEGIN = 2; field in class:GraphRunner.Event
135 case Event.BEGIN:
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1829 public static final String BEGIN = "begin"; field in class:CalendarContract.Instances
2132 public static final String BEGIN = "begin"; field in interface:CalendarContract.CalendarAlertsColumns
2235 + " AND " + BEGIN + "=?"
2267 values.put(CalendarAlerts.BEGIN, begin);

Completed in 1086 milliseconds