33 lines
733 B
Java
33 lines
733 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class VkZ extends C0743NnU<jCo> {
|
||
|
public VkZ(jCo jco) {
|
||
|
super(jco);
|
||
|
}
|
||
|
|
||
|
@Override // o.C0743NnU
|
||
|
public final String d(int i) {
|
||
|
if (i != 1) {
|
||
|
return super.d(i);
|
||
|
}
|
||
|
Integer j = ((jCo) this.a).j(1);
|
||
|
if (j == null) {
|
||
|
return null;
|
||
|
}
|
||
|
if (j.intValue() == 0) {
|
||
|
return "Infinite";
|
||
|
}
|
||
|
if (j.intValue() == 1) {
|
||
|
return "Once";
|
||
|
}
|
||
|
if (j.intValue() == 2) {
|
||
|
return "Twice";
|
||
|
}
|
||
|
StringBuilder sb = new StringBuilder();
|
||
|
sb.append(j.toString());
|
||
|
sb.append(" times");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
}
|