Searched refs:mTimeFormat (Results 1 – 2 of 2) sorted by relevance
61 private java.text.DateFormat mTimeFormat; field in AccountPreferenceBase102 mTimeFormat = DateFormat.getTimeFormat(activity); in onActivityCreated()188 return mDateFormat.format(date) + " " + mTimeFormat.format(date); in formatSyncDate()
59 private final java.text.DateFormat mTimeFormat; field in PlayControlsRowView84 mTimeFormat = DateFormat.getTimeFormat(context); in PlayControlsRowView()487 : mTimeFormat.format(timeMs); in getTimeString()