package defpackage;

import android.os.Process;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Date;
import java.util.Locale;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicLong;

/* JADX INFO: renamed from: ːʝˊ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1941 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public static final String f7723 = ᵥˇᵛˎ.ˆʤᵳ(UUID.randomUUID().toString() + System.currentTimeMillis());

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public static final AtomicLong f7724 = new AtomicLong(0);

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final String f7725;

    public C1941() {
        long time = new Date().getTime();
        ByteBuffer byteBufferAllocate = ByteBuffer.allocate(4);
        byteBufferAllocate.putInt((int) (time / 1000));
        byteBufferAllocate.order(ByteOrder.BIG_ENDIAN);
        byteBufferAllocate.position(0);
        byte[] bArrArray = byteBufferAllocate.array();
        byte b = bArrArray[0];
        byte b2 = bArrArray[1];
        byte b3 = bArrArray[2];
        byte b4 = bArrArray[3];
        byte[] bArrM5198 = m5198(time % 1000);
        byte b5 = bArrM5198[0];
        byte b6 = bArrM5198[1];
        byte[] bArrM51982 = m5198(f7724.incrementAndGet());
        byte b7 = bArrM51982[0];
        byte b8 = bArrM51982[1];
        byte[] bArrM51983 = m5198(Integer.valueOf(Process.myPid()).shortValue());
        String str = ᵥˇᵛˎ.ᵛˑﹳ(new byte[]{b, b2, b3, b4, b5, b6, b7, b8, bArrM51983[0], bArrM51983[1]});
        Locale locale = Locale.US;
        this.f7725 = String.format(locale, "%s%s%s%s", str.substring(0, 12), str.substring(12, 16), str.subSequence(16, 20), f7723.substring(0, 12)).toUpperCase(locale);
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static byte[] m5198(long j) {
        ByteBuffer byteBufferAllocate = ByteBuffer.allocate(2);
        byteBufferAllocate.putShort((short) j);
        byteBufferAllocate.order(ByteOrder.BIG_ENDIAN);
        byteBufferAllocate.position(0);
        return byteBufferAllocate.array();
    }

    public final String toString() {
        return this.f7725;
    }
}
