Lines Matching refs:DATE
88 import java.util.Date;
100 // Alarm action for midnight (so we can update the date display).
303 // quickly stash away the x/y of the current date
321 mDate = (TextView) findViewById(R.id.date);
510 final Date now = new Date();
511 if (DEBUG) Log.d(LOG_TAG, "refreshing date..." + now);
607 // reload the date format in case the user has changed settings
625 today.add(Calendar.DATE, 1);
694 mDate = (TextView) findViewById(R.id.date);