Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/drive/zzme.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

61 lines
1.5 KiB
Java

package com.google.android.gms.internal.drive;
import com.google.android.gms.internal.drive.zzkk;
/* loaded from: classes3.dex */
final class zzme implements zzlo {
private final int flags;
private final String info;
private final Object[] zzue;
private final zzlq zzuh;
public zzme(zzlq zzlqVar, String str, Object[] objArr) {
this.zzuh = zzlqVar;
this.info = str;
this.zzue = objArr;
char charAt = str.charAt(0);
if (charAt < 55296) {
this.flags = charAt;
return;
}
int i = charAt & 8191;
int i2 = 13;
int i3 = 1;
while (true) {
int i4 = i3 + 1;
char charAt2 = str.charAt(i3);
if (charAt2 < 55296) {
this.flags = i | (charAt2 << i2);
return;
} else {
i |= (charAt2 & 8191) << i2;
i2 += 13;
i3 = i4;
}
}
}
@Override // com.google.android.gms.internal.drive.zzlo
public final boolean zzed() {
return (this.flags & 2) == 2;
}
@Override // com.google.android.gms.internal.drive.zzlo
public final zzlq zzee() {
return this.zzuh;
}
public final String zzek() {
return this.info;
}
public final Object[] zzel() {
return this.zzue;
}
@Override // com.google.android.gms.internal.drive.zzlo
public final int zzec() {
return (this.flags & 1) == 1 ? zzkk.zze.zzsf : zzkk.zze.zzsg;
}
}