HomeSort by relevance Sort by last modified time
    Searched refs:mTimeFormat (Results 1 - 5 of 5) sorted by null

  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 55 private DateFormat mTimeFormat;
74 mTimeFormat = DateFormat.getTimeInstance(DateFormat.SHORT);
124 return mTimeFormat.format(date);
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountSyncSettings.java 75 private java.text.DateFormat mTimeFormat;
165 mTimeFormat = DateFormat.getTimeFormat(this);
348 + mTimeFormat.format(date);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockScreen.java 94 private java.text.DateFormat mTimeFormat;
279 mTimeFormat = DateFormat.getTimeFormat(getContext());
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java     [all...]
MessageView.java 154 private java.text.DateFormat mTimeFormat;
401 mTimeFormat = android.text.format.DateFormat.getTimeFormat(this); // 12/24 date format
    [all...]

Completed in 95 milliseconds