// 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.communication.notifications.mappers.rule; import android.content.Loader; import com.olio.data.object.bluetooth_status.PairingProgress; import com.olio.util.ALog; import java.util.List; // Referenced classes of package com.olio.communication.notifications.mappers.rule: // ActiveRuleMonitor class this._cls0 implements android.content.eListener { final ActiveRuleMonitor this$0; public volatile void onLoadComplete(Loader loader, Object obj) { onLoadComplete(loader, (List)obj); } public void onLoadComplete(Loader loader, List list) { ALog.d("ActiveRuleMonitor: contextChange load complete", new Object[0]); if (PairingProgress.pairingProgress(ActiveRuleMonitor.access$000(ActiveRuleMonitor.this)).getPairingStatus() == 5) { updateActiveRuleMappersWithContexts(list); } } () { this$0 = ActiveRuleMonitor.this; super(); } }