// 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.ActivityTime; 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(ActivityTime activitytime, ActivityTime activitytime1) { return activitytime.getName().compareTo(activitytime1.getName()); } public volatile int compare(Object obj, Object obj1) { return compare((ActivityTime)obj, (ActivityTime)obj1); } A() { this$0 = PersonalInfoFragment.this; super(); } }