HomeSort by relevance Sort by last modified time
    Searched refs:UsageStatsService (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsService.java 92 public class UsageStatsService extends SystemService implements
95 static final String TAG = "UsageStatsService";
158 public UsageStatsService(Context context) {
308 synchronized (UsageStatsService.this.mLock) {
    [all...]
AppIdleHistory.java 62 private static final long PERIOD_DURATION = UsageStatsService.COMPRESS_TIME ? ONE_MINUTE
UsageStatsDatabase.java 55 private static final boolean DEBUG = UsageStatsService.DEBUG;
UserUsageStatsService.java 46 * A per-user UsageStatsService. All methods are meant to be called with the main lock held
47 * in UsageStatsService.
50 private static final String TAG = "UsageStatsService";
51 private static final boolean DEBUG = UsageStatsService.DEBUG;
  /frameworks/base/services/java/com/android/server/
SystemServer.java 101 import com.android.server.usage.UsageStatsService;
504 mSystemServiceManager.startService(UsageStatsService.class);
    [all...]

Completed in 64 milliseconds