Searched defs:UsageStats (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DUsageStats.java26 public final class UsageStats implements Parcelable { class in inherits:Parcelable
66 public UsageStats() { method in class:UsageStats
69 public UsageStats(UsageStats stats) { method in class:UsageStats
84 * Get the beginning of the time range this {@link android.app.usage.UsageStats} represents,
94 * Get the end of the time range this {@link android.app.usage.UsageStats} represents,
120 * Add the statistics from the right {@link UsageStats} to the left. The package name for
121 * both {@link UsageStats} objects must be the same.
122 * @param right The {@link UsageStats} object to merge into this one.
124 * {@link UsageStats} object
[all...]

Completed in 926 milliseconds