// 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.google.android.gms.location; import java.util.Comparator; // Referenced classes of package com.google.android.gms.location: // DetectedActivity static final class implements Comparator { public int compare(Object obj, Object obj1) { return zza((DetectedActivity)obj, (DetectedActivity)obj1); } public int zza(DetectedActivity detectedactivity, DetectedActivity detectedactivity1) { int j = Integer.valueOf(detectedactivity1.getConfidence()).compareTo(Integer.valueOf(detectedactivity.getConfidence())); int i = j; if (j == 0) { i = Integer.valueOf(detectedactivity.getType()).compareTo(Integer.valueOf(detectedactivity1.getType())); } return i; } () { } }