All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.webkit.DateSorter Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy