72 lines
1.7 KiB
Java
72 lines
1.7 KiB
Java
package com.huawei.hms.hatool;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class z {
|
|
public static boolean k(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null && c.h();
|
|
}
|
|
|
|
public static String j(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null ? c.c() : "";
|
|
}
|
|
|
|
public static boolean i(String str, String str2) {
|
|
s0 a;
|
|
l1 a2 = s.c().a(str);
|
|
if (a2 == null || (a = a2.a(str2)) == null) {
|
|
return false;
|
|
}
|
|
return a.e();
|
|
}
|
|
|
|
public static boolean h(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null && c.g();
|
|
}
|
|
|
|
public static String g(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null ? c.d() : "";
|
|
}
|
|
|
|
public static boolean f(String str, String str2) {
|
|
s0 a;
|
|
l1 a2 = s.c().a(str);
|
|
if (a2 == null || (a = a2.a(str2)) == null) {
|
|
return false;
|
|
}
|
|
return a.c();
|
|
}
|
|
|
|
public static boolean e(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null && c.f();
|
|
}
|
|
|
|
public static String d(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null ? c.b() : "";
|
|
}
|
|
|
|
private static j0 c(String str, String str2) {
|
|
s0 a;
|
|
l1 a2 = s.c().a(str);
|
|
if (a2 == null || (a = a2.a(str2)) == null) {
|
|
return null;
|
|
}
|
|
return a.j();
|
|
}
|
|
|
|
public static boolean b(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null && c.e();
|
|
}
|
|
|
|
public static String a(String str, String str2) {
|
|
j0 c = c(str, str2);
|
|
return c != null ? c.a() : "";
|
|
}
|
|
}
|