HomeSort by relevance Sort by last modified time
    Searched refs:calendar (Results 226 - 250 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 17 package com.android.calendar;
155 intent.setComponent(new ComponentName("com.android.providers.calendar",
156 "com.android.providers.calendar.CalendarDebugActivity"));
StickyHeaderListView.java 17 package com.android.calendar;
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 17 package com.android.calendar.alerts;
46 import com.android.calendar.R;
47 import com.android.calendar.Utils;
48 import com.android.calendar.alerts.AlertService.NotificationWrapper;
59 * if there are Calendar event alarms that have not been dismissed.
66 * -n "com.android.calendar/.alerts.AlertReceiver"
71 private static final String MAP_ACTION = "com.android.calendar.MAP";
72 private static final String CALL_ACTION = "com.android.calendar.CALL";
73 private static final String MAIL_ACTION = "com.android.calendar.MAIL";
79 "com.android.calendar.EVENT_REMINDER_APP"
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
FormatDateRangeTest.java 17 package com.android.calendar;
25 import java.util.Calendar;
165 Calendar.getInstance().get(Calendar.YEAR), 0, 3, 13, 0,
170 Calendar.getInstance().get(Calendar.YEAR) - 1, 0, 3, 13, 0,
172 "January 3, " + (Calendar.getInstance().get(Calendar.YEAR) - 1)),
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java 17 package com.android.providers.calendar;
42 * Prompts the user before copying their calendar database to the SD card.
52 private static final String OUT_FILE = "calendar.db.zip";
122 final File inFile = getDatabasePath("calendar.db");
SQLiteContentProvider.java 17 package com.android.providers.calendar;
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarDatabaseHelperTest.java 16 package com.android.providers.calendar;
76 // Trigger to remove a calendar's events when we delete the calendar
193 // This table stores the Calendar notifications that have gone off.
470 // Ignore tables that do not belong to calendar
475 // Ignore tables that do not belong to calendar
SyncCalendarTest.java 17 package com.android.providers.calendar;
24 * Calendar Sync instrumentation tests. Testing creation of new events, deleting events,
  /packages/apps/Calendar/tests/src/com/android/calendar/event/
EditEventHelperTest.java 17 package com.android.calendar.event;
38 import com.android.calendar.AbstractCalendarActivity;
39 import com.android.calendar.AsyncQueryService;
40 import com.android.calendar.CalendarEventModel;
41 import com.android.calendar.CalendarEventModel.ReminderEntry;
42 import com.android.calendar.R;
43 import com.android.calendar.Utils;
48 import java.util.Calendar;
82 "2", // 6 Calendar id
98 "-339611", // 22 calendar colo
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 67 import java.util.Calendar;
1289 final Calendar calendar = Calendar.getInstance(DateUtils.UTC_TIMEZONE, local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 16 #include "unicode/calendar.h"
96 UDate d = Calendar::getNow();
117 return Calendar::getNow();
145 uloc_setKeywordValue("calendar", "gregorian", localeBuf, ULOC_LOCALE_IDENTIFIER_CAPACITY, status);
149 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status);
151 return (UCalendar*)Calendar::createInstance(zone, Locale(locale), *status);
158 delete (Calendar*) cal;
167 Calendar* res = ((Calendar*)cal)->clone();
191 ((Calendar*)cal)->adoptTimeZone(zone)
    [all...]
  /external/icu/icu4c/source/i18n/
Android.mk 34 basictz.cpp calendar.cpp casetrn.cpp \
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 57 import java.util.Calendar;
1874 Calendar calendar = Calendar.getInstance(); local
    [all...]
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/
WearableMainActivity.java 52 import java.util.Calendar;
86 private Calendar mCalendar;
303 .putLong(Constants.KEY_TIME, entry.calendar.getTimeInMillis());
331 mCalendar = Calendar.getInstance();
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 145 * pdt->setStartRule( Calendar::APRIL, 1, Calendar::SUNDAY, 2*60*60*1000);
146 * pdt->setEndRule( Calendar::OCTOBER, -1, Calendar::SUNDAY, 2*60*60*1000);
206 * The calendar defines what is the first day of the week, the first week of the
380 * @param cal Calendar set to the date and time to be formatted
389 virtual UnicodeString& format( Calendar& cal,
400 * @param cal Calendar set to the date and time to be formatted
411 virtual UnicodeString& format( Calendar& cal,
530 * @param cal a Calendar set to the date and time to be formatte
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 20 * \brief C API: Calendar
22 * <h2>Calendar C API</h2>
33 * according to the rules of a specific calendar system. The U_STABLE
37 * Like other locale-sensitive C API, calendar API provides a
41 * calendar to be opened and the timezoneId.
58 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional).
68 * <strong>Insufficient information.</strong> The calendar will use default
69 * information to specify the missing fields. This may vary by calendar; for
70 * the Gregorian calendar, the default for a field is the same as that of the
74 * <strong>Inconsistent information.</strong> If fields conflict, the calendar
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 32 #include "unicode/calendar.h"
459 ScopedResourceBundle calendar(ures_getByKey(root.get(), "calendar", NULL, &status));
463 ScopedResourceBundle gregorian(ures_getByKey(calendar.get(), "gregorian", NULL, &status));
482 ScopedResourceBundle calendar(ures_getByKey(root.get(), "calendar", NULL, &status));
486 ScopedResourceBundle gregorian(ures_getByKey(calendar.get(), "gregorian", NULL, &status));
594 UniquePtr<Calendar> cal(Calendar::createInstance(icuLocale.locale(), status));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 17 package com.android.calendar.month;
19 import com.android.calendar.Event;
20 import com.android.calendar.R;
21 import com.android.calendar.Utils;
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlarmSchedulerTest.java 17 package com.android.calendar.alerts;
AlertServiceTest.java 17 package com.android.calendar.alerts;
34 import com.android.calendar.GeneralPreferences;
35 import com.android.calendar.alerts.AlertService.NotificationInfo;
36 import com.android.calendar.alerts.AlertService.NotificationWrapper;
    [all...]

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011>>