16 lines
343 B
Java
16 lines
343 B
Java
package o;
|
|
|
|
import android.os.Trace;
|
|
|
|
/* renamed from: o.eyn, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
final class C12470eyn {
|
|
public static void b(String str, int i) {
|
|
Trace.beginAsyncSection(str, i);
|
|
}
|
|
|
|
public static void c(String str, int i) {
|
|
Trace.endAsyncSection(str, i);
|
|
}
|
|
}
|