HomeSort by relevance Sort by last modified time
    Searched refs:SCHEDULE (Results 1 - 3 of 3) sorted by null

  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 38 static final String SCHEDULE = "com.android.providers.calendar.SCHEDULE_ALARM";
58 if (action.equals(SCHEDULE)) {
CalendarAlarmManager.java 57 // TODO: use a service to schedule alarms rather than private URI
85 * and schedule them if the event has not yet expired. The amount in the
222 Intent intent = new Intent(CalendarReceiver.SCHEDULE);
245 * needs to schedule. This method runs within a database transaction. It
256 * for the same alarm (on the receive side) in case we accidentally schedule
393 // Schedule all alarms whose alarm time is as early as any
395 // 1pm, then we will schedule all alarms that occur at 1pm
465 // If we scheduled an event alarm, then schedule the next alarm check
487 * will be cleaned up later when we schedule new alarms.
  /external/bison/tests/
testsuite     [all...]

Completed in 67 milliseconds