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

  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 50 private DateFormat mTimeFormat;
68 mTimeFormat = DateFormat.getTimeInstance(DateFormat.SHORT);
122 return mTimeFormat.format(date);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 77 private java.text.DateFormat mTimeFormat;
174 mTimeFormat = DateFormat.getTimeFormat(activity);
397 + mTimeFormat.format(date);

Completed in 56 milliseconds