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