@Implements(value=android.text.format.Time.class) public class ShadowTime extends java.lang.Object
Constructor and Description |
---|
ShadowTime() |
Modifier and Type | Method and Description |
---|---|
void |
__constructor__() |
void |
__constructor__(java.lang.String timezone) |
void |
__constructor__(android.text.format.Time other) |
boolean |
after(android.text.format.Time other) |
boolean |
before(android.text.format.Time other) |
void |
clear(java.lang.String timezone) |
static int |
compare(android.text.format.Time a,
android.text.format.Time b) |
java.lang.String |
format(java.lang.String format) |
java.lang.String |
format2445() |
java.lang.String |
format3339(boolean allDay) |
static java.lang.String |
getCurrentTimezone() |
static int |
getJulianDay(long millis,
long gmtoff) |
static boolean |
isEpoch(android.text.format.Time time) |
boolean |
parse(java.lang.String timeString) |
boolean |
parse3339(java.lang.String rfc3339String) |
void |
set(int monthDay,
int month,
int year) |
void |
set(int second,
int minute,
int hour,
int monthDay,
int month,
int year) |
void |
set(long millis) |
void |
set(android.text.format.Time other) |
long |
setJulianDay(int julianDay) |
void |
setToNow() |
void |
switchTimezone(java.lang.String timezone) |
long |
toMillis(boolean ignoreDst) |
@Implementation(maxSdk=20) public void setToNow()
@Implementation(maxSdk=20) public void __constructor__()
@Implementation(maxSdk=20) public void __constructor__(java.lang.String timezone)
@Implementation(maxSdk=20) public void __constructor__(android.text.format.Time other)
@Implementation(maxSdk=20) public void set(android.text.format.Time other)
@Implementation(maxSdk=20) public static boolean isEpoch(android.text.format.Time time)
@Implementation(maxSdk=20) public static int getJulianDay(long millis, long gmtoff)
@Implementation(maxSdk=20) public long setJulianDay(int julianDay)
@Implementation(maxSdk=20) public void set(long millis)
@Implementation(maxSdk=20) public long toMillis(boolean ignoreDst)
@Implementation(maxSdk=20) public void set(int second, int minute, int hour, int monthDay, int month, int year)
@Implementation(maxSdk=20) public void set(int monthDay, int month, int year)
@Implementation(maxSdk=20) public void clear(java.lang.String timezone)
@Implementation(maxSdk=20) public static java.lang.String getCurrentTimezone()
@Implementation(maxSdk=20) public void switchTimezone(java.lang.String timezone)
@Implementation(maxSdk=20) public static int compare(android.text.format.Time a, android.text.format.Time b)
@Implementation(maxSdk=20) public boolean before(android.text.format.Time other)
@Implementation(maxSdk=20) public boolean after(android.text.format.Time other)
@Implementation(maxSdk=20) public boolean parse(java.lang.String timeString)
@Implementation(maxSdk=20) public java.lang.String format2445()
@Implementation(maxSdk=20) public java.lang.String format3339(boolean allDay)
@Implementation(maxSdk=20) public boolean parse3339(java.lang.String rfc3339String)
@Implementation(maxSdk=20) public java.lang.String format(java.lang.String format)