- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
25 lines
464 B
Java
25 lines
464 B
Java
package com.google.android.gms.internal.fido;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzhr {
|
|
private final byte zza;
|
|
private final byte zzb;
|
|
|
|
public zzhr(int i) {
|
|
this.zza = (byte) (i & 224);
|
|
this.zzb = (byte) (i & 31);
|
|
}
|
|
|
|
public final byte zza() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final byte zzb() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final int zzc() {
|
|
return (this.zza >> 5) & 7;
|
|
}
|
|
}
|