@Implements(value=libcore.icu.DateIntervalFormat.class, isInAndroidSdk=false, minSdk=19) public class ShadowDateIntervalFormat extends java.lang.Object
Constructor and Description |
---|
ShadowDateIntervalFormat() |
Modifier and Type | Method and Description |
---|---|
static long |
createDateIntervalFormat(java.lang.String skeleton,
java.lang.String localeName,
java.lang.String tzName) |
static void |
destroyDateIntervalFormat(long address) |
static java.lang.String |
formatDateInterval(long address,
long fromDate,
long toDate) |
@Implementation(maxSdk=22) public static long createDateIntervalFormat(java.lang.String skeleton, java.lang.String localeName, java.lang.String tzName)
@Implementation(maxSdk=22) public static void destroyDateIntervalFormat(long address)
@Implementation(maxSdk=22) public static java.lang.String formatDateInterval(long address, long fromDate, long toDate)