FileDocCategorySizeDatePackage
ConfigurationStats.javaAPI DocAndroid 5.1 API987Sat Mar 14 14:09:38 GMT 2015android.app.usage

ConfigurationStats.java

package android.app.usage;
public final class ConfigurationStats
  implements android.os.Parcelable
{
public  ConfigurationStats(android.app.usage.ConfigurationStats stats) { throw new RuntimeException("Stub!"); }
public  android.content.res.Configuration getConfiguration() { throw new RuntimeException("Stub!"); }
public  long getFirstTimeStamp() { throw new RuntimeException("Stub!"); }
public  long getLastTimeStamp() { throw new RuntimeException("Stub!"); }
public  long getLastTimeActive() { throw new RuntimeException("Stub!"); }
public  long getTotalTimeActive() { throw new RuntimeException("Stub!"); }
public  int getActivationCount() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.app.usage.ConfigurationStats> CREATOR;
static { CREATOR = null; }
}