Android.App.Usage.UsageStatsManager: Method Members

The methods of Android.App.Usage.UsageStatsManager are listed below. For a list of all members, see the UsageStatsManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

QueryAndAggregateUsageStats(long, long) : IDictionary<string, UsageStats>
A convenience method that queries for all stats in the given range (using the best interval for that range), merges the resulting data, and keys it by package name.
QueryConfigurations(UsageStatsInterval, long, long) : IList<ConfigurationStats>
Gets the hardware configurations the device was in for the given time range, aggregated by the specified interval.
QueryEvents(long, long) : UsageEvents
Query for events in the given time range.
QueryUsageStats(UsageStatsInterval, long, long) : IList<UsageStats>
Gets application usage stats for the given time range, aggregated by the specified interval.