Searched defs:UsageStatsService (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java60 public class UsageStatsService extends SystemService implements class in inherits:SystemService,UserUsageStatsService.StatsUpdatedListener
62 static final String TAG = "UsageStatsService";
85 public UsageStatsService(Context context) { method in class:UsageStatsService
373 final List<UsageStats> results = UsageStatsService.this.queryUsageStats(
395 UsageStatsService.this.queryConfigurationStats(userId, bucketType,
415 return UsageStatsService.this.queryEvents(userId, beginTime, endTime);

Completed in 82 milliseconds