package androidx.webkit;

import a4.k0;
import a4.u;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import java.util.List;
import z3.b;

/* JADX INFO: loaded from: classes.dex */
@UiThread
public interface ProfileStore {
    @NonNull
    static ProfileStore getInstance() {
        if (k0.S.b()) {
            return u.getInstance();
        }
        throw k0.a();
    }

    boolean deleteProfile(@NonNull String str);

    @NonNull
    List<String> getAllProfileNames();

    @NonNull
    b getOrCreateProfile(@NonNull String str);

    @Nullable
    b getProfile(@NonNull String str);
}
