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

  /frameworks/base/services/java/com/android/server/
IdleMaintenanceService.java 49 public class IdleMaintenanceService extends BroadcastReceiver {
53 private static final String LOG_TAG = IdleMaintenanceService.class.getSimpleName();
70 "com.android.server.IdleMaintenanceService.action.UPDATE_IDLE_MAINTENANCE_STATE";
102 public IdleMaintenanceService(Context context, BatteryService batteryService) {
SystemServer.java 747 Slog.i(TAG, "IdleMaintenanceService");
748 new IdleMaintenanceService(context, battery);
750 reportWtf("starting IdleMaintenanceService", e);
    [all...]

Completed in 1073 milliseconds