Loading services/core/java/com/android/server/stats/StatsCompanionService.java +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.server.SystemService; /** * Helper service for statsd (the native stats management service in cmds/statsd/). * Used for registering and receiving alarms on behalf of statsd. * @hide */ public class StatsCompanionService extends IStatsCompanionService.Stub { static final String TAG = "StatsCompanionService"; Loading Loading
services/core/java/com/android/server/stats/StatsCompanionService.java +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import com.android.server.SystemService; /** * Helper service for statsd (the native stats management service in cmds/statsd/). * Used for registering and receiving alarms on behalf of statsd. * @hide */ public class StatsCompanionService extends IStatsCompanionService.Stub { static final String TAG = "StatsCompanionService"; Loading