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
67 public UsageStats() { method in class:UsageStats
70 public UsageStats(UsageStats stats) { method in class:UsageStats
85 * Get the beginning of the time range this {@link android.app.usage.UsageStats} represents,
95 * Get the end of the time range this {@link android.app.usage.UsageStats} represents,
121 * Add the statistics from the right {@link UsageStats} to the left. The package name for
122 * both {@link UsageStats} objects must be the same.
123 * @param right The {@link UsageStats} object to merge into this one.
125 * {@link UsageStats} object
[all...]

Completed in 4087 milliseconds