21 lines
458 B
Java
21 lines
458 B
Java
package D;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.drawable.Drawable;
|
|
import java.io.File;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract class a {
|
|
public static File a(Context context) {
|
|
return context.getCodeCacheDir();
|
|
}
|
|
|
|
public static Drawable b(Context context, int i) {
|
|
return context.getDrawable(i);
|
|
}
|
|
|
|
public static File c(Context context) {
|
|
return context.getNoBackupFilesDir();
|
|
}
|
|
}
|