- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
20 lines
883 B
Java
20 lines
883 B
Java
package androidx.credentials;
|
|
|
|
import androidx.credentials.PrepareGetCredentialResponse;
|
|
import kotlin.jvm.functions.Function0;
|
|
import kotlin.jvm.internal.FunctionReferenceImpl;
|
|
|
|
/* loaded from: classes.dex */
|
|
public /* synthetic */ class PrepareGetCredentialResponse$Builder$setFrameworkResponse$2 extends FunctionReferenceImpl implements Function0 {
|
|
public PrepareGetCredentialResponse$Builder$setFrameworkResponse$2(Object obj) {
|
|
super(0, obj, PrepareGetCredentialResponse.Builder.class, "hasAuthenticationResults", "hasAuthenticationResults()Z", 0);
|
|
}
|
|
|
|
@Override // kotlin.jvm.functions.Function0
|
|
public final Boolean invoke() {
|
|
boolean hasAuthenticationResults;
|
|
hasAuthenticationResults = ((PrepareGetCredentialResponse.Builder) this.receiver).hasAuthenticationResults();
|
|
return Boolean.valueOf(hasAuthenticationResults);
|
|
}
|
|
}
|