Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountPreferenceBase.java61 private java.text.DateFormat mTimeFormat; field in AccountPreferenceBase
102 mTimeFormat = DateFormat.getTimeFormat(activity); in onActivityCreated()
188 return mDateFormat.format(date) + " " + mTimeFormat.format(date); in formatSyncDate()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRowView.java59 private final java.text.DateFormat mTimeFormat; field in PlayControlsRowView
84 mTimeFormat = DateFormat.getTimeFormat(context); in PlayControlsRowView()
487 : mTimeFormat.format(timeMs); in getTimeString()