Home
last modified time | relevance | path

Searched refs:grayGmt (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java66 boolean grayGmt) { in getGmtDisplayName() argument
79 return buildGmtDisplayName(timezone, millis, grayGmt); in getGmtDisplayName()
82 private CharSequence buildGmtDisplayName(TimeZone tz, long timeMillis, boolean grayGmt) { in buildGmtDisplayName() argument
108 if (grayGmt) { in buildGmtDisplayName()