64 lines
1.8 KiB
Java
64 lines
1.8 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.dor, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class C9703dor {
|
||
|
public static final HBt a = new HBt(0);
|
||
|
public final C9705dot b;
|
||
|
public final C9708dow c;
|
||
|
public final List<String> d;
|
||
|
|
||
|
public C9703dor(C9708dow c9708dow, C9705dot c9705dot, List<String> list) {
|
||
|
C14957gcv.e(c9708dow, "");
|
||
|
C14957gcv.e(c9705dot, "");
|
||
|
this.c = c9708dow;
|
||
|
this.b = c9705dot;
|
||
|
this.d = list;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.dor$HBt */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public static final class HBt {
|
||
|
private HBt() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ HBt(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
C9708dow c9708dow = this.c;
|
||
|
C9705dot c9705dot = this.b;
|
||
|
List<String> list = this.d;
|
||
|
StringBuilder sb = new StringBuilder("SecurityConfig(accessibilityWhitelist=");
|
||
|
sb.append(c9708dow);
|
||
|
sb.append(", displayManager=");
|
||
|
sb.append(c9705dot);
|
||
|
sb.append(", blacklistPackages=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.c.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
List<String> list = this.d;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (list == null ? 0 : list.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C9703dor)) {
|
||
|
return false;
|
||
|
}
|
||
|
C9703dor c9703dor = (C9703dor) obj;
|
||
|
return C14957gcv.b(this.c, c9703dor.c) && C14957gcv.b(this.b, c9703dor.b) && C14957gcv.b(this.d, c9703dor.d);
|
||
|
}
|
||
|
}
|