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

  /external/guice/extensions/struts2/test/com/google/inject/struts2/
Struts2FactoryTest.java 40 private static final Date TODAY = new Date();
77 return TODAY;
80 assertEquals(TODAY, testListener.getInjector().getInstance(Date.class));
81 assertEquals(TODAY, s2Factory.buildBean(Date.class, null));
  /external/iputils/
Makefile 118 TODAY=$(shell date +%Y/%m/%d)
119 DATE=$(shell date --date $(TODAY) +%Y%m%d)
120 TAG:=$(shell date --date=$(TODAY) +s%Y%m%d)
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 22 private static final int TODAY = 1;
47 // If possible, use "Today" or "Tomorrow" instead of a full date string.
50 if (TODAY == todayOrTomorrow) {
51 datetimeString = resources.getString(R.string.today);
58 // today or tomorrow, use framework formatter.
69 // If possible, use "Today" or "Tomorrow" instead of a full date string.
72 if (TODAY == todayOrTomorrow) {
73 // Example: "Today at 1:00pm - 2:00 pm"
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
154 return TODAY;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 1648 DayOfMonthDrawable today; local
    [all...]

Completed in 819 milliseconds