Searched refs:UsageStatsService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 96 public class UsageStatsService extends SystemService implements class 177 public UsageStatsService(Context context) { in UsageStatsService() method in UsageStatsService 1002 final List<UsageStats> results = UsageStatsService.this.queryUsageStats( in queryUsageStats() 1024 UsageStatsService.this.queryConfigurationStats(userId, bucketType, in queryConfigurationStats() 1046 UsageStatsService.this.queryEventStats(userId, bucketType, in queryEventStats() 1069 return UsageStatsService.this.queryEvents(userId, beginTime, endTime, in queryEvents() 1087 return UsageStatsService.this.queryEventsForPackage(callingUserId, beginTime, in queryEventsForPackage() 1112 return UsageStatsService.this.queryEvents(userId, beginTime, endTime, in queryEventsForUser() 1134 return UsageStatsService.this.queryEventsForPackage(userId, beginTime, in queryEventsForPackageForUser() 1352 UsageStatsService.this.dump(args, pw); in dump() [all …]
|
D | UsageStatsDatabase.java | 99 private static final boolean DEBUG = UsageStatsService.DEBUG;
|
D | UserUsageStatsService.java | 62 private static final boolean DEBUG = UsageStatsService.DEBUG;
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 162 import com.android.server.usage.UsageStatsService; 865 mSystemServiceManager.startService(UsageStatsService.class); in startCoreServices()
|
/frameworks/base/services/ |
D | art-profile | 13781 HSPLcom/android/server/usage/UsageStatsService$1;->onAppIdleStateChanged(Ljava/lang/String;IZII)V 13782 HSPLcom/android/server/usage/UsageStatsService$1;->onParoleStateChanged(Z)V 13783 PLcom/android/server/usage/UsageStatsService$2;->onLimitReached(IIJJLandroid/app/PendingIntent;)V 13784 PLcom/android/server/usage/UsageStatsService$2;->onSessionEnd(IIJLandroid/app/PendingIntent;)V 13785 HSPLcom/android/server/usage/UsageStatsService$3;->onUidGone(IZ)V 13786 HSPLcom/android/server/usage/UsageStatsService$3;->onUidStateChanged(IIJ)V 13787 PLcom/android/server/usage/UsageStatsService$BinderService;->checkCallerIsSameApp(Ljava/lang/String… 13788 PLcom/android/server/usage/UsageStatsService$BinderService;->dump(Ljava/io/FileDescriptor;Ljava/io/… 13789 PLcom/android/server/usage/UsageStatsService$BinderService;->getAppStandbyBucket(Ljava/lang/String;… 13790 PLcom/android/server/usage/UsageStatsService$BinderService;->getAppStandbyBuckets(Ljava/lang/String… [all …]
|