OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimeZoneNames
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/data/
TimeZones.java
27
private final CharSequence[]
mTimeZoneNames
;
31
mTimeZoneNames
= timeZoneNames;
39
return
mTimeZoneNames
;
49
return
mTimeZoneNames
[i];
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java
50
HashSet<String>
mTimeZoneNames
= new HashSet<String>();
218
mTimeZoneNames
.add(tz.mDisplayName);
Completed in 1776 milliseconds