导航菜单

页面标题

页面副标题

Kaspi.kz v5.85.1 - setCodabarMinCodeLength.java 源代码

正在查看: Kaspi.kz v5.85.1 应用的 setCodabarMinCodeLength.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package o;

import android.app.Activity;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.util.Log;
import androidx.annotation.Nullable;
import java.util.ArrayList;
import java.util.Iterator;

public final class setCodabarMinCodeLength implements Iterable<Intent> {
    private static final String setBackground = "TaskStackBuilder";
    private final Context setError;
    private final ArrayList<Intent> setLabel = new ArrayList<>();

    public interface setBackground {
        Intent AudioAttributesImplApi26Parcelizer();
    }

    private setCodabarMinCodeLength(Context context) {
        this.setError = context;
    }

    public static setCodabarMinCodeLength setError(@androidx.annotation.NonNull Context context) {
        return new setCodabarMinCodeLength(context);
    }

    @Deprecated
    public static setCodabarMinCodeLength setOptions(Context context) {
        return setError(context);
    }

    public setCodabarMinCodeLength setError(@androidx.annotation.NonNull Intent intent) {
        this.setLabel.add(intent);
        return this;
    }

    public setCodabarMinCodeLength setOptions(@androidx.annotation.NonNull Intent intent) {
        ComponentName component = intent.getComponent();
        if (component == null) {
            component = intent.resolveActivity(this.setError.getPackageManager());
        }
        if (component != null) {
            setFieldValue(component);
        }
        setError(intent);
        return this;
    }

    public setCodabarMinCodeLength setOptions(@androidx.annotation.NonNull Activity activity) {
        Intent AudioAttributesImplApi26Parcelizer = activity instanceof setBackground ? ((setBackground) activity).AudioAttributesImplApi26Parcelizer() : null;
        if (AudioAttributesImplApi26Parcelizer == null) {
            AudioAttributesImplApi26Parcelizer = recognize.setBackground(activity);
        }
        if (AudioAttributesImplApi26Parcelizer != null) {
            ComponentName component = AudioAttributesImplApi26Parcelizer.getComponent();
            if (component == null) {
                component = AudioAttributesImplApi26Parcelizer.resolveActivity(this.setError.getPackageManager());
            }
            setFieldValue(component);
            setError(AudioAttributesImplApi26Parcelizer);
        }
        return this;
    }

    public setCodabarMinCodeLength setLabel(@androidx.annotation.NonNull Class<?> cls) {
        return setFieldValue(new ComponentName(this.setError, cls));
    }

    public setCodabarMinCodeLength setFieldValue(@androidx.annotation.NonNull ComponentName componentName) {
        int size = this.setLabel.size();
        try {
            Intent label = recognize.setLabel(this.setError, componentName);
            while (label != null) {
                this.setLabel.add(size, label);
                label = recognize.setLabel(this.setError, label.getComponent());
            }
            return this;
        } catch (PackageManager.NameNotFoundException e) {
            Log.e(setBackground, "Bad ComponentName while traversing activity parent metadata");
            throw new IllegalArgumentException(e);
        }
    }

    public int setLabel() {
        return this.setLabel.size();
    }

    @Deprecated
    public Intent setFieldValue(int i) {
        return setLabel(i);
    }

    public Intent setLabel(int i) {
        return this.setLabel.get(i);
    }

    @Override
    @Deprecated
    public Iterator<Intent> iterator() {
        return this.setLabel.iterator();
    }

    public void setFieldValue() {
        setOptions((Bundle) null);
    }

    public void setOptions(@Nullable Bundle bundle) {
        if (this.setLabel.isEmpty()) {
            throw new IllegalStateException("No intents added to TaskStackBuilder; cannot startActivities");
        }
        Intent[] intentArr = (Intent[]) this.setLabel.toArray(new Intent[0]);
        intentArr[0] = new Intent(intentArr[0]).addFlags(268484608);
        if (setCode39UseCheckDigit.startActivities(this.setError, intentArr, bundle)) {
            return;
        }
        Intent intent = new Intent(intentArr[intentArr.length - 1]);
        intent.addFlags(268435456);
        this.setError.startActivity(intent);
    }

    public PendingIntent setLabel(int i, int i2) {
        return setFieldValue(i, i2, null);
    }

    public PendingIntent setFieldValue(int i, int i2, @Nullable Bundle bundle) {
        if (this.setLabel.isEmpty()) {
            throw new IllegalStateException("No intents added to TaskStackBuilder; cannot getPendingIntent");
        }
        Intent[] intentArr = (Intent[]) this.setLabel.toArray(new Intent[0]);
        intentArr[0] = new Intent(intentArr[0]).addFlags(268484608);
        return PendingIntent.getActivities(this.setError, i, intentArr, i2, bundle);
    }

    public Intent[] setError() {
        int size = this.setLabel.size();
        Intent[] intentArr = new Intent[size];
        if (size == 0) {
            return intentArr;
        }
        intentArr[0] = new Intent(this.setLabel.get(0)).addFlags(268484608);
        for (int i = 1; i < size; i++) {
            intentArr[i] = new Intent(this.setLabel.get(i));
        }
        return intentArr;
    }
}