// 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.oliodevices.assist.app.api; import com.olio.util.ALog; import retrofit.Callback; import retrofit.RetrofitError; import retrofit.client.Response; // Referenced classes of package com.oliodevices.assist.app.api: // OlioApi class this._cls0 implements Callback { final OlioApi this$0; public void failure(RetrofitError retrofiterror) { ALog.e("Failed to update user settings", retrofiterror, new Object[0]); } public volatile void success(Object obj, Response response) { success((Response)obj, response); } public void success(Response response, Response response1) { ALog.d("Updated user settings", new Object[0]); } () { this$0 = OlioApi.this; super(); } }