OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeZonePickerUtils
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java
32
public class
TimeZonePickerUtils
{
33
private static final String TAG = "
TimeZonePickerUtils
";
48
public
TimeZonePickerUtils
(Context context) {
TimeZoneInfo.java
37
private static final int GMT_TEXT_COLOR =
TimeZonePickerUtils
.GMT_TEXT_COLOR;
38
private static final int DST_SYMBOL_COLOR =
TimeZonePickerUtils
.DST_SYMBOL_COLOR;
162
TimeZonePickerUtils
.appendGmtOffset(mSB, gmtOffset);
170
mSB.append(
TimeZonePickerUtils
.getDstSymbol()); // Sun symbol
Completed in 100 milliseconds