android.text.format.DateFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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 final java.text.DateFormat getTimeFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static final java.text.DateFormat getDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static final java.text.DateFormat getLongDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static final java.text.DateFormat getMediumDateFormat(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static final char[] getDateFormatOrder(android.content.Context context) { throw new RuntimeException("Stub!"); }
public static final java.lang.CharSequence format(java.lang.CharSequence inFormat, long inTimeInMillis) { throw new RuntimeException("Stub!"); }
public static final java.lang.CharSequence format(java.lang.CharSequence inFormat, java.util.Date inDate) { throw new RuntimeException("Stub!"); }
public static final java.lang.CharSequence format(java.lang.CharSequence inFormat, java.util.Calendar inDate) { throw new RuntimeException("Stub!"); }
public static final char QUOTE = 39;
public static final char AM_PM = 97;
public static final char CAPITAL_AM_PM = 65;
public static final char DATE = 100;
public static final char DAY = 69;
public static final char HOUR = 104;
public static final char HOUR_OF_DAY = 107;
public static final char MINUTE = 109;
public static final char MONTH = 77;
public static final char SECONDS = 115;
public static final char TIME_ZONE = 122;
public static final char YEAR = 121;
}