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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
package com.google.android.gms.internal.identity_credentials;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
/* loaded from: classes3.dex */
public class zza implements IInterface {
private final String mDescriptor = "com.google.android.gms.identitycredentials.internal.IIdentityCredentialService";
private final IBinder mRemote;
public zza(IBinder iBinder, String str) {
this.mRemote = iBinder;
}
@Override // android.os.IInterface
public IBinder asBinder() {
return this.mRemote;
}
public Parcel obtainAndWriteInterfaceToken() {
Parcel obtain = Parcel.obtain();
obtain.writeInterfaceToken(this.mDescriptor);
return obtain;
}
public void transactAndReadExceptionReturnVoid(int i, Parcel parcel) throws RemoteException {
Parcel obtain = Parcel.obtain();
try {
this.mRemote.transact(i, parcel, obtain, 0);
obtain.readException();
} finally {
parcel.recycle();
obtain.recycle();
}
}
}

View File

@@ -0,0 +1,57 @@
package com.google.android.gms.internal.identity_credentials;
import android.os.BadParcelableException;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
/* loaded from: classes3.dex */
public class zzb extends Binder implements IInterface {
private static zzd globalInterceptor;
public zzb(String str) {
attachInterface(this, "com.google.android.gms.identitycredentials.internal.IIdentityCredentialCallbacks");
}
private boolean routeToSuperOrEnforceInterface(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
if (i > 16777215) {
return super.onTransact(i, parcel, parcel2, i2);
}
parcel.enforceInterface(getInterfaceDescriptor());
return false;
}
@Override // android.os.IInterface
public IBinder asBinder() {
return this;
}
public boolean dispatchTransaction(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
throw null;
}
public void enforceNoDataAvail(Parcel parcel) {
zzd zzdVar = globalInterceptor;
if (zzdVar != null) {
zzdVar.zza();
return;
}
int i = zzc.zza;
int dataAvail = parcel.dataAvail();
if (dataAvail <= 0) {
return;
}
throw new BadParcelableException("Parcel data not fully consumed, unread size: " + dataAvail);
}
@Override // android.os.Binder
public boolean onTransact(int i, Parcel parcel, Parcel parcel2, int i2) throws RemoteException {
if (routeToSuperOrEnforceInterface(i, parcel, parcel2, i2)) {
return true;
}
zzd zzdVar = globalInterceptor;
return zzdVar == null ? dispatchTransaction(i, parcel, parcel2, i2) : zzdVar.zzb();
}
}

View File

@@ -0,0 +1,37 @@
package com.google.android.gms.internal.identity_credentials;
import android.os.IInterface;
import android.os.Parcel;
import android.os.Parcelable;
/* loaded from: classes3.dex */
public final class zzc {
public static final /* synthetic */ int zza = 0;
static {
zzc.class.getClassLoader();
}
private zzc() {
}
public static Parcelable zza(Parcel parcel, Parcelable.Creator creator) {
if (parcel.readInt() == 0) {
return null;
}
return (Parcelable) creator.createFromParcel(parcel);
}
public static void zzb(Parcel parcel, Parcelable parcelable) {
if (parcelable == null) {
parcel.writeInt(0);
} else {
parcel.writeInt(1);
parcelable.writeToParcel(parcel, 0);
}
}
public static void zzc(Parcel parcel, IInterface iInterface) {
parcel.writeStrongBinder(iInterface.asBinder());
}
}

View File

@@ -0,0 +1,10 @@
package com.google.android.gms.internal.identity_credentials;
import android.os.RemoteException;
/* loaded from: classes3.dex */
public interface zzd {
void zza();
boolean zzb() throws RemoteException;
}

View File

@@ -0,0 +1,21 @@
package com.google.android.gms.internal.identity_credentials;
import com.google.android.gms.common.Feature;
/* loaded from: classes3.dex */
public final class zze {
public static final Feature zza;
public static final Feature zzb;
public static final Feature zzc;
public static final Feature[] zzd;
static {
Feature feature = new Feature("GET_CREDENTIAL", 1L);
zza = feature;
Feature feature2 = new Feature("CREDENTIAL_REGISTRY", 1L);
zzb = feature2;
Feature feature3 = new Feature("CLEAR_REGISTRY", 1L);
zzc = feature3;
zzd = new Feature[]{feature, feature2, feature3};
}
}