Searched refs:DateIntervalFormat_Delegate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
H A DDateIntervalFormat_Delegate.java30 public class DateIntervalFormat_Delegate { class
33 private static final DelegateManager<DateIntervalFormat_Delegate> sManager =
34 new DelegateManager<DateIntervalFormat_Delegate>(DateIntervalFormat_Delegate.class);
44 DateIntervalFormat_Delegate delegate = sManager.getDelegate((int)address);
62 DateIntervalFormat_Delegate newDelegate = new DateIntervalFormat_Delegate();

Completed in 115 milliseconds