HomeSort by relevance Sort by last modified time
    Searched defs:getGmtDisplayName (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java 50 // labels every time getGmtDisplayName is called), we'll cache the lists of override IDs
65 public CharSequence getGmtDisplayName(Context context, String id, long millis,
TimeZoneInfo.java 131 * getGmtDisplayName, the output may be mangled.
133 public synchronized CharSequence getGmtDisplayName(Context context) {
TimeZoneResultAdapter.java 288 vh.timeOffset.setText(tzi.getGmtDisplayName(mContext));

Completed in 79 milliseconds