Searched refs:UsageStatsService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 120 public class UsageStatsService extends SystemService implements class 205 public UsageStatsService(Context context) { in UsageStatsService() method in UsageStatsService 218 UsageStatsService.class.getClassLoader(), getContext(), in onStart() 1484 final List<UsageStats> results = UsageStatsService.this.queryUsageStats( in queryUsageStats() 1506 UsageStatsService.this.queryConfigurationStats(userId, bucketType, in queryConfigurationStats() 1528 UsageStatsService.this.queryEventStats(userId, bucketType, in queryEventStats() 1563 return UsageStatsService.this.queryEvents(userId, beginTime, endTime, flags); in queryEvents() 1580 return UsageStatsService.this.queryEventsForPackage(callingUserId, beginTime, in queryEventsForPackage() 1618 return UsageStatsService.this.queryEvents(userId, beginTime, endTime, flags); in queryEventsForUser() 1639 return UsageStatsService.this.queryEventsForPackage(userId, beginTime, in queryEventsForPackageForUser() [all …]
|
D | UserUsageStatsService.java | 70 private static final boolean DEBUG = UsageStatsService.DEBUG; 249 if (!UsageStatsService.ENABLE_TIME_CHANGE_CORRECTION) { in checkAndGetTimeLocked() 255 if (Math.abs(diffSystemTime) > UsageStatsService.TIME_CHANGE_THRESHOLD_MILLIS) { in checkAndGetTimeLocked()
|
D | UsageStatsDatabase.java | 104 private static final boolean DEBUG = UsageStatsService.DEBUG;
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 175 import com.android.server.usage.UsageStatsService; 962 mSystemServiceManager.startService(UsageStatsService.class); in startCoreServices()
|
/frameworks/base/services/ |
D | art-profile | 32138 HSPLcom/android/server/usage/UsageStatsService$1;-><init>(Lcom/android/server/usage/UsageStatsServi… 32139 HSPLcom/android/server/usage/UsageStatsService$1;->onAppIdleStateChanged(Ljava/lang/String;IZII)V 32140 HSPLcom/android/server/usage/UsageStatsService$2;-><init>(Lcom/android/server/usage/UsageStatsServi… 32141 PLcom/android/server/usage/UsageStatsService$2;->onLimitReached(IIJJLandroid/app/PendingIntent;)V 32142 PLcom/android/server/usage/UsageStatsService$2;->onSessionEnd(IIJLandroid/app/PendingIntent;)V 32143 HSPLcom/android/server/usage/UsageStatsService$3;-><init>(Lcom/android/server/usage/UsageStatsServi… 32144 HSPLcom/android/server/usage/UsageStatsService$3;->onUidGone(IZ)V 32145 HSPLcom/android/server/usage/UsageStatsService$3;->onUidStateChanged(IIJI)V 32146 HPLcom/android/server/usage/UsageStatsService$ActivityData;-><init>(Ljava/lang/String;Ljava/lang/St… 32147 …oid/server/usage/UsageStatsService$ActivityData;-><init>(Ljava/lang/String;Ljava/lang/String;Lcom/… [all …]
|