Lines Matching refs:Date
64 import java.util.Date;
75 // Alarm action for midnight (so we can update the date display).
236 // quickly stash away the x/y of the current date
254 mDate = (TextView) findViewById(R.id.date);
310 final Date now = new Date();
311 if (DEBUG) Log.d(LOG_TAG, "refreshing date..." + now);
413 // reload the date format in case the user has changed settings
422 today.add(Calendar.DATE, 1);
479 mDate = (TextView) findViewById(R.id.date);