what-the-bank/sources/o/uZT.java

35 lines
865 B
Java

package o;
import com.google.zxing.FormatException;
import com.google.zxing.NotFoundException;
/* loaded from: classes2.dex */
public final class uZT extends yLN {
public uZT(C17416wdP c17416wdP) {
super(c17416wdP);
}
@Override // o.SpN
public final String a() throws NotFoundException, FormatException {
if (e().d < 48) {
throw NotFoundException.b();
}
StringBuilder sb = new StringBuilder();
d(sb, 8);
int d = itT.d(d().c, 48, 2);
sb.append("(393");
sb.append(d);
sb.append(')');
int d2 = itT.d(d().c, 50, 10);
if (d2 / 100 == 0) {
sb.append('0');
}
if (d2 / 10 == 0) {
sb.append('0');
}
sb.append(d2);
sb.append(d().b(60, (String) null).c);
return sb.toString();
}
}