Searched refs:getTimeFormatString (Results 1 – 3 of 3) sorted by relevance
104 mFormat = DateFormat.getTimeFormatString(getContext()); in setFormat()
82 String formatString = DateFormat.getTimeFormatString(getContext()); in updatePatterns()
208 return new java.text.SimpleDateFormat(getTimeFormatString(context)); in getTimeFormat()217 public static String getTimeFormatString(Context context) { in getTimeFormatString() method in DateFormat