HomeSort by relevance Sort by last modified time
    Searched refs:TODAY (Results 1 - 4 of 4) sorted by 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...]
  /ndk/build/tools/
dev-rebuild-ndk.sh 89 TODAY=`date '+%Y%m%d'`
90 PACKAGE_DIR=$TOP/ndk-release-$TODAY
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 1648 DayOfMonthDrawable today; local
    [all...]

Completed in 331 milliseconds