// 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.detectors; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.google.android.gms.location.ActivityRecognitionResult; import com.google.android.gms.location.DetectedActivity; import com.olio.util.ALog; // Referenced classes of package com.oliodevices.assist.app.detectors: // PhysicalActivityDetector class this._cls0 extends BroadcastReceiver { final PhysicalActivityDetector this$0; public void onReceive(Context context, Intent intent) { int i; int j; if (!ActivityRecognitionResult.hasResult(intent)) { break MISSING_BLOCK_LABEL_142; } context = ActivityRecognitionResult.extractResult(intent).getMostProbableActivity(); i = context.getConfidence(); j = context.getType(); if (i >= 30) goto _L2; else goto _L1 _L1: return; _L2: ALog.d((new StringBuilder()).append("Most Probable Name : ").append(PhysicalActivityDetector.access$000(PhysicalActivityDetector.this, context.getType())).toString(), new Object[0]); ALog.d((new StringBuilder()).append("Confidence : ").append(i).toString(), new Object[0]); if (j == PhysicalActivityDetector.access$100(PhysicalActivityDetector.this)) goto _L1; else goto _L3 _L3: PhysicalActivityDetector.access$102(PhysicalActivityDetector.this, j); if (PhysicalActivityDetector.access$100(PhysicalActivityDetector.this) != 0 && j != 0) goto _L1; else goto _L4 _L4: PhysicalActivityDetector.access$200(PhysicalActivityDetector.this, j); return; ALog.d("Intent had no data returned", new Object[0]); return; } () { this$0 = PhysicalActivityDetector.this; super(); } }