// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.olio.data.object.analytics; import com.olio.util.ALog; // Referenced classes of package com.olio.data.object.analytics: // CpuStatsLogger public static class timeWithScreenOn { private long timeInSleep; private long timeWithCpuOnScreenOff; private long timeWithScreenOn; public long getTimeInSleep() { return timeInSleep; } public long getTimeWithCpuOnScreenOff() { return timeWithCpuOnScreenOff; } public long getTimeWithScreenOn() { return timeWithScreenOn; } public (long l, long l1, long l2) { timeInSleep = l; timeWithCpuOnScreenOff = l1; timeWithScreenOn = l2; ALog.d("CpuStats: %d, %d, %d", new Object[] { Long.valueOf(l), Long.valueOf(l1), Long.valueOf(l2) }); } }