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

  /libcore/luni/src/test/java/libcore/icu/
LocaleDataTest.java 26 // System.err.format("%20s %s %s %s\n", l, d.yesterday, d.today, d.tomorrow);
56 assertEquals("Tomorrow", l.tomorrow);
64 assertEquals("Morgen", l.tomorrow);
85 assertEquals("??", l.tomorrow);
  /packages/apps/Contacts/tests/src/com/android/contacts/interactions/
ContactInteractionUtilTest.java 84 // Test yesterday and tomorrow (Yesterday or Tomorrow shown)
105 assertEquals(getContext().getResources().getString(R.string.tomorrow),
115 assertEquals(getContext().getResources().getString(R.string.tomorrow),
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactInteractionUtil.java 64 * 2. If the timestamp occurs tomorrow or yesterday, that is displayed
85 // Turn compareCalendar to tomorrow
88 return context.getString(R.string.tomorrow);
CalendarInteractionUtils.java 23 private static final int TOMORROW = 2;
47 // If possible, use "Today" or "Tomorrow" instead of a full date string.
52 } else if (TOMORROW == todayOrTomorrow) {
53 datetimeString = resources.getString(R.string.tomorrow);
58 // today or tomorrow, use framework formatter.
69 // If possible, use "Today" or "Tomorrow" instead of a full date string.
76 } else if (TOMORROW == todayOrTomorrow) {
77 // Example: "Tomorrow at 1:00pm - 2:00 pm"
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
152 return TOMORROW;
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 209 long tomorrow = now + DateUtils.DAY_IN_MILLIS; local
211 assertEquals("Tomorrow", DateUtils.getRelativeTimeSpanString(tomorrow, now,
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 70 public String tomorrow; // "Tomorrow". field in class:LocaleData
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 626 Time tomorrow = new Time(); local
627 tomorrow.set(System.currentTimeMillis() + DateUtils.DAY_IN_MILLIS);
697 // Test at 10:15am - next refresh should be tomorrow midnight (end of all day event 'id2').
701 tomorrow.monthDay, tomorrow.month, tomorrow.year, Time.getCurrentTimezone()));
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertUtils.java 151 * 3) Show "tomorrow" for tomorrow
189 // Tomorrow
191 sb.append(context.getString(R.string.tomorrow));
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 511 icu::UnicodeString tomorrow(icu::ures_getUnicodeStringByKey(relative.get(), "1", &status));
513 ALOGE("Error getting yesterday/today/tomorrow for %s: %s", locale_name, u_errorName(status));
520 ALOGE("Error getting yesterday/today/tomorrow break iterator for %s: %s", locale_name, u_errorName(status));
525 tomorrow.toTitle(brk.get(), locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
529 setStringField(env, localeData, "tomorrow", tomorrow);
561 // Get the "Yesterday", "Today", and "Tomorrow" strings.
570 ALOGE("Couldn't find ICU yesterday/today/tomorrow for %s", languageTag.c_str());
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java 105 if (id == R.string.tomorrow) {
106 return "Tomorrow";
117 return String.format("Tomorrow at %s", formatArgs);
558 assertEquals("Tomorrow at 12:01AM \u2013 11:59PM", result);
650 assertEquals("Tomorrow", result);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 290 milliseconds