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