37 lines
915 B
Java
37 lines
915 B
Java
|
package o;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* renamed from: o.YbY, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class C1211YbY {
|
||
|
private static Class<?> d = e();
|
||
|
|
||
|
C1211YbY() {
|
||
|
}
|
||
|
|
||
|
private static Class<?> e() {
|
||
|
try {
|
||
|
return Class.forName("com.google.protobuf.ExtensionRegistry");
|
||
|
} catch (ClassNotFoundException unused) {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static ZjA b() {
|
||
|
ZjA d2 = d("getEmptyRegistry");
|
||
|
return d2 == null ? ZjA.b : d2;
|
||
|
}
|
||
|
|
||
|
private static final ZjA d(String str) {
|
||
|
Class<?> cls = d;
|
||
|
if (cls == null) {
|
||
|
return null;
|
||
|
}
|
||
|
try {
|
||
|
return (ZjA) cls.getDeclaredMethod(str, new Class[0]).invoke(null, new Object[0]);
|
||
|
} catch (Exception unused) {
|
||
|
return null;
|
||
|
}
|
||
|
}
|
||
|
}
|