OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:formatteddates
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java
114
String []
formattedDates
= new String[dateFormats.length];
121
for (int i = 0; i <
formattedDates
.length; i++) {
127
formattedDates
[i] = getResources().
130
formattedDates
[i] = formatted;
134
mDateFormat.setEntries(
formattedDates
);
Completed in 94 milliseconds