FileDocCategorySizeDatePackage
DateFormat.javaAPI DocAndroid 5.1 API1428Sat Mar 14 14:09:42 GMT 2015android.text.format

DateFormat.java

package android.text.format;
public class DateFormat
{
public  DateFormat() { throw new RuntimeException("Stub!"); }
public static  boolean is24HourFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  java.lang.String getBestDateTimePattern(java.util.Locale locale, java.lang.String skeleton) { throw new RuntimeException("Stub!"); }
public static  java.text.DateFormat getTimeFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  java.text.DateFormat getDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  java.text.DateFormat getLongDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  java.text.DateFormat getMediumDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  char[] getDateFormatOrder(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static  java.lang.CharSequence format(java.lang.CharSequence inFormat, long inTimeInMillis) { throw new RuntimeException("Stub!"); }
public static  java.lang.CharSequence format(java.lang.CharSequence inFormat, java.util.Date inDate) { throw new RuntimeException("Stub!"); }
public static  java.lang.CharSequence format(java.lang.CharSequence inFormat, java.util.Calendar inDate) { throw new RuntimeException("Stub!"); }
}