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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardStatusView.java44 private CharSequence mDateFormatString; field in class:KeyguardStatusView
83 mDateFormatString =
124 maybeSetUpperCaseText(mDateView, DateFormat.format(mDateFormatString, new Date()));
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java63 private String mDateFormatString; field in class:KeyguardStatusViewManager
173 mDateFormatString = getContext().getString(R.string.abbrev_wday_month_day_no_year);
419 mDateView.setText(DateFormat.format(mDateFormatString, new Date()));

Completed in 49 milliseconds