OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeFormat
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java
57
private java.text.DateFormat
mTimeFormat
;
87
mTimeFormat
= DateFormat.getTimeFormat(activity);
179
return mDateFormat.format(date) + " " +
mTimeFormat
.format(date);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java
50
private DateFormat
mTimeFormat
;
68
mTimeFormat
= DateFormat.getTimeInstance(DateFormat.SHORT);
129
return
mTimeFormat
.format(date);
Completed in 210 milliseconds