FileDocCategorySizeDatePackage
DateSorter.javaAPI DocAndroid 5.1 API420Sat Mar 14 14:09:40 GMT 2015android.webkit

DateSorter.java

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;
}