// 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.fragments; import com.olio.data.object.user.Location; import java.util.Comparator; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment class this._cls0 implements Comparator { final PersonalInfoFragment this$0; public int compare(Location location, Location location1) { return location.getDisplayName().compareTo(location1.getDisplayName()); } public volatile int compare(Object obj, Object obj1) { return compare((Location)obj, (Location)obj1); } A() { this$0 = PersonalInfoFragment.this; super(); } }