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