80 lines
2.2 KiB
Smali
80 lines
2.2 KiB
Smali
.class Lcom/moji/weathersence/util/FileProcessor$2;
|
|
.super Ljava/lang/Object;
|
|
.source "FileProcessor.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/Comparator;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/moji/weathersence/util/FileProcessor;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x0
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Ljava/util/Comparator<",
|
|
"Lcom/moji/weathersence/util/FileProcessor$Entry;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/moji/weathersence/util/FileProcessor;
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>(Lcom/moji/weathersence/util/FileProcessor;)V
|
|
.locals 0
|
|
|
|
.line 47
|
|
iput-object p1, p0, Lcom/moji/weathersence/util/FileProcessor$2;->a:Lcom/moji/weathersence/util/FileProcessor;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Lcom/moji/weathersence/util/FileProcessor$Entry;Lcom/moji/weathersence/util/FileProcessor$Entry;)I
|
|
.locals 1
|
|
|
|
.line 49
|
|
iget-object v0, p0, Lcom/moji/weathersence/util/FileProcessor$2;->a:Lcom/moji/weathersence/util/FileProcessor;
|
|
|
|
iget-object v0, v0, Lcom/moji/weathersence/util/FileProcessor;->a:Ljava/util/Comparator;
|
|
|
|
iget-object p1, p1, Lcom/moji/weathersence/util/FileProcessor$Entry;->a:Ljava/io/File;
|
|
|
|
iget-object p2, p2, Lcom/moji/weathersence/util/FileProcessor$Entry;->a:Ljava/io/File;
|
|
|
|
invoke-interface {v0, p1, p2}, Ljava/util/Comparator;->compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public synthetic compare(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
.locals 0
|
|
|
|
.line 47
|
|
check-cast p1, Lcom/moji/weathersence/util/FileProcessor$Entry;
|
|
|
|
check-cast p2, Lcom/moji/weathersence/util/FileProcessor$Entry;
|
|
|
|
invoke-virtual {p0, p1, p2}, Lcom/moji/weathersence/util/FileProcessor$2;->a(Lcom/moji/weathersence/util/FileProcessor$Entry;Lcom/moji/weathersence/util/FileProcessor$Entry;)I
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|