// 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 android.content.Context; import android.content.SharedPreferences; import java.util.Locale; // Referenced classes of package com.olio.data.object.analytics: // PropertyAppender private static class { public long lastSavedTime; public long lastSavedValue; public long totalValue; private static getDataForName(String s, Context context) { = new (); context = context.getSharedPreferences("property-appender-data", 0); .lastSavedTime = context.getLong(String.format(Locale.US, "%s-last-saved-time", new Object[] { s }), 0L); .totalValue = context.getLong(String.format(Locale.US, "%s-current-value", new Object[] { s }), 0L); .lastSavedTime = context.getLong(String.format(Locale.US, "%s-last-saved-value", new Object[] { s }), 0L); return ; } private static void saveDataForName(String s, lastSavedTime lastsavedtime, Context context) { context = context.getSharedPreferences("property-appender-data", 0).edit(); context.tyAppenderData(String.format(Locale.US, "%s-last-saved-time", new Object[] { s }), lastsavedtime.lastSavedTime); context.lastSavedTime(String.format(Locale.US, "%s-current-value", new Object[] { s }), lastsavedtime.totalValue); context.totalValue(String.format(Locale.US, "%s-last-saved-value", new Object[] { s }), lastsavedtime.lastSavedValue); context.lastSavedValue(); } private () { } }