Searched refs:DATE_FORMATTER (Results 1 - 2 of 2) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyUtils.java27 private static final SimpleDateFormat DATE_FORMATTER = new SimpleDateFormat( field in class:MonkeyUtils
38 return DATE_FORMATTER.format(DATE);
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
H A DAddVoicemailActivity.java55 private static final SimpleDateFormat DATE_FORMATTER = new SimpleDateFormat("dd/MM/yyyy h:mm"); field in class:AddVoicemailActivity
129 long time = DATE_FORMATTER.parse(dateStr.trim()).getTime();
157 mTime.setText(DATE_FORMATTER.format(new Date()));

Completed in 59 milliseconds