android.webkit.DateSorter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.webkit;
public class DateSorter
{
public DateSorter(android.content.Context context) { throw new RuntimeException("Stub!"); }
public int getIndex(long time) { throw new RuntimeException("Stub!"); }
public java.lang.String getLabel(int index) { throw new RuntimeException("Stub!"); }
public long getBoundary(int index) { throw new RuntimeException("Stub!"); }
public static final int DAY_COUNT = 5;
}