.class public abstract Landroidx/documentfile/provider/DocumentFile; .super Ljava/lang/Object; .source "DocumentFile.java" # static fields .field public static final TAG:Ljava/lang/String; = "DocumentFile" # instance fields .field public final mParent:Landroidx/documentfile/provider/DocumentFile; .annotation build Landroidx/annotation/Nullable; .end annotation .end field # direct methods .method public constructor (Landroidx/documentfile/provider/DocumentFile;)V .locals 0 .param p1 # Landroidx/documentfile/provider/DocumentFile; .annotation build Landroidx/annotation/Nullable; .end annotation .end param invoke-direct {p0}, Ljava/lang/Object;->()V 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 .param p0 # Ljava/io/File; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/NonNull; .end annotation new-instance v0, Landroidx/documentfile/provider/RawDocumentFile; const/4 v1, 0x0 invoke-direct {v0, v1, p0}, Landroidx/documentfile/provider/RawDocumentFile;->(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 .param p0 # Landroid/content/Context; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .param p1 # Landroid/net/Uri; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/Nullable; .end annotation new-instance v0, Landroidx/documentfile/provider/SingleDocumentFile; const/4 v1, 0x0 invoke-direct {v0, v1, p0, p1}, Landroidx/documentfile/provider/SingleDocumentFile;->(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 3 .param p0 # Landroid/content/Context; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .param p1 # Landroid/net/Uri; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/Nullable; .end annotation new-instance v0, Landroidx/documentfile/provider/TreeDocumentFile; const/4 v1, 0x0 invoke-static {p1}, Landroid/provider/DocumentsContract;->getTreeDocumentId(Landroid/net/Uri;)Ljava/lang/String; move-result-object v2 invoke-static {p1, v2}, Landroid/provider/DocumentsContract;->buildDocumentUriUsingTree(Landroid/net/Uri;Ljava/lang/String;)Landroid/net/Uri; move-result-object p1 invoke-direct {v0, v1, p0, p1}, Landroidx/documentfile/provider/TreeDocumentFile;->(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 .param p0 # Landroid/content/Context; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .param p1 # Landroid/net/Uri; .annotation build Landroidx/annotation/Nullable; .end annotation .end param 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; .param p1 # Ljava/lang/String; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/Nullable; .end annotation .end method .method public abstract createFile(Ljava/lang/String;Ljava/lang/String;)Landroidx/documentfile/provider/DocumentFile; .param p1 # Ljava/lang/String; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .param p2 # Ljava/lang/String; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/Nullable; .end annotation .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 .param p1 # Ljava/lang/String; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .annotation build Landroidx/annotation/Nullable; .end annotation 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 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; .annotation build Landroidx/annotation/Nullable; .end annotation .end method .method public getParentFile()Landroidx/documentfile/provider/DocumentFile; .locals 1 .annotation build Landroidx/annotation/Nullable; .end annotation 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; .annotation build Landroidx/annotation/Nullable; .end annotation .end method .method public abstract getUri()Landroid/net/Uri; .annotation build Landroidx/annotation/NonNull; .end annotation .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; .annotation build Landroidx/annotation/NonNull; .end annotation .end method .method public abstract renameTo(Ljava/lang/String;)Z .param p1 # Ljava/lang/String; .annotation build Landroidx/annotation/NonNull; .end annotation .end param .end method