Searched refs:getTimeFormatString (Results 1 – 3 of 3) sorted by relevance
257 return new java.text.SimpleDateFormat(getTimeFormatString(context)); in getTimeFormat()266 public static String getTimeFormatString(Context context) { in getTimeFormatString() method in DateFormat267 return getTimeFormatString(context, UserHandle.myUserId()); in getTimeFormatString()277 public static String getTimeFormatString(Context context, int userHandle) { in getTimeFormatString() method in DateFormat
104 mFormat = DateFormat.getTimeFormatString(getContext()); in setFormat()
90 String formatString = DateFormat.getTimeFormatString(getContext(), in updatePatterns()