OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
123
*
getGmtDisplayName
, the output may be mangled.
125
public synchronized CharSequence
getGmtDisplayName
(Context context) {
TimeZoneResultAdapter.java
288
vh.timeOffset.setText(tzi.
getGmtDisplayName
(mContext));
Completed in 44 milliseconds