68 lines
1.8 KiB
Java
68 lines
1.8 KiB
Java
package o;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class GsZ extends C0743NnU<trB> {
|
|
public GsZ(trB trb) {
|
|
super(trb);
|
|
}
|
|
|
|
@Override // o.C0743NnU
|
|
public final String d(int i) {
|
|
if (i == 2) {
|
|
if (((trB) this.a).j(2) == null) {
|
|
return null;
|
|
}
|
|
return new Axo(r6.intValue(), 32678L).toString();
|
|
}
|
|
if (i == 11) {
|
|
if (((trB) this.a).j(11) == null) {
|
|
return null;
|
|
}
|
|
return new Axo(r6.intValue(), 32678L).toString();
|
|
}
|
|
if (i == 4) {
|
|
if (((trB) this.a).j(4) == null) {
|
|
return null;
|
|
}
|
|
return new Axo(r6.intValue(), 32678L).toString();
|
|
}
|
|
if (i == 5) {
|
|
Integer j = ((trB) this.a).j(5);
|
|
if (j == null) {
|
|
return null;
|
|
}
|
|
return Integer.toString(1 / ((j.intValue() / 32768) + 1));
|
|
}
|
|
if (i != 7) {
|
|
if (i == 8) {
|
|
if (((trB) this.a).j(8) == null) {
|
|
return null;
|
|
}
|
|
return new Axo(r6.intValue(), 32678L).toString();
|
|
}
|
|
if (i != 9) {
|
|
return super.d(i);
|
|
}
|
|
if (((trB) this.a).j(9) == null) {
|
|
return null;
|
|
}
|
|
return new Axo(r6.intValue(), 32678L).toString();
|
|
}
|
|
Integer j2 = ((trB) this.a).j(7);
|
|
if (j2 == null) {
|
|
return null;
|
|
}
|
|
int intValue = j2.intValue() & 15;
|
|
if (intValue == 0) {
|
|
return "Off";
|
|
}
|
|
if (intValue == 1) {
|
|
return "On";
|
|
}
|
|
StringBuilder sb = new StringBuilder("Unknown (");
|
|
sb.append(j2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
}
|