导航菜单

页面标题

页面副标题

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

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

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


package o;

import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import java.util.Arrays;
import o.getWifi;
import o.setZoom;

public final class FormatInformation implements getWifi.setError {
    private static final String read = "https://developer.apple.com/streaming/emsg-id3";
    public static final String setBackground = "https://aomedia.org/emsg/ID3";
    public static final String setOptions = "urn:scte:scte35:2014:bin";
    private int AudioAttributesCompatParcelizer;
    public final String RemoteActionCompatParcelizer;
    public final String setElement;
    public final long setError;
    public final long setFieldValue;
    public final byte[] setLabel;
    private static final setZoom write = new setZoom.setOptions().read("application/id3").setFieldValue();
    private static final setZoom IconCompatParcelizer = new setZoom.setOptions().read("application/x-scte35").setFieldValue();
    public static final Parcelable.Creator<FormatInformation> CREATOR = new Parcelable.Creator<FormatInformation>() {
        @Override
        public FormatInformation createFromParcel(Parcel parcel) {
            return new FormatInformation(parcel);
        }

        @Override
        public FormatInformation[] newArray(int i) {
            return new FormatInformation[i];
        }
    };

    public int describeContents() {
        return 0;
    }

    public FormatInformation(String str, String str2, long j, long j2, byte[] bArr) {
        this.RemoteActionCompatParcelizer = str;
        this.setElement = str2;
        this.setFieldValue = j;
        this.setError = j2;
        this.setLabel = bArr;
    }

    FormatInformation(Parcel parcel) {
        this.RemoteActionCompatParcelizer = (String) getLandmarkType.setFieldValue(parcel.readString());
        this.setElement = (String) getLandmarkType.setFieldValue(parcel.readString());
        this.setFieldValue = parcel.readLong();
        this.setError = parcel.readLong();
        this.setLabel = (byte[]) getLandmarkType.setFieldValue(parcel.createByteArray());
    }

    public setZoom setFieldValue() {
        char c;
        String str = this.RemoteActionCompatParcelizer;
        str.hashCode();
        int hashCode = str.hashCode();
        if (hashCode == -1468477611) {
            if (str.equals(setOptions)) {
                c = 0;
            }
            c = 65535;
        } else if (hashCode != -795945609) {
            if (hashCode == 1303648457 && str.equals(read)) {
                c = 2;
            }
            c = 65535;
        } else {
            if (str.equals(setBackground)) {
                c = 1;
            }
            c = 65535;
        }
        if (c == 0) {
            return IconCompatParcelizer;
        }
        if (c == 1 || c == 2) {
            return write;
        }
        return null;
    }

    public byte[] setError() {
        if (setFieldValue() != null) {
            return this.setLabel;
        }
        return null;
    }

    public int hashCode() {
        if (this.AudioAttributesCompatParcelizer == 0) {
            String str = this.RemoteActionCompatParcelizer;
            int hashCode = str != null ? str.hashCode() : 0;
            String str2 = this.setElement;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j = this.setFieldValue;
            long j2 = this.setError;
            this.AudioAttributesCompatParcelizer = ((((((((hashCode + 527) * 31) + hashCode2) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) ((j2 >>> 32) ^ j2))) * 31) + Arrays.hashCode(this.setLabel);
        }
        return this.AudioAttributesCompatParcelizer;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || FormatInformation.class != obj.getClass()) {
            return false;
        }
        FormatInformation formatInformation = (FormatInformation) obj;
        return this.setFieldValue == formatInformation.setFieldValue && this.setError == formatInformation.setError && getLandmarkType.setError(this.RemoteActionCompatParcelizer, formatInformation.RemoteActionCompatParcelizer) && getLandmarkType.setError(this.setElement, formatInformation.setElement) && Arrays.equals(this.setLabel, formatInformation.setLabel);
    }

    public String toString() {
        return "EMSG: scheme=" + this.RemoteActionCompatParcelizer + ", id=" + this.setError + ", durationMs=" + this.setFieldValue + ", value=" + this.setElement;
    }

    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.RemoteActionCompatParcelizer);
        parcel.writeString(this.setElement);
        parcel.writeLong(this.setFieldValue);
        parcel.writeLong(this.setError);
        parcel.writeByteArray(this.setLabel);
    }
}