// 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.oliodevices.assist.app.api.models.Me; import com.oliodevices.assist.app.api.models.TokenResponse; import retrofit.Callback; import retrofit.RetrofitError; import retrofit.client.Response; // Referenced classes of package com.oliodevices.assist.app.api: // ApiCallback, OlioApi, UserManager, OlioService class this._cls1 implements Callback { final success this$1; public void failure(RetrofitError retrofiterror) { callback.failure(retrofiterror); } public void success(Me me, Response response) { OlioApi.access$000(_fld0).storeUserDetails(me.id, me.email); callback.success(); } public volatile void success(Object obj, Response response) { success((Me)obj, response); } l.callback() { this$1 = this._cls1.this; super(); } // Unreferenced inner class com/oliodevices/assist/app/api/OlioApi$3 /* anonymous class */ class OlioApi._cls3 implements Callback { final OlioApi this$0; final ApiCallback val$callback; public void failure(RetrofitError retrofiterror) { callback.failure(retrofiterror); } public void success(TokenResponse tokenresponse, Response response) { OlioApi.access$000(OlioApi.this).storeAccessToken(tokenresponse.accessToken); OlioApi.access$100(OlioApi.this).getMe(new OlioApi._cls3._cls1()); } public volatile void success(Object obj, Response response) { success((TokenResponse)obj, response); } { this$0 = final_olioapi; callback = ApiCallback.this; super(); } } }