FileDocCategorySizeDatePackage
UsageStats.javaAPI DocAndroid 5.1 API960Sat Mar 14 14:09:36 GMT 2015android.app.usage

UsageStats.java

package android.app.usage;
public final class UsageStats
  implements android.os.Parcelable
{
public  UsageStats(android.app.usage.UsageStats stats) { throw new RuntimeException("Stub!"); }
public  java.lang.String getPackageName() { throw new RuntimeException("Stub!"); }
public  long getFirstTimeStamp() { throw new RuntimeException("Stub!"); }
public  long getLastTimeStamp() { throw new RuntimeException("Stub!"); }
public  long getLastTimeUsed() { throw new RuntimeException("Stub!"); }
public  long getTotalTimeInForeground() { throw new RuntimeException("Stub!"); }
public  void add(android.app.usage.UsageStats right) { 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.UsageStats> CREATOR;
static { CREATOR = null; }
}