UsageStatsManagerInternalpublic abstract class UsageStatsManagerInternal extends Object UsageStatsManager local system service interface.
{@hide} Only for use within the system server. |
Methods Summary |
---|
public abstract void | prepareShutdown()Prepares the UsageStatsService for shutdown.
| public abstract void | reportConfigurationChange(android.content.res.Configuration config, int userId)Reports a configuration change to the UsageStatsManager.
| public abstract void | reportEvent(android.content.ComponentName component, int userId, int eventType)Reports an event to the UsageStatsManager.
|
|