- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
380 B
Java
12 lines
380 B
Java
package androidx.credentials.provider.utils;
|
|
|
|
import android.app.slice.Slice;
|
|
import android.service.credentials.RemoteEntry;
|
|
|
|
/* loaded from: classes.dex */
|
|
public abstract /* synthetic */ class BeginCreateCredentialUtil$Companion$$ExternalSyntheticApiModelOutline17 {
|
|
public static /* synthetic */ RemoteEntry m(Slice slice) {
|
|
return new RemoteEntry(slice);
|
|
}
|
|
}
|