package kotlin.io.path; import android.content.res.loader.ResourcesLoader; import android.graphics.drawable.ColorStateListDrawable; import android.view.autofill.AutofillManager; import java.nio.file.FileSystemException; import java.nio.file.FileSystemLoopException; import java.nio.file.FileVisitResult; import java.nio.file.FileVisitor; import java.nio.file.Path; import java.nio.file.attribute.BasicFileAttributes; /* compiled from: D8$$SyntheticClass */ /* loaded from: classes.dex */ public final /* synthetic */ class PathTreeWalk$$ExternalSyntheticApiModelOutline0 { public static /* synthetic */ ResourcesLoader m() { return new ResourcesLoader(); } public static /* bridge */ /* synthetic */ ColorStateListDrawable m(Object obj) { return (ColorStateListDrawable) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ AutofillManager m1512m(Object obj) { return (AutofillManager) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ Class m1514m() { return BasicFileAttributes.class; } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ FileSystemException m1517m(Object obj) { return (FileSystemException) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* synthetic */ FileSystemException m1518m(String str) { return new FileSystemException(str); } /* renamed from: m, reason: collision with other method in class */ public static /* synthetic */ FileSystemLoopException m1519m(String str) { return new FileSystemLoopException(str); } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ FileVisitResult m1521m(Object obj) { return (FileVisitResult) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ FileVisitor m1522m(Object obj) { return (FileVisitor) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ Path m1524m(Object obj) { return (Path) obj; } /* renamed from: m, reason: collision with other method in class */ public static /* synthetic */ void m1528m() { } /* renamed from: m, reason: collision with other method in class */ public static /* bridge */ /* synthetic */ boolean m1531m(Object obj) { return obj instanceof ColorStateListDrawable; } public static /* synthetic */ void m$1() { } public static /* synthetic */ void m$2() { } }