changed repo structure
This commit is contained in:
@@ -0,0 +1,185 @@
|
||||
.class public abstract Landroidx/documentfile/provider/DocumentFile;
|
||||
.super Ljava/lang/Object;
|
||||
.source "DocumentFile.java"
|
||||
|
||||
|
||||
# static fields
|
||||
.field static final TAG:Ljava/lang/String; = "DocumentFile"
|
||||
|
||||
|
||||
# instance fields
|
||||
.field private final mParent:Landroidx/documentfile/provider/DocumentFile;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Landroidx/documentfile/provider/DocumentFile;)V
|
||||
.locals 0
|
||||
|
||||
.line 88
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
.line 89
|
||||
iput-object p1, p0, Landroidx/documentfile/provider/DocumentFile;->mParent:Landroidx/documentfile/provider/DocumentFile;
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public static fromFile(Ljava/io/File;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.locals 2
|
||||
|
||||
.line 102
|
||||
new-instance v0, Landroidx/documentfile/provider/RawDocumentFile;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1, p0}, Landroidx/documentfile/provider/RawDocumentFile;-><init>(Landroidx/documentfile/provider/DocumentFile;Ljava/io/File;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static fromSingleUri(Landroid/content/Context;Landroid/net/Uri;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.locals 2
|
||||
|
||||
.line 118
|
||||
new-instance v0, Landroidx/documentfile/provider/SingleDocumentFile;
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1, p0, p1}, Landroidx/documentfile/provider/SingleDocumentFile;-><init>(Landroidx/documentfile/provider/DocumentFile;Landroid/content/Context;Landroid/net/Uri;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static fromTreeUri(Landroid/content/Context;Landroid/net/Uri;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.locals 2
|
||||
|
||||
.line 136
|
||||
new-instance v0, Landroidx/documentfile/provider/TreeDocumentFile;
|
||||
|
||||
.line 138
|
||||
invoke-static {p1}, Landroid/provider/DocumentsContract;->getTreeDocumentId(Landroid/net/Uri;)Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
.line 137
|
||||
invoke-static {p1, v1}, Landroid/provider/DocumentsContract;->buildDocumentUriUsingTree(Landroid/net/Uri;Ljava/lang/String;)Landroid/net/Uri;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const/4 v1, 0x0
|
||||
|
||||
invoke-direct {v0, v1, p0, p1}, Landroidx/documentfile/provider/TreeDocumentFile;-><init>(Landroidx/documentfile/provider/DocumentFile;Landroid/content/Context;Landroid/net/Uri;)V
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public static isDocumentUri(Landroid/content/Context;Landroid/net/Uri;)Z
|
||||
.locals 0
|
||||
|
||||
.line 150
|
||||
invoke-static {p0, p1}, Landroid/provider/DocumentsContract;->isDocumentUri(Landroid/content/Context;Landroid/net/Uri;)Z
|
||||
|
||||
move-result p0
|
||||
|
||||
return p0
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract canRead()Z
|
||||
.end method
|
||||
|
||||
.method public abstract canWrite()Z
|
||||
.end method
|
||||
|
||||
.method public abstract createDirectory(Ljava/lang/String;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.end method
|
||||
|
||||
.method public abstract createFile(Ljava/lang/String;Ljava/lang/String;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.end method
|
||||
|
||||
.method public abstract delete()Z
|
||||
.end method
|
||||
|
||||
.method public abstract exists()Z
|
||||
.end method
|
||||
|
||||
.method public findFile(Ljava/lang/String;)Landroidx/documentfile/provider/DocumentFile;
|
||||
.locals 5
|
||||
|
||||
.line 338
|
||||
invoke-virtual {p0}, Landroidx/documentfile/provider/DocumentFile;->listFiles()[Landroidx/documentfile/provider/DocumentFile;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
array-length v1, v0
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_0
|
||||
if-ge v2, v1, :cond_1
|
||||
|
||||
aget-object v3, v0, v2
|
||||
|
||||
.line 339
|
||||
invoke-virtual {v3}, Landroidx/documentfile/provider/DocumentFile;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
invoke-virtual {p1, v4}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v4
|
||||
|
||||
if-eqz v4, :cond_0
|
||||
|
||||
return-object v3
|
||||
|
||||
:cond_0
|
||||
add-int/lit8 v2, v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public abstract getName()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public getParentFile()Landroidx/documentfile/provider/DocumentFile;
|
||||
.locals 1
|
||||
|
||||
.line 229
|
||||
iget-object v0, p0, Landroidx/documentfile/provider/DocumentFile;->mParent:Landroidx/documentfile/provider/DocumentFile;
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
||||
.method public abstract getType()Ljava/lang/String;
|
||||
.end method
|
||||
|
||||
.method public abstract getUri()Landroid/net/Uri;
|
||||
.end method
|
||||
|
||||
.method public abstract isDirectory()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isFile()Z
|
||||
.end method
|
||||
|
||||
.method public abstract isVirtual()Z
|
||||
.end method
|
||||
|
||||
.method public abstract lastModified()J
|
||||
.end method
|
||||
|
||||
.method public abstract length()J
|
||||
.end method
|
||||
|
||||
.method public abstract listFiles()[Landroidx/documentfile/provider/DocumentFile;
|
||||
.end method
|
||||
|
||||
.method public abstract renameTo(Ljava/lang/String;)Z
|
||||
.end method
|
||||
Reference in New Issue
Block a user