89.1 - Alpha (89201)

This commit is contained in:
Juby210 2021-08-18 08:27:30 +02:00
parent 3cc913dfb7
commit 045d7f5fac
1435 changed files with 25219 additions and 23203 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 89200
versionName "89.0 - Alpha"
versionCode 89201
versionName "89.1 - Alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89200" android:versionName="89.0 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="89201" android:versionName="89.1 - Alpha" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
@ -175,7 +175,7 @@
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="89.0.11-remove-gameaudio-param"/>
<activity android:theme="@style/res_2131952264_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<activity android:theme="@style/res_2131952265_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
<intent-filter>
<action android:name="android.service.chooser.ChooserTargetService"/>

View File

@ -4,30 +4,48 @@ import android.view.View;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.constraintlayout.widget.ConstraintLayout;
import androidx.constraintlayout.widget.Guideline;
import androidx.viewbinding.ViewBinding;
import com.discord.R;
import com.discord.utilities.view.text.LinkifiedTextView;
import com.facebook.drawee.view.SimpleDraweeView;
import com.discord.views.GuildView;
/* compiled from: ViewMobileReportsChannelPreviewBinding */
public final class j2 implements ViewBinding {
@NonNull
public final ConstraintLayout a;
@NonNull
public final TextView b;
public final GuildView b;
@NonNull
/* renamed from: c reason: collision with root package name */
public final SimpleDraweeView f112c;
public final TextView f112c;
@NonNull
public final LinkifiedTextView d;
public j2(@NonNull ConstraintLayout constraintLayout, @NonNull Guideline guideline, @NonNull TextView textView, @NonNull Guideline guideline2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull Guideline guideline3, @NonNull Guideline guideline4) {
public j2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) {
this.a = constraintLayout;
this.b = textView;
this.f112c = simpleDraweeView;
this.b = guildView;
this.f112c = textView;
this.d = linkifiedTextView;
}
@NonNull
public static j2 a(@NonNull View view) {
int i = R.id.image;
GuildView guildView = (GuildView) view.findViewById(R.id.image);
if (guildView != null) {
i = R.id.kicker;
TextView textView = (TextView) view.findViewById(R.id.kicker);
if (textView != null) {
i = R.id.text;
LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text);
if (linkifiedTextView != null) {
return new j2((ConstraintLayout) view, guildView, textView, linkifiedTextView);
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
@Override // androidx.viewbinding.ViewBinding
@NonNull
public View getRoot() {

View File

@ -219,7 +219,7 @@ public final class b {
m.checkNotNullParameter(objArr, "formatArgs");
m.checkNotNullParameter(renderContext, "renderContext");
Map<String, String> map = renderContext.a;
List<? extends Object> list = renderContext.f2057c;
List<? extends Object> list = renderContext.f2058c;
boolean z2 = true;
if (!map.isEmpty()) {
charSequence = a.replace(charSequence, new f(map));

View File

@ -38,7 +38,7 @@ public final class c extends Node.a<RenderContext> {
spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33);
}
}
Hook.a aVar2 = hook != null ? hook.f2056c : null;
Hook.a aVar2 = hook != null ? hook.f2057c : null;
if (aVar2 != null) {
aVar = aVar2;
} else if (URLUtil.isValidUrl(this.a)) {

View File

@ -24,10 +24,10 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
Pair<? extends Map<String, ? extends EncodeQuality>, ? extends RtcConnection.State> pair2 = pair;
m.checkNotNullParameter(pair2, "p1");
RtcConnection rtcConnection = (RtcConnection) this.receiver;
if (rtcConnection.Z) {
if (rtcConnection.f2121a0) {
Map map = (Map) pair2.component1();
if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) {
rtcConnection.T.i(rtcConnection.k, "local MediaSinkWants: " + map, null);
rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null);
a aVar = rtcConnection.v;
if (aVar == null) {
RtcConnection.o(rtcConnection, "onLocalMediaSinkWants() socket was null.", null, null, 6);
@ -39,7 +39,7 @@ public final /* synthetic */ class a0 extends k implements Function1<Pair<? exte
m.checkNotNullParameter(linkedHashMap, "wants");
aVar.b();
if (aVar.q >= 5) {
aVar.p(15, linkedHashMap);
aVar.o(15, linkedHashMap);
}
}
}

View File

@ -43,7 +43,7 @@ public final class b0 implements MediaEngineConnection.d {
rtcConnection.q = transportInfo;
MediaEngineConnection mediaEngineConnection2 = rtcConnection.w;
if (mediaEngineConnection2 != null) {
d dVar = new d(1000, rtcConnection.T, mediaEngineConnection2, new VoiceQuality(), rtcConnection.A, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
d dVar = new d(1000, rtcConnection.U, mediaEngineConnection2, new VoiceQuality(), rtcConnection.A, new KrispOveruseDetector(mediaEngineConnection2), 0, 64);
dVar.a.clear();
Subscription subscription = dVar.b;
if (subscription != null && !subscription.isUnsubscribed()) {
@ -53,13 +53,13 @@ public final class b0 implements MediaEngineConnection.d {
rtcConnection.n = dVar;
rtcConnection.o = false;
}
if (transportInfo.f2138c.ordinal() != 0) {
if (transportInfo.f2140c.ordinal() != 0) {
StringBuilder L = c.d.b.a.a.L("Unsupported protocol: ");
L.append(transportInfo.f2138c);
L.append(transportInfo.f2140c);
L.append('.');
RtcConnection.j(rtcConnection, true, L.toString(), null, false, 12);
} else {
rtcConnection.T.recordBreadcrumb("Sending UDP info to RTC server.", rtcConnection.k);
rtcConnection.U.recordBreadcrumb("Sending UDP info to RTC server.", rtcConnection.k);
c.a.q.n0.a aVar = rtcConnection.v;
if (aVar == null) {
RtcConnection.o(rtcConnection, "onEngineConnectionConnected() socket was null.", null, null, 6);
@ -77,7 +77,7 @@ public final class b0 implements MediaEngineConnection.d {
for (a aVar2 : list) {
arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f214c, aVar2.d, aVar2.e));
}
aVar.p(1, new Payloads.Protocol("udp", protocolInfo, arrayList));
aVar.o(1, new Payloads.Protocol("udp", protocolInfo, arrayList));
}
for (RtcConnection.c cVar : rtcConnection.m) {
cVar.onMediaEngineConnectionConnected(rtcConnection);
@ -109,8 +109,8 @@ public final class b0 implements MediaEngineConnection.d {
rtcConnection.q();
}
if (rtcConnection.r.a == RtcConnection.State.f.a) {
rtcConnection.C = Long.valueOf(rtcConnection.U.currentTimeMillis());
rtcConnection.H = true;
rtcConnection.C = Long.valueOf(rtcConnection.V.currentTimeMillis());
rtcConnection.I = true;
Map<String, Object> mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D)));
Long l = rtcConnection.B;
Long l2 = rtcConnection.C;
@ -120,7 +120,7 @@ public final class b0 implements MediaEngineConnection.d {
}
rtcConnection.b(mutableMapOf);
rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf);
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.w));
}
@ -171,9 +171,9 @@ public final class b0 implements MediaEngineConnection.d {
public void onSpeaking(long j, int i, boolean z2) {
c.a.q.n0.a aVar;
RtcConnection rtcConnection = this.a;
if (j == rtcConnection.R && (aVar = rtcConnection.v) != null) {
if (j == rtcConnection.S && (aVar = rtcConnection.v) != null) {
aVar.b();
aVar.p(5, new Payloads.Speaking(i, Integer.valueOf(z2 ? 1 : 0), 0, null, 8, null));
aVar.o(5, new Payloads.Speaking(i, Integer.valueOf(z2 ? 1 : 0), 0, null, 8, null));
}
for (RtcConnection.c cVar : rtcConnection.m) {
cVar.onSpeaking(j, z2);
@ -185,12 +185,12 @@ public final class b0 implements MediaEngineConnection.d {
m.checkNotNullParameter(streamParametersArr, "streams");
RtcConnection rtcConnection = this.a;
List<StreamParameters> asList = j.asList(streamParametersArr);
if (j == rtcConnection.R) {
if (j == rtcConnection.S) {
c.a.q.n0.a aVar = rtcConnection.v;
if (aVar == null) {
RtcConnection.o(rtcConnection, "sendVideo() socket was null.", null, null, 6);
} else {
rtcConnection.J = (long) i2;
rtcConnection.K = (long) i2;
if (i2 != 0) {
rtcConnection.o = true;
}
@ -211,9 +211,9 @@ public final class b0 implements MediaEngineConnection.d {
}
m.checkNotNullParameter(arrayList, "streams");
aVar.b();
aVar.p(12, new Payloads.Video(i, i2, i3, null, arrayList));
aVar.o(12, new Payloads.Video(i, i2, i3, null, arrayList));
}
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
mediaSinkWantsManager.b(new k(mediaSinkWantsManager, i2 != 0));
}

View File

@ -58,9 +58,15 @@ public final class h0 implements a.d {
}
MediaEngineConnection mediaEngineConnection2 = rtcConnection.w;
if (mediaEngineConnection2 != null) {
mediaEngineConnection2.o(rtcConnection.L);
mediaEngineConnection2.o(rtcConnection.M);
}
Long l = rtcConnection.F;
long currentTimeMillis = l != null ? rtcConnection.V.currentTimeMillis() - l.longValue() : 0;
boolean z3 = true;
boolean z4 = currentTimeMillis > 30000;
if ((num != null && num.intValue() == 1000) || z4) {
z3 = false;
}
boolean z3 = num == null || num.intValue() != 1000;
if (!(rtcConnection.r.a instanceof RtcConnection.State.d)) {
rtcConnection.n(z3, str);
d dVar = rtcConnection.n;
@ -70,16 +76,16 @@ public final class h0 implements a.d {
rtcConnection.n = null;
rtcConnection.o = false;
}
rtcConnection.f2125z = 0;
rtcConnection.f2127z = 0;
rtcConnection.C = null;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
mediaSinkWantsManager.b(new g(mediaSinkWantsManager));
}
rtcConnection.u(new RtcConnection.State.d(z3));
if (z3) {
long fail = rtcConnection.p.fail(new d0(rtcConnection));
Logger.w$default(rtcConnection.T, rtcConnection.k, "Disconnect was not clean! Reason: " + str + ", code: " + num + ". Reconnecting in " + (fail / ((long) 1000)) + " seconds.", null, 4, null);
Logger.w$default(rtcConnection.U, rtcConnection.k, "Disconnect was not clean! Reason: " + str + ", code: " + num + ". Reconnecting in " + (fail / ((long) 1000)) + " seconds.", null, 4, null);
}
}
@ -97,7 +103,7 @@ public final class h0 implements a.d {
public void d(String str) {
m.checkNotNullParameter(str, "mediaSessionId");
RtcConnection rtcConnection = this.a;
rtcConnection.I = str;
rtcConnection.J = str;
for (RtcConnection.c cVar : rtcConnection.m) {
cVar.onMediaSessionIdReceived();
rtcConnection.p(RtcConnection.AnalyticsEvent.MEDIA_SESSION_JOINED, new LinkedHashMap());
@ -124,9 +130,9 @@ public final class h0 implements a.d {
Logger.i$default(eVar.q, "VideoQuality: handleVideoStreamUpdate(userId: " + j + ", videoSsrc: " + j2 + ')', null, 2, null);
}
}
if (j != rtcConnection.R) {
if (j != rtcConnection.S) {
boolean z3 = false;
if (rtcConnection.F != null) {
if (rtcConnection.G != null) {
if (list != null) {
r3 = new ArrayList(o.collectionSizeOrDefault(list, 10));
for (Payloads.Stream stream : list) {
@ -145,8 +151,8 @@ public final class h0 implements a.d {
}
list2 = d0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, valueOf, valueOf2, null, Boolean.valueOf(z3), null));
}
rtcConnection.F.c(j, Long.valueOf((long) i));
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
rtcConnection.G.c(j, Long.valueOf((long) i));
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
Objects.requireNonNull(mediaSinkWantsManager);
m.checkNotNullParameter(list2, "ssrcs");
mediaSinkWantsManager.b(new l(mediaSinkWantsManager, list2, j));
@ -192,8 +198,8 @@ public final class h0 implements a.d {
Integer num;
m.checkNotNullParameter(map, "wants");
RtcConnection rtcConnection = this.a;
if (rtcConnection.F != null) {
long j = rtcConnection.J;
if (rtcConnection.G != null) {
long j = rtcConnection.K;
int intValue = (j == 0 || (num = map.get(String.valueOf(j))) == null) ? 0 : num.intValue();
Integer num2 = map.get("any");
int intValue2 = num2 != null ? num2.intValue() : 0;
@ -201,12 +207,12 @@ public final class h0 implements a.d {
intValue = intValue2 > 0 ? intValue2 : 100;
}
e.c cVar = null;
rtcConnection.T.i(rtcConnection.k, "remote MediaSinkWants: " + map + ", decided on encode quality " + intValue, null);
rtcConnection.U.i(rtcConnection.k, "remote MediaSinkWants: " + map + ", decided on encode quality " + intValue, null);
EncodeQuality[] values = EncodeQuality.values();
for (int i = 10; i >= 0; i--) {
EncodeQuality encodeQuality = values[i];
if (encodeQuality.getValue() <= intValue) {
e eVar = rtcConnection.F.j;
e eVar = rtcConnection.G.j;
j0 j0Var = eVar.e;
m.checkNotNullParameter(encodeQuality, "wantValue");
List<e.c> list = eVar.d;
@ -255,7 +261,7 @@ public final class h0 implements a.d {
r.removeFirst(rtcConnection.u);
}
if (j > ((long) 500)) {
rtcConnection.f2125z++;
rtcConnection.f2127z++;
}
double d = (double) j;
Objects.requireNonNull(RtcConnection.Quality.Companion);
@ -273,17 +279,17 @@ public final class h0 implements a.d {
public void i() {
RtcConnection rtcConnection = this.a;
rtcConnection.p.cancel();
rtcConnection.T.recordBreadcrumb("Connected to RTC server.", rtcConnection.k);
rtcConnection.U.recordBreadcrumb("Connected to RTC server.", rtcConnection.k);
a aVar = rtcConnection.v;
if (aVar == null) {
RtcConnection.o(rtcConnection, "onSocketConnect() socket was null.", null, null, 6);
return;
}
List listOf = d0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, null, null, null, null, null));
String str = rtcConnection.Q;
long j = rtcConnection.R;
String str2 = rtcConnection.O;
boolean z2 = rtcConnection.P;
String str = rtcConnection.R;
long j = rtcConnection.S;
String str2 = rtcConnection.P;
boolean z2 = rtcConnection.Q;
m.checkNotNullParameter(str, "serverId");
m.checkNotNullParameter(str2, "sessionId");
m.checkNotNullParameter(listOf, "streams");
@ -291,7 +297,7 @@ public final class h0 implements a.d {
aVar.f220s = str;
aVar.t = str2;
aVar.A = a.c.IDENTIFYING;
aVar.p(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf));
aVar.o(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf));
rtcConnection.u(RtcConnection.State.a.a);
}
@ -299,14 +305,14 @@ public final class h0 implements a.d {
public void j(long j) {
Map<String, Object> b;
RtcConnection rtcConnection = this.a;
if ((rtcConnection.V instanceof RtcConnection.d.a) && (b = rtcConnection.A.b(String.valueOf(j))) != null) {
if ((rtcConnection.W instanceof RtcConnection.d.a) && (b = rtcConnection.A.b(String.valueOf(j))) != null) {
rtcConnection.l(j, b);
}
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
mediaSinkWantsManager.c(j, null);
}
MediaSinkWantsManager mediaSinkWantsManager2 = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager2 = rtcConnection.G;
if (mediaSinkWantsManager2 != null) {
List emptyList = n.emptyList();
m.checkNotNullParameter(emptyList, "ssrcs");
@ -349,10 +355,10 @@ public final class h0 implements a.d {
if (isEmpty) {
arrayList2 = d0.t.m.listOf(new StreamParameters(MediaType.Video, "100", i2 + 1, i2 + 2, false, 0, 100, 0));
}
MediaEngine mediaEngine = rtcConnection.S;
long j = rtcConnection.R;
MediaEngine mediaEngine = rtcConnection.T;
long j = rtcConnection.S;
MediaEngine.a aVar = new MediaEngine.a(i2, str, i, arrayList2);
RtcConnection.d dVar = rtcConnection.V;
RtcConnection.d dVar = rtcConnection.W;
if (m.areEqual(dVar, RtcConnection.d.a.a)) {
type = MediaEngineConnection.Type.DEFAULT;
} else if (dVar instanceof RtcConnection.d.b) {
@ -365,7 +371,7 @@ public final class h0 implements a.d {
RtcConnection.o(rtcConnection, "onSocketHello(): connect() return null.", null, null, 6);
return;
}
g.l(rtcConnection.L);
g.l(rtcConnection.M);
rtcConnection.w = g;
}
@ -384,12 +390,12 @@ public final class h0 implements a.d {
@Override // c.a.q.n0.a.d
public void onSpeaking(long j, int i, boolean z2) {
RtcConnection rtcConnection = this.a;
if (j != rtcConnection.R) {
if (j != rtcConnection.S) {
MediaEngineConnection mediaEngineConnection = rtcConnection.w;
if (mediaEngineConnection != null) {
mediaEngineConnection.s(j, i, null, rtcConnection.g(j), rtcConnection.h(j));
}
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F;
MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G;
if (mediaSinkWantsManager != null) {
mediaSinkWantsManager.c(j, Long.valueOf((long) i));
}

View File

@ -34,7 +34,7 @@ public final class j extends o implements Function0<Unit> {
Long l2 = this.$userId;
if (l2 == null) {
this.this$0.e = null;
} else if (this.this$0.f2118c.contains(l2)) {
} else if (this.this$0.f2119c.contains(l2)) {
MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0;
Long l3 = this.$userId;
mediaSinkWantsManager2.e = l3;

View File

@ -20,7 +20,7 @@ public final class f extends ContentObserver {
DiscordAudioManager discordAudioManager = this.a;
int streamVolume = discordAudioManager.e.getStreamVolume(3);
discordAudioManager.w = streamVolume;
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2131y;
SerializedSubject<Integer, Integer> serializedSubject = discordAudioManager.f2133y;
serializedSubject.j.onNext(Integer.valueOf(streamVolume));
}
}

View File

@ -96,10 +96,10 @@ public final class l extends o implements Function0<Unit> {
}
if (arrayList2.isEmpty()) {
this.this$0.b.remove(Long.valueOf(this.$userId));
this.this$0.f2118c.remove(Long.valueOf(this.$userId));
this.this$0.f2119c.remove(Long.valueOf(this.$userId));
} else {
this.this$0.b.put(Long.valueOf(this.$userId), arrayList2);
this.this$0.f2118c.add(Long.valueOf(this.$userId));
this.this$0.f2119c.add(Long.valueOf(this.$userId));
}
this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId)));
return Unit.a;

View File

@ -216,7 +216,7 @@ public final class b extends ScreenCapturerAndroid {
if (thumbnailEmitter != null) {
synchronized (thumbnailEmitter) {
thumbnailEmitter.d.release();
thumbnailEmitter.f2141c.release();
thumbnailEmitter.f2143c.release();
JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b);
thumbnailEmitter.a = RecyclerView.FOREVER_NS;
}

View File

@ -291,7 +291,7 @@ public final class e implements MediaEngineConnection {
Connection connection2 = connection;
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b);
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2140c);
connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2142c);
connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a);
connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1);
connection2.setVADUseKrisp(this.$inputModeOptions.e);
@ -434,7 +434,7 @@ public final class e implements MediaEngineConnection {
Connection connection2 = connection;
d0.z.d.m.checkNotNullParameter(connection2, "$receiver");
MediaEngineConnection.b bVar = this.$quality;
connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2139c, bVar.d, this.$framerate);
connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2141c, bVar.d, this.$framerate);
return Unit.a;
}
}
@ -571,7 +571,7 @@ public final class e implements MediaEngineConnection {
this.e = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a)));
int i2 = aVar.a;
String str = aVar.b;
int i3 = aVar.f2137c;
int i3 = aVar.f2139c;
Object[] array = aVar.d.toArray(new StreamParameters[0]);
Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array<T>");
Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this));

View File

@ -366,7 +366,7 @@ public final class k implements MediaEngine {
discord2.setEchoCancellation(z2);
}
k kVar3 = this.this$0;
boolean z4 = voiceConfig.f2136c;
boolean z4 = voiceConfig.f2138c;
Discord discord3 = kVar3.f;
if (discord3 != null) {
discord3.setNoiseSuppression(z4);

View File

@ -5,7 +5,6 @@ import android.os.Looper;
import android.os.Process;
import androidx.annotation.AnyThread;
import androidx.core.app.NotificationCompat;
import androidx.core.view.PointerIconCompat;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.discord.models.domain.ModelAuditLogEntry;
import com.discord.rtcconnection.socket.io.Opcodes;
@ -31,7 +30,6 @@ import java.util.Timer;
import java.util.TimerTask;
import java.util.concurrent.CopyOnWriteArraySet;
import java.util.concurrent.TimeUnit;
import javax.net.ssl.SSLException;
import javax.net.ssl.SSLSocketFactory;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
@ -197,7 +195,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
@Override // java.util.TimerTask, java.lang.Runnable
public void run() {
this.i.o(new C0041a(this));
this.i.n(new C0041a(this));
}
}
@ -247,20 +245,10 @@ public final class a extends WebSocketListener implements DebugPrintable {
/* renamed from: invoke */
public Unit mo1invoke() {
if (!(!m.areEqual(this.$webSocket, this.this$0.r))) {
if (this.$t instanceof SSLException) {
a.d(this.this$0, null, 1);
a aVar = this.this$0;
aVar.b();
for (d dVar : aVar.p) {
m.checkNotNullExpressionValue(dVar, "it");
dVar.b(false, Integer.valueOf((int) PointerIconCompat.TYPE_CONTEXT_MENU), null);
}
} else {
a aVar2 = this.this$0;
StringBuilder L = c.d.b.a.a.L("An error with the websocket occurred: ");
L.append(this.$t.getMessage());
a.a(aVar2, true, null, L.toString());
}
a aVar = this.this$0;
StringBuilder L = c.d.b.a.a.L("An error with the websocket occurred: ");
L.append(this.$t.getMessage());
a.a(aVar, true, null, L.toString());
}
return Unit.a;
}
@ -296,7 +284,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
long currentTimeMillis = aVar.H.currentTimeMillis();
Long l = aVar.f223z;
long longValue = currentTimeMillis - (l != null ? l.longValue() : 0);
aVar.k("[READY] took " + longValue + " ms");
aVar.j("[READY] took " + longValue + " ms");
aVar.b();
for (d dVar : aVar.p) {
m.checkNotNullExpressionValue(dVar, "it");
@ -305,7 +293,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
break;
case 3:
a aVar2 = this.this$0;
aVar2.p(3, String.valueOf(aVar2.H.currentTimeMillis()));
aVar2.o(3, String.valueOf(aVar2.H.currentTimeMillis()));
break;
case 4:
a aVar3 = this.this$0;
@ -348,7 +336,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
long longValue2 = ((Number) c5).longValue();
long currentTimeMillis2 = aVar5.H.currentTimeMillis();
long j = currentTimeMillis2 - longValue2;
aVar5.j("got heartbeat ack after " + j + " ms");
aVar5.i("got heartbeat ack after " + j + " ms");
aVar5.f221x = Long.valueOf(currentTimeMillis2);
aVar5.v = true;
aVar5.b();
@ -364,7 +352,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
a aVar6 = this.this$0;
StringBuilder L = c.d.b.a.a.L("unknown opcode: ");
L.append(this.$message.getOpcode());
aVar6.k(L.toString());
aVar6.j(L.toString());
break;
case 8:
a aVar7 = this.this$0;
@ -375,12 +363,12 @@ public final class a extends WebSocketListener implements DebugPrintable {
if (timerTask != null) {
timerTask.cancel();
}
aVar7.k("[HELLO] raw: " + hello);
aVar7.j("[HELLO] raw: " + hello);
aVar7.u = Long.valueOf(hello.getHeartbeatIntervalMs());
aVar7.q = hello.getServerVersion();
aVar7.w.cancel();
aVar7.v = true;
aVar7.m();
aVar7.l();
break;
case 9:
this.this$0.o.succeed();
@ -484,16 +472,16 @@ public final class a extends WebSocketListener implements DebugPrintable {
L.append(aVar.B);
L.append(" -- isHeartbeatRecentEnough: ");
L.append(z2);
aVar.h(false, 4801, L.toString());
aVar.g(false, 4801, L.toString());
} else {
aVar.k("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str);
aVar.j("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str);
aVar.b();
for (d dVar2 : aVar.p) {
m.checkNotNullExpressionValue(dVar2, "it");
dVar2.h();
}
aVar.A = c.RESUMING;
aVar.p(7, new Payloads.Resume(str3, str, str2));
aVar.o(7, new Payloads.Resume(str3, str, str2));
}
}
a aVar2 = this.this$0;
@ -504,7 +492,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
a aVar3 = this.this$0;
StringBuilder L2 = c.d.b.a.a.L("[CONNECTED] to ");
L2.append(this.this$0.C);
aVar3.k(L2.toString());
aVar3.j(L2.toString());
a aVar4 = this.this$0;
aVar4.b();
for (d dVar3 : aVar4.p) {
@ -565,22 +553,17 @@ public final class a extends WebSocketListener implements DebugPrintable {
public static final void a(a aVar, boolean z2, Integer num, String str) {
aVar.A = c.DISCONNECTED;
if ((num != null && num.intValue() == 4004) || ((num != null && num.intValue() == 4015) || ((num != null && num.intValue() == 4011) || (num != null && num.intValue() == 4006)))) {
aVar.h(true, num, str);
aVar.g(true, num, str);
} else if (aVar.o.hasReachedFailureThreshold()) {
aVar.l("[WS CLOSED] Backoff exceeded. Resetting.");
aVar.h(z2, num, str);
aVar.k("[WS CLOSED] Backoff exceeded. Resetting.");
aVar.g(z2, num, str);
} else {
aVar.c(null);
String H = c.d.b.a.a.H(new Object[]{Double.valueOf(((double) aVar.o.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)");
aVar.l("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + H + " seconds.");
aVar.k("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + H + " seconds.");
}
}
public static /* synthetic */ void d(a aVar, Function1 function1, int i2) {
int i3 = i2 & 1;
aVar.c(null);
}
public final void b() {
c.a.q.c cVar = this.G;
Objects.requireNonNull(cVar);
@ -607,21 +590,9 @@ public final class a extends WebSocketListener implements DebugPrintable {
this.r = null;
}
@Override // com.discord.utilities.debug.DebugPrintable
public void debugPrint(DebugPrintBuilder debugPrintBuilder) {
m.checkNotNullParameter(debugPrintBuilder, "dp");
debugPrintBuilder.appendKeyValue("serverId", this.f220s);
debugPrintBuilder.appendKeyValue("sessionId", this.t);
debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u);
debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f221x);
debugPrintBuilder.appendKeyValue("connectionStartTime", this.f223z);
debugPrintBuilder.appendKeyValue("connectionState", this.A);
debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B));
}
public final void e() {
public final void d() {
b();
k("[CLOSE]");
j("[CLOSE]");
c(e.i);
this.f220s = null;
this.t = null;
@ -634,14 +605,26 @@ public final class a extends WebSocketListener implements DebugPrintable {
}
}
public final boolean f() {
@Override // com.discord.utilities.debug.DebugPrintable
public void debugPrint(DebugPrintBuilder debugPrintBuilder) {
m.checkNotNullParameter(debugPrintBuilder, "dp");
debugPrintBuilder.appendKeyValue("serverId", this.f220s);
debugPrintBuilder.appendKeyValue("sessionId", this.t);
debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u);
debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f221x);
debugPrintBuilder.appendKeyValue("connectionStartTime", this.f223z);
debugPrintBuilder.appendKeyValue("connectionState", this.A);
debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B));
}
public final boolean e() {
b();
if (this.A != c.DISCONNECTED) {
l("Cannot start a new connection, connection state is not disconnected");
k("Cannot start a new connection, connection state is not disconnected");
return false;
}
this.A = c.CONNECTING;
g();
f();
b();
for (d dVar : this.p) {
m.checkNotNullExpressionValue(dVar, "it");
@ -650,10 +633,10 @@ public final class a extends WebSocketListener implements DebugPrintable {
return true;
}
public final void g() {
public final void f() {
StringBuilder L = c.d.b.a.a.L("[CONNECT] ");
L.append(this.C);
k(L.toString());
j(L.toString());
if (this.r != null) {
this.F.e(this.l, "Connect called with already existing websocket", null, null);
c(f.i);
@ -671,19 +654,19 @@ public final class a extends WebSocketListener implements DebugPrintable {
aVar.a(1, TimeUnit.MINUTES);
SSLSocketFactory sSLSocketFactory = this.E;
if (sSLSocketFactory != null) {
h.a aVar2 = f0.e0.k.h.f2789c;
h.a aVar2 = f0.e0.k.h.f2791c;
aVar.b(sSLSocketFactory, f0.e0.k.h.a.n());
}
String D = c.d.b.a.a.D(new StringBuilder(), this.C, "?v=5");
k("attempting WSS connection with " + D);
j("attempting WSS connection with " + D);
x xVar = new x(aVar);
Request.a aVar3 = new Request.a();
aVar3.f(D);
this.r = xVar.g(aVar3.a(), this);
}
public final void h(boolean z2, Integer num, String str) {
l("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')');
public final void g(boolean z2, Integer num, String str) {
k("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')');
c(null);
this.f220s = null;
this.t = null;
@ -696,40 +679,40 @@ public final class a extends WebSocketListener implements DebugPrintable {
}
}
public final void i(long j2, String str, boolean z2) {
public final void h(long j2, String str, boolean z2) {
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON);
b();
if (this.r != null) {
k("Performing an immediate heartbeat on existing socket: " + str);
j("Performing an immediate heartbeat on existing socket: " + str);
this.w.cancel();
b bVar = new b(this);
this.w = bVar;
this.n.schedule(bVar, j2);
} else if (!z2) {
k("Immediate heartbeat requested, but is disconnected and a reset was not requested: " + str);
j("Immediate heartbeat requested, but is disconnected and a reset was not requested: " + str);
} else if (this.o.isPending() && this.r == null) {
k("Connection backoff reset Immediate heartbeat when socket was disconnected.");
j("Connection backoff reset Immediate heartbeat when socket was disconnected.");
this.o.succeed();
n(false, 4802, "Reset backoff.");
m(false, 4802, "Reset backoff.");
}
}
public final void j(String str) {
public final void i(String str) {
Logger.d$default(this.F, this.l, str, null, 4, null);
}
public final void k(String str) {
public final void j(String str) {
Logger.i$default(this.F, this.l, str, null, 4, null);
}
public final void l(String str) {
public final void k(String str) {
Logger.w$default(this.F, this.l, str, null, 4, null);
}
public final void m() {
public final void l() {
if (this.v) {
this.v = false;
p(3, String.valueOf(this.H.currentTimeMillis()));
o(3, String.valueOf(this.H.currentTimeMillis()));
Long l2 = this.u;
if (l2 != null) {
b bVar = new b(this);
@ -737,25 +720,25 @@ public final class a extends WebSocketListener implements DebugPrintable {
this.n.schedule(bVar, l2.longValue());
return;
}
l("onHeartbeatInterval called when heartbeatInterval was null");
k("onHeartbeatInterval called when heartbeatInterval was null");
return;
}
c(d.i);
String H = c.d.b.a.a.H(new Object[]{Double.valueOf(((double) this.o.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)");
l("[ACK TIMEOUT] reconnecting in " + H + " seconds.");
k("[ACK TIMEOUT] reconnecting in " + H + " seconds.");
}
public final void n(boolean z2, Integer num, String str) {
k("[RECONNECT] wasFatal=" + z2 + " code=" + num + " reason=" + str);
public final void m(boolean z2, Integer num, String str) {
j("[RECONNECT] wasFatal=" + z2 + " code=" + num + " reason=" + str);
c(l.i);
this.A = c.RECONNECTING;
g();
f();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARNING: Unknown variable types count: 1 */
@AnyThread
public final void o(Function0<Unit> function0) {
public final void n(Function0<Unit> function0) {
c.a.q.c cVar = this.G;
if (function0 != null) {
function0 = new f(function0);
@ -763,12 +746,30 @@ public final class a extends WebSocketListener implements DebugPrintable {
cVar.k.execute((Runnable) function0);
}
public final void o(int i2, Object obj) {
WebSocket webSocket = this.r;
if (webSocket == null) {
StringBuilder L = c.d.b.a.a.L("opcode() websocket null. opcode: ");
L.append(Opcodes.INSTANCE.getNameOf(i2));
this.F.e(this.l, L.toString(), null, null);
return;
}
try {
String m = this.m.m(new Payloads.Outgoing(i2, obj));
i("sending (" + Opcodes.INSTANCE.getNameOf(i2) + "): " + m);
m.checkNotNullExpressionValue(m, "json");
webSocket.a(m);
} catch (Exception unused) {
k("exception sending opcode: " + i2 + " and payload: " + obj);
}
}
@Override // okhttp3.WebSocketListener
public void onClosed(WebSocket webSocket, int i2, String str) {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON);
super.onClosed(webSocket, i2, str);
o(new h(this, webSocket, i2, str));
n(new h(this, webSocket, i2, str));
}
@Override // okhttp3.WebSocketListener
@ -783,7 +784,7 @@ public final class a extends WebSocketListener implements DebugPrintable {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(th, "t");
super.onFailure(webSocket, th, response);
o(new i(this, webSocket, th));
n(new i(this, webSocket, th));
}
@Override // okhttp3.WebSocketListener
@ -796,8 +797,8 @@ public final class a extends WebSocketListener implements DebugPrintable {
L.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode()));
L.append("): ");
L.append(incoming);
j(L.toString());
o(new j(this, webSocket, incoming));
i(L.toString());
n(new j(this, webSocket, incoming));
}
@Override // okhttp3.WebSocketListener
@ -805,24 +806,6 @@ public final class a extends WebSocketListener implements DebugPrintable {
m.checkNotNullParameter(webSocket, "webSocket");
m.checkNotNullParameter(response, "response");
super.onOpen(webSocket, response);
o(new k(this, webSocket));
}
public final void p(int i2, Object obj) {
WebSocket webSocket = this.r;
if (webSocket == null) {
StringBuilder L = c.d.b.a.a.L("opcode() websocket null. opcode: ");
L.append(Opcodes.INSTANCE.getNameOf(i2));
this.F.e(this.l, L.toString(), null, null);
return;
}
try {
String m = this.m.m(new Payloads.Outgoing(i2, obj));
j("sending (" + Opcodes.INSTANCE.getNameOf(i2) + "): " + m);
m.checkNotNullExpressionValue(m, "json");
webSocket.a(m);
} catch (Exception unused) {
l("exception sending opcode: " + i2 + " and payload: " + obj);
}
n(new k(this, webSocket));
}
}

View File

@ -24,7 +24,7 @@ public final class b extends TimerTask {
public Unit mo1invoke() {
a aVar = this.this$0.i;
int i = a.i;
aVar.m();
aVar.l();
return Unit.a;
}
}
@ -35,6 +35,6 @@ public final class b extends TimerTask {
@Override // java.util.TimerTask, java.lang.Runnable
public void run() {
this.i.o(new a(this));
this.i.n(new a(this));
}
}

View File

@ -28,7 +28,7 @@ public final class c extends o implements Function0<Unit> {
Integer num = this.$code;
String str = this.$reason;
int i = a.i;
aVar.n(z2, num, str);
aVar.m(z2, num, str);
return Unit.a;
}
}

View File

@ -19,7 +19,7 @@ public final class e extends o implements Function0<Unit> {
public Unit mo1invoke() {
a aVar = this.this$0;
int i = a.i;
aVar.n(true, 4800, "Heartbeat timeout.");
aVar.m(true, 4800, "Heartbeat timeout.");
return Unit.a;
}
}

View File

@ -29,9 +29,9 @@ public final class o extends d0.z.d.o implements Function0<Unit> {
if (aVar == null) {
RtcConnection.o(rtcConnection, "handleConnectivityChange() socket was null.", null, null, 6);
} else if (booleanValue) {
aVar.i(5000, "network detected online", true);
aVar.h(5000, "network detected online", true);
} else {
aVar.i(15000, "network detected offline", false);
aVar.h(15000, "network detected offline", false);
}
return Unit.a;
}

View File

@ -122,13 +122,13 @@ public final /* synthetic */ class a extends k implements Function1<Stats, Unit>
if (booleanValue) {
krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE);
} else if (longValue == 0) {
int i = krispOveruseDetector.f2117c + 1;
krispOveruseDetector.f2117c = i;
int i = krispOveruseDetector.f2118c + 1;
krispOveruseDetector.f2118c = i;
if (i > 2) {
krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED);
}
} else {
krispOveruseDetector.f2117c = 0;
krispOveruseDetector.f2118c = 0;
}
}
krispOveruseDetector.b = stats2.getOutboundRtpAudio();

View File

@ -1,6 +1,7 @@
package c.a.q;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.m;
import rx.functions.Action1;
/* compiled from: RtcConnection.kt */
public final class p<T> implements Action1<Boolean> {
@ -13,6 +14,10 @@ public final class p<T> implements Action1<Boolean> {
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // rx.functions.Action1
public void call(Boolean bool) {
this.i.s(new o(this, bool));
Boolean bool2 = bool;
this.i.s(new o(this, bool2));
RtcConnection rtcConnection = this.i;
m.checkNotNullExpressionValue(bool2, "isConnected");
rtcConnection.F = bool2.booleanValue() ? null : Long.valueOf(this.i.V.currentTimeMillis());
}
}

View File

@ -13,6 +13,6 @@ public final class r extends RtcConnection.b {
@Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c
public void onStateChange(RtcConnection.StateChange stateChange) {
m.checkNotNullParameter(stateChange, "stateChange");
this.i.f2122s.onNext(stateChange);
this.i.f2124s.onNext(stateChange);
}
}

View File

@ -34,7 +34,7 @@ public final class s extends o implements Function0<Unit> {
if (str == null || str.length() == 0) {
a aVar = rtcConnection.v;
if (aVar != null) {
aVar.e();
aVar.d();
}
rtcConnection.u(RtcConnection.State.b.a);
} else {
@ -43,7 +43,7 @@ public final class s extends o implements Function0<Unit> {
String replace$default2 = t.replace$default(t, ":80", ":443", false, 4, (Object) null);
a aVar2 = rtcConnection.v;
if (aVar2 != null) {
aVar2.e();
aVar2.d();
}
if (rtcConnection.t) {
RtcConnection.j(rtcConnection, false, "Connect called on destroyed instance.", null, false, 4);
@ -53,16 +53,16 @@ public final class s extends o implements Function0<Unit> {
rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2);
try {
URI uri = new URI(t);
rtcConnection.f2123x = uri.getHost();
rtcConnection.f2124y = Integer.valueOf(uri.getPort());
rtcConnection.f2125x = uri.getHost();
rtcConnection.f2126y = Integer.valueOf(uri.getPort());
} catch (Exception e) {
rtcConnection.T.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
rtcConnection.U.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default)));
}
a aVar3 = new a(replace$default2, str2, sSLSocketFactory, rtcConnection.T, rtcConnection.S.c(), rtcConnection.U, rtcConnection.k);
h0 h0Var = rtcConnection.K;
a aVar3 = new a(replace$default2, str2, sSLSocketFactory, rtcConnection.U, rtcConnection.T.c(), rtcConnection.V, rtcConnection.k);
h0 h0Var = rtcConnection.L;
m.checkNotNullParameter(h0Var, "listener");
aVar3.p.add(h0Var);
aVar3.f();
aVar3.e();
rtcConnection.v = aVar3;
}
}

View File

@ -27,10 +27,10 @@ public final class w extends o implements Function0<Unit> {
/* renamed from: invoke */
public Unit mo1invoke() {
RtcConnection rtcConnection = this.this$0;
rtcConnection.B = Long.valueOf(rtcConnection.U.currentTimeMillis());
rtcConnection.B = Long.valueOf(rtcConnection.V.currentTimeMillis());
RtcConnection rtcConnection2 = this.this$0;
rtcConnection2.D++;
rtcConnection2.E = rtcConnection2.S.a().c0(2, TimeUnit.SECONDS).W(new t(this), new v(this));
rtcConnection2.E = rtcConnection2.T.a().c0(2, TimeUnit.SECONDS).W(new t(this), new v(this));
return Unit.a;
}
}

View File

@ -77,7 +77,7 @@ public final class b extends k implements Function2<CoroutineScope, Continuation
}
String joinToString$default = u.joinToString$default(arrayList, "&", null, null, 0, null, null, 62, null);
RequestBody.Companion companion = RequestBody.Companion;
MediaType.a aVar = MediaType.f2906c;
MediaType.a aVar = MediaType.f2908c;
RequestBody a = companion.a(joinToString$default, MediaType.a.a(ShareTarget.ENCODING_TYPE_URL_ENCODED));
Request.a aVar2 = new Request.a();
m.checkParameterIsNotNull(a, "body");

View File

@ -22,14 +22,14 @@ public final class c0 implements Serializable {
charSequence = (i & 2) != 0 ? null : charSequence;
num = (i & 4) != 0 ? null : num;
str2 = (i & 8) != 0 ? null : str2;
num2 = (i & 16) != 0 ? null : num2;
int i2 = i & 16;
num3 = (i & 32) != 0 ? null : num3;
int i2 = i & 64;
int i3 = i & 64;
this.title = str;
this.description = charSequence;
this.iconRes = num;
this.iconUri = str2;
this.iconTint = num2;
this.iconTint = null;
this.titleTextColor = num3;
this.titleEndIcon = null;
}

View File

@ -41,14 +41,11 @@ public final class a extends MGRecyclerViewHolder<c, d> {
m.checkNotNullParameter(dVar2, "data");
super.onConfigure(i, dVar2);
d.a aVar = (d.a) dVar2;
long j = aVar.k;
String str = aVar.l;
String str2 = aVar.m;
SimpleDraweeView simpleDraweeView = this.a.b;
m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar");
SimpleDraweeViewExtensionsKt.setUserIcon$default(simpleDraweeView, Long.valueOf(j), str, null, false, R.dimen.avatar_size_medium, 12, null);
SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.k, false, R.dimen.avatar_size_medium, aVar.l, 2, null);
TextView textView = this.a.f70c;
m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName");
textView.setText(str2);
textView.setText(aVar.m);
}
}

View File

@ -1,5 +1,7 @@
package c.a.y.l0.c;
import com.discord.models.member.GuildMember;
import com.discord.models.user.User;
import com.discord.utilities.mg_recycler.MGRecyclerDataPayload;
import d0.z.d.m;
import kotlin.jvm.internal.DefaultConstructorMarker;
@ -10,20 +12,21 @@ public abstract class d implements MGRecyclerDataPayload {
/* compiled from: SpeakersItem.kt */
public static final class a extends d {
public final long k;
public final String l;
public final User k;
public final GuildMember l;
public final String m;
public final String n;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public a(long j, String str, String str2, String str3) {
super(String.valueOf(j), 0, null);
m.checkNotNullParameter(str2, "displayName");
m.checkNotNullParameter(str3, "positionKey");
this.k = j;
this.l = str;
this.m = str2;
this.n = str3;
public a(User user, GuildMember guildMember, String str, String str2) {
super(String.valueOf(user.getId()), 0, null);
m.checkNotNullParameter(user, "user");
m.checkNotNullParameter(str, "displayName");
m.checkNotNullParameter(str2, "positionKey");
this.k = user;
this.l = guildMember;
this.m = str;
this.n = str2;
}
public boolean equals(Object obj) {
@ -34,27 +37,28 @@ public abstract class d implements MGRecyclerDataPayload {
return false;
}
a aVar = (a) obj;
return this.k == aVar.k && m.areEqual(this.l, aVar.l) && m.areEqual(this.m, aVar.m) && m.areEqual(this.n, aVar.n);
return m.areEqual(this.k, aVar.k) && m.areEqual(this.l, aVar.l) && m.areEqual(this.m, aVar.m) && m.areEqual(this.n, aVar.n);
}
public int hashCode() {
int a = a0.a.a.b.a(this.k) * 31;
String str = this.l;
User user = this.k;
int i = 0;
int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31;
String str2 = this.m;
int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
String str3 = this.n;
if (str3 != null) {
i = str3.hashCode();
int hashCode = (user != null ? user.hashCode() : 0) * 31;
GuildMember guildMember = this.l;
int hashCode2 = (hashCode + (guildMember != null ? guildMember.hashCode() : 0)) * 31;
String str = this.m;
int hashCode3 = (hashCode2 + (str != null ? str.hashCode() : 0)) * 31;
String str2 = this.n;
if (str2 != null) {
i = str2.hashCode();
}
return hashCode2 + i;
return hashCode3 + i;
}
public String toString() {
StringBuilder L = c.d.b.a.a.L("IndividualSpeakerItem(userId=");
StringBuilder L = c.d.b.a.a.L("IndividualSpeakerItem(user=");
L.append(this.k);
L.append(", userAvatar=");
L.append(", guildMember=");
L.append(this.l);
L.append(", displayName=");
L.append(this.m);

View File

@ -77,8 +77,8 @@ public abstract class c {
q(fVar, replace2, arrayList, w.i);
n(fVar, replace2, arrayList, w.g);
q(fVar, replace2, arrayList, w.g);
n(fVar, replace2, arrayList, w.f2856c);
q(fVar, replace2, arrayList, w.f2856c);
n(fVar, replace2, arrayList, w.f2858c);
q(fVar, replace2, arrayList, w.f2858c);
o(fVar, replace2, arrayList);
cls2 = b.a(s2, fVar.b());
}

View File

@ -311,13 +311,13 @@ public class c extends AbstractDraweeController<CloseableReference<c.f.j.j.c>, I
ImageRequest imageRequest = this.I;
ImageRequest imageRequest2 = this.K;
ImageRequest[] imageRequestArr = this.J;
if (imageRequest == null || (uri = imageRequest.f2225c) == null) {
if (imageRequest == null || (uri = imageRequest.f2227c) == null) {
if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) {
ImageRequest imageRequest3 = imageRequestArr[0];
uri = imageRequest3 != null ? imageRequest3.f2225c : null;
uri = imageRequest3 != null ? imageRequest3.f2227c : null;
}
if (imageRequest2 != null) {
return imageRequest2.f2225c;
return imageRequest2.f2227c;
}
return null;
}

View File

@ -85,7 +85,7 @@ public class d extends AbstractDraweeControllerBuilder<d, ImageRequest, Closeabl
c.f.j.r.b.b();
try {
DraweeController draweeController = this.n;
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2212c.getAndIncrement());
String valueOf = String.valueOf(AbstractDraweeControllerBuilder.f2214c.getAndIncrement());
if (draweeController instanceof c) {
cVar = (c) draweeController;
} else {

View File

@ -30,7 +30,7 @@ public class b extends g implements f0 {
if (!draweeHolder.a) {
a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString());
draweeHolder.b = true;
draweeHolder.f2216c = true;
draweeHolder.f2218c = true;
draweeHolder.b();
}
}

View File

@ -156,7 +156,7 @@ public class f {
Objects.requireNonNull((z) this.g);
Executor executor = z.g.a;
if (eVar instanceof Boolean) {
return ((Boolean) eVar).booleanValue() ? z.g.f2937c : z.g.d;
return ((Boolean) eVar).booleanValue() ? z.g.f2939c : z.g.d;
}
z.g<e> gVar = new z.g<>();
if (gVar.h(eVar)) {

View File

@ -9,11 +9,11 @@ public class n implements i {
public static n a;
public CacheKey a(ImageRequest imageRequest, Object obj) {
return new b(imageRequest.f2225c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
return new b(imageRequest.f2227c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj);
}
public CacheKey b(ImageRequest imageRequest, Object obj) {
return new f(imageRequest.f2225c.toString());
return new f(imageRequest.f2227c.toString());
}
public CacheKey c(ImageRequest imageRequest, Object obj) {
@ -28,6 +28,6 @@ public class n implements i {
cacheKey = null;
str = null;
}
return new b(imageRequest.f2225c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
return new b(imageRequest.f2227c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj);
}
}

View File

@ -262,7 +262,7 @@ public class v<K, V> implements m<K, V>, w<K, V> {
MemoryCacheParams memoryCacheParams = this.f;
int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e());
MemoryCacheParams memoryCacheParams2 = this.f;
p = p(min, Math.min(memoryCacheParams2.f2218c, memoryCacheParams2.a - f()));
p = p(min, Math.min(memoryCacheParams2.f2220c, memoryCacheParams2.a - f()));
h(p);
}
i(p);

View File

@ -17,7 +17,7 @@ public class c implements f {
public h a(DiskCacheConfig diskCacheConfig) {
Objects.requireNonNull(this.a);
e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2206c, diskCacheConfig.b, diskCacheConfig.h);
e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2208c, diskCacheConfig.b, diskCacheConfig.h);
ExecutorService newSingleThreadExecutor = Executors.newSingleThreadExecutor();
return new d(eVar, diskCacheConfig.g, new d.c(diskCacheConfig.f, diskCacheConfig.e, diskCacheConfig.d), diskCacheConfig.i, diskCacheConfig.h, diskCacheConfig.j, newSingleThreadExecutor, false);
}

View File

@ -85,7 +85,7 @@ public class h {
ImageRequest.c f = ImageRequest.c.f(imageRequest.m, cVar);
String valueOf = String.valueOf(this.i.getAndIncrement());
if (!imageRequest.f) {
if (c.f.d.l.b.e(imageRequest.f2225c)) {
if (c.f.d.l.b.e(imageRequest.f2227c)) {
z2 = false;
c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l);
c.f.j.r.b.b();

View File

@ -153,7 +153,7 @@ public class p {
try {
b.b();
Objects.requireNonNull(imageRequest);
Uri uri = imageRequest.f2225c;
Uri uri = imageRequest.f2227c;
AnimatableValueParser.y(uri, "Uri is null.");
int i = imageRequest.d;
if (i != 0) {
@ -247,7 +247,7 @@ public class p {
}
}
}
if (this.m && imageRequest.f2226s > 0) {
if (this.m && imageRequest.f2228s > 0) {
synchronized (this) {
oVar = new o(r0Var, this.b.j.g());
}

View File

@ -19,7 +19,7 @@ public class a1 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
return c(this.f469c.openInputStream(imageRequest.f2225c), -1);
return c(this.f469c.openInputStream(imageRequest.f2227c), -1);
}
@Override // c.f.j.p.g0

View File

@ -45,7 +45,7 @@ public class d implements w0 {
HashMap hashMap = new HashMap();
this.h = hashMap;
hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str);
hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2225c);
hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2227c);
this.d = str2;
this.e = y0Var;
this.f = obj;

View File

@ -25,10 +25,10 @@ public class d0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
int i;
InputStream open = this.f475c.open(imageRequest.f2225c.getPath().substring(1), 2);
InputStream open = this.f475c.open(imageRequest.f2227c.getPath().substring(1), 2);
AssetFileDescriptor assetFileDescriptor = null;
try {
assetFileDescriptor = this.f475c.openFd(imageRequest.f2225c.getPath().substring(1));
assetFileDescriptor = this.f475c.openFd(imageRequest.f2227c.getPath().substring(1));
i = (int) assetFileDescriptor.getLength();
} catch (IOException unused) {
i = -1;

View File

@ -28,7 +28,7 @@ public class e0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
InputStream inputStream;
Uri uri = imageRequest.f2225c;
Uri uri = imageRequest.f2227c;
Uri uri2 = b.a;
boolean z2 = false;
if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) {

View File

@ -42,7 +42,7 @@ public class f0 extends g0 implements j1<e> {
c.f.j.d.e eVar;
Cursor query;
e f2;
Uri uri = imageRequest.f2225c;
Uri uri = imageRequest.f2227c;
if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f477c, null, null, null)) == null) {
return null;
}

View File

@ -25,10 +25,10 @@ public class i0 extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
int i;
InputStream openRawResource = this.f484c.openRawResource(Integer.parseInt(imageRequest.f2225c.getPath().substring(1)));
InputStream openRawResource = this.f484c.openRawResource(Integer.parseInt(imageRequest.f2227c.getPath().substring(1)));
AssetFileDescriptor assetFileDescriptor = null;
try {
assetFileDescriptor = this.f484c.openRawResourceFd(Integer.parseInt(imageRequest.f2225c.getPath().substring(1)));
assetFileDescriptor = this.f484c.openRawResourceFd(Integer.parseInt(imageRequest.f2227c.getPath().substring(1)));
i = (int) assetFileDescriptor.getLength();
} catch (Resources.NotFoundException unused) {
i = -1;

View File

@ -83,7 +83,7 @@ public class j0 implements v0<CloseableReference<c>> {
bitmap = ThumbnailUtils.createVideoThumbnail(str, i);
} else {
try {
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2225c, "r");
ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2227c, "r");
MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever();
mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor());
bitmap = mediaMetadataRetriever.getFrameAtTime(-1);
@ -141,7 +141,7 @@ public class j0 implements v0<CloseableReference<c>> {
String str;
Uri uri;
Objects.requireNonNull(j0Var);
Uri uri2 = imageRequest.f2225c;
Uri uri2 = imageRequest.f2227c;
if (c.f.d.l.b.d(uri2)) {
return imageRequest.a().getPath();
}

View File

@ -18,7 +18,7 @@ public class m extends g0 {
@Override // c.f.j.p.g0
public e d(ImageRequest imageRequest) throws IOException {
boolean z2;
String uri = imageRequest.f2225c.toString();
String uri = imageRequest.f2227c.toString();
AnimatableValueParser.j(Boolean.valueOf(uri.substring(0, 5).equals("data:")));
int indexOf = uri.indexOf(44);
String substring = uri.substring(indexOf + 1, uri.length());

View File

@ -142,7 +142,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
w0Var.d("image_format", eVar.k.b);
if (n.this.f || !b.m(i2, 16)) {
ImageRequest e2 = this.a.e();
if (n.this.g || !c.f.d.l.b.e(e2.f2225c)) {
if (n.this.g || !c.f.d.l.b.e(e2.f2227c)) {
eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b);
}
}
@ -180,7 +180,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
synchronized (c0Var) {
j = c0Var.j - c0Var.i;
}
String valueOf2 = String.valueOf(cVar2.f493c.e().f2225c);
String valueOf2 = String.valueOf(cVar2.f493c.e().f2227c);
int f = (z3 || m) ? eVar.f() : cVar2.o(eVar);
i p = (z3 || m) ? h.a : cVar2.p();
cVar2.d.e(cVar2.f493c, "DecodeProducer");
@ -440,7 +440,7 @@ public class n implements v0<CloseableReference<c.f.j.j.c>> {
public void b(l<CloseableReference<c.f.j.j.c>> lVar, w0 w0Var) {
try {
c.f.j.r.b.b();
this.e.b(!c.f.d.l.b.e(w0Var.e().f2225c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var);
this.e.b(!c.f.d.l.b.e(w0Var.e().f2227c) ? new a(this, lVar, w0Var, this.h, this.i) : new b(this, lVar, w0Var, new d(this.a), this.d, this.h, this.i), w0Var);
c.f.j.r.b.b();
} catch (Throwable th) {
c.f.j.r.b.b();

View File

@ -36,7 +36,7 @@ public class o implements v0<CloseableReference<c>> {
ImageRequest e = w0Var.e();
ScheduledExecutorService scheduledExecutorService = this.b;
if (scheduledExecutorService != null) {
scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2226s, TimeUnit.MILLISECONDS);
scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2228s, TimeUnit.MILLISECONDS);
} else {
this.a.b(lVar, w0Var);
}

View File

@ -64,7 +64,7 @@ public class o0 implements c<e, Void> {
this.f495c.b(eVar2, 9);
} else {
this.f495c.b(eVar2, 8);
ImageRequestBuilder b = ImageRequestBuilder.b(e.f2225c);
ImageRequestBuilder b = ImageRequestBuilder.b(e.f2227c);
b.e = e.h;
b.o = e.k;
b.f = e.b;
@ -73,11 +73,11 @@ public class o0 implements c<e, Void> {
b.j = e.q;
b.g = e.f;
b.i = e.l;
b.f2227c = e.i;
b.f2229c = e.i;
b.n = e.r;
b.d = e.j;
b.m = e.p;
b.p = e.f2226s;
b.p = e.f2228s;
int i = f2 - 1;
if (i >= 0) {
z3 = true;

View File

@ -185,7 +185,7 @@ public class q0 implements v0<e> {
return;
}
w0Var.o().e(w0Var, "PartialDiskCacheProducer");
Uri build = e.f2225c.buildUpon().appendQueryParameter("fresco_partial", "true").build();
Uri build = e.f2227c.buildUpon().appendQueryParameter("fresco_partial", "true").build();
i iVar = this.b;
w0Var.b();
Objects.requireNonNull((n) iVar);

View File

@ -34,7 +34,7 @@ public class y implements Runnable {
Objects.requireNonNull(a0Var);
InputStream inputStream = null;
try {
httpURLConnection = a0Var.a(aVar.b.e().f2225c, 5);
httpURLConnection = a0Var.a(aVar.b.e().f2227c, 5);
try {
aVar.e = a0Var.f468c.now();
if (httpURLConnection != null) {

View File

@ -12,7 +12,7 @@ public class j implements b {
boolean z2;
boolean contains;
int i2 = ((i & 1) != 0 ? 16 : 0) | 0;
ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2229c;
ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2231c;
reentrantReadWriteLock.readLock().lock();
try {
if (SoLoader.d == null) {
@ -49,7 +49,7 @@ public class j implements b {
continue;
} catch (UnsatisfiedLinkError e) {
int i3 = SoLoader.e;
SoLoader.f2229c.writeLock().lock();
SoLoader.f2231c.writeLock().lock();
try {
if (SoLoader.g == null || !SoLoader.g.c()) {
z2 = false;
@ -58,21 +58,21 @@ public class j implements b {
SoLoader.e = SoLoader.e + 1;
z2 = true;
}
SoLoader.f2229c.writeLock().unlock();
SoLoader.f2231c.writeLock().unlock();
if (SoLoader.e == i3) {
throw e;
}
} catch (IOException e2) {
throw new RuntimeException(e2);
} catch (Throwable th2) {
SoLoader.f2229c.writeLock().unlock();
SoLoader.f2231c.writeLock().unlock();
throw th2;
}
}
} while (z2);
return z5;
} finally {
SoLoader.f2229c.readLock().unlock();
SoLoader.f2231c.readLock().unlock();
}
}
}

View File

@ -126,8 +126,8 @@ public final class b implements h {
Format.b bVar = new Format.b();
bVar.k = str;
bVar.l = e;
bVar.f2242x = 1;
bVar.f2243y = i;
bVar.f2244x = 1;
bVar.f2245y = i;
wVar.e(bVar.a());
}
int i2 = -1;

View File

@ -31,16 +31,16 @@ public final class b extends TagPayloadReader {
int i2 = b[(s2 >> 2) & 3];
Format.b bVar = new Format.b();
bVar.k = "audio/mpeg";
bVar.f2242x = 1;
bVar.f2243y = i2;
bVar.f2244x = 1;
bVar.f2245y = i2;
this.a.e(bVar.a());
this.d = true;
} else if (i == 7 || i == 8) {
String str = i == 7 ? "audio/g711-alaw" : "audio/g711-mlaw";
Format.b bVar2 = new Format.b();
bVar2.k = str;
bVar2.f2242x = 1;
bVar2.f2243y = 8000;
bVar2.f2244x = 1;
bVar2.f2245y = 8000;
this.a.e(bVar2.a());
this.d = true;
} else if (i != 10) {
@ -73,8 +73,8 @@ public final class b extends TagPayloadReader {
Format.b bVar = new Format.b();
bVar.k = "audio/mp4a-latm";
bVar.h = c2.f994c;
bVar.f2242x = c2.b;
bVar.f2243y = c2.a;
bVar.f2244x = c2.b;
bVar.f2245y = c2.a;
bVar.m = Collections.singletonList(bArr);
this.a.e(bVar.a());
this.d = true;

View File

@ -1923,9 +1923,9 @@ public class e implements h {
int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0);
bVar = new Format.b();
if (!c.i.a.c.i2.s.h(str12)) {
bVar.f2242x = cVar.O;
bVar.f2243y = cVar.Q;
bVar.f2244z = i3;
bVar.f2244x = cVar.O;
bVar.f2245y = cVar.Q;
bVar.f2246z = i3;
i4 = 1;
} else if (c.i.a.c.i2.s.j(str12)) {
if (cVar.q == 0) {
@ -1991,7 +1991,7 @@ public class e implements h {
bVar.p = cVar.m;
bVar.q = cVar.n;
bVar.t = f;
bVar.f2241s = i6;
bVar.f2243s = i6;
bVar.u = cVar.v;
bVar.v = cVar.w;
bVar.w = colorInfo;
@ -2004,7 +2004,7 @@ public class e implements h {
bVar.p = cVar.m;
bVar.q = cVar.n;
bVar.t = f;
bVar.f2241s = i6;
bVar.f2243s = i6;
bVar.u = cVar.v;
bVar.v = cVar.w;
bVar.w = colorInfo;
@ -2021,7 +2021,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2071,7 +2071,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2110,7 +2110,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2149,7 +2149,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2188,7 +2188,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2253,7 +2253,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2305,7 +2305,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2342,7 +2342,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2399,7 +2399,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2443,7 +2443,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2481,7 +2481,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2519,7 +2519,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2557,7 +2557,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2596,7 +2596,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2634,7 +2634,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2673,7 +2673,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2711,7 +2711,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2749,7 +2749,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2787,7 +2787,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2825,7 +2825,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2862,7 +2862,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2892,7 +2892,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2933,7 +2933,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -2979,7 +2979,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3009,7 +3009,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3052,7 +3052,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3080,7 +3080,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3122,7 +3122,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3160,7 +3160,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3198,7 +3198,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3236,7 +3236,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3274,7 +3274,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3312,7 +3312,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;
@ -3354,7 +3354,7 @@ public class e implements h {
bVar.b(i13);
bVar.k = str12;
bVar.l = i2;
bVar.f2240c = cVar.W;
bVar.f2242c = cVar.W;
bVar.d = i14;
bVar.m = list;
bVar.h = str;

View File

@ -382,8 +382,8 @@ public final class f implements h {
z.a aVar4 = fVar.e;
bVar.k = aVar4.b;
bVar.l = 4096;
bVar.f2242x = aVar4.e;
bVar.f2243y = aVar4.d;
bVar.f2244x = aVar4.e;
bVar.f2245y = aVar4.d;
p pVar3 = fVar.f;
bVar.A = pVar3.b;
bVar.B = pVar3.f759c;
@ -401,8 +401,8 @@ public final class f implements h {
z.a aVar4 = fVar.e;
bVar.k = aVar4.b;
bVar.l = 4096;
bVar.f2242x = aVar4.e;
bVar.f2243y = aVar4.d;
bVar.f2244x = aVar4.e;
bVar.f2245y = aVar4.d;
p pVar3 = fVar.f;
bVar.A = pVar3.b;
bVar.B = pVar3.f759c;
@ -449,8 +449,8 @@ public final class f implements h {
z.a aVar4 = fVar.e;
bVar.k = aVar4.b;
bVar.l = 4096;
bVar.f2242x = aVar4.e;
bVar.f2243y = aVar4.d;
bVar.f2244x = aVar4.e;
bVar.f2245y = aVar4.d;
p pVar3 = fVar.f;
bVar.A = pVar3.b;
bVar.B = pVar3.f759c;
@ -495,8 +495,8 @@ public final class f implements h {
z.a aVar4 = fVar.e;
bVar.k = aVar4.b;
bVar.l = 4096;
bVar.f2242x = aVar4.e;
bVar.f2243y = aVar4.d;
bVar.f2244x = aVar4.e;
bVar.f2245y = aVar4.d;
p pVar3 = fVar.f;
bVar.A = pVar3.b;
bVar.B = pVar3.f759c;

View File

@ -1115,7 +1115,7 @@ public final class e {
n0.q = x4;
n0.t = f12;
i29 = i29;
n0.f2241s = i29;
n0.f2243s = i29;
n0.u = bArr;
n0.v = i7;
n0.m = list;
@ -1235,10 +1235,10 @@ public final class e {
Format.b bVar = new Format.b();
bVar.a = num;
bVar.k = str15;
bVar.f2242x = i43;
bVar.f2243y = i42;
bVar.f2244x = i43;
bVar.f2245y = i42;
bVar.n = drmInitData3;
bVar.f2240c = str11;
bVar.f2242c = str11;
format = bVar.a();
str7 = str15;
} else {
@ -1267,10 +1267,10 @@ public final class e {
Format.b bVar2 = new Format.b();
bVar2.a = num2;
bVar2.k = str9;
bVar2.f2242x = i45;
bVar2.f2243y = i44;
bVar2.f2244x = i45;
bVar2.f2245y = i44;
bVar2.n = drmInitData3;
bVar2.f2240c = str11;
bVar2.f2242c = str11;
format = bVar2.a();
} else {
str7 = str15;
@ -1282,18 +1282,18 @@ public final class e {
Format.b bVar3 = new Format.b();
bVar3.a = num3;
bVar3.k = "audio/ac4";
bVar3.f2242x = 2;
bVar3.f2243y = i46;
bVar3.f2244x = 2;
bVar3.f2245y = i46;
bVar3.n = drmInitData3;
bVar3.f2240c = str11;
bVar3.f2242c = str11;
format = bVar3.a();
} else if (f17 == 1684305011) {
Format.b n02 = c.d.b.a.a.n0(f3);
n02.k = str6;
n02.f2242x = i19;
n02.f2243y = i18;
n02.f2244x = i19;
n02.f2245y = i18;
n02.n = drmInitData3;
n02.f2240c = str11;
n02.f2242c = str11;
format = n02.a();
} else {
if (f17 == 1682927731) {
@ -1413,12 +1413,12 @@ public final class e {
Format.b n03 = c.d.b.a.a.n0(f3);
n03.k = str6;
n03.h = str5;
n03.f2242x = i19;
n03.f2243y = i18;
n03.f2244z = i16;
n03.f2244x = i19;
n03.f2245y = i18;
n03.f2246z = i16;
n03.m = uVar;
n03.n = drmInitData3;
n03.f2240c = str11;
n03.f2242c = str11;
format2 = n03.a();
}
str = str11;
@ -1443,12 +1443,12 @@ public final class e {
Format.b n03 = c.d.b.a.a.n0(f3);
n03.k = str6;
n03.h = str5;
n03.f2242x = i19;
n03.f2243y = i18;
n03.f2244z = i16;
n03.f2244x = i19;
n03.f2245y = i18;
n03.f2246z = i16;
n03.m = uVar;
n03.n = drmInitData3;
n03.f2240c = str11;
n03.f2242c = str11;
format2 = n03.a();
str = str11;
i29 = i12;
@ -1476,12 +1476,12 @@ public final class e {
Format.b n03 = c.d.b.a.a.n0(f3);
n03.k = str6;
n03.h = str5;
n03.f2242x = i19;
n03.f2243y = i18;
n03.f2244z = i16;
n03.f2244x = i19;
n03.f2245y = i18;
n03.f2246z = i16;
n03.m = uVar;
n03.n = drmInitData3;
n03.f2240c = str11;
n03.f2242c = str11;
format2 = n03.a();
str = str11;
i29 = i12;
@ -1502,7 +1502,7 @@ public final class e {
aVar4 = aVar6;
Format.b n04 = c.d.b.a.a.n0(f3);
n04.k = str18;
n04.f2240c = str11;
n04.f2242c = str11;
n04.o = j3;
n04.m = uVar2;
format2 = n04.a();
@ -1523,7 +1523,7 @@ public final class e {
aVar4 = aVar6;
Format.b n04 = c.d.b.a.a.n0(f3);
n04.k = str18;
n04.f2240c = str11;
n04.f2242c = str11;
n04.o = j3;
n04.m = uVar2;
format2 = n04.a();
@ -1534,7 +1534,7 @@ public final class e {
aVar4 = aVar6;
Format.b n04 = c.d.b.a.a.n0(f3);
n04.k = str18;
n04.f2240c = str11;
n04.f2242c = str11;
n04.o = j3;
n04.m = uVar2;
format2 = n04.a();

View File

@ -39,8 +39,8 @@ public final class h extends i {
List<byte[]> h = AnimatableValueParser.h(copyOf);
Format.b bVar2 = new Format.b();
bVar2.k = "audio/opus";
bVar2.f2242x = copyOf[9] & 255;
bVar2.f2243y = 48000;
bVar2.f2244x = copyOf[9] & 255;
bVar2.f2245y = 48000;
bVar2.m = h;
bVar.a = bVar2.a();
this.o = true;

View File

@ -373,8 +373,8 @@ public final class j extends i {
bVar2.k = "audio/vorbis";
bVar2.f = a0Var2.d;
bVar2.g = a0Var2.f648c;
bVar2.f2242x = a0Var2.a;
bVar2.f2243y = a0Var2.b;
bVar2.f2244x = a0Var2.a;
bVar2.f2245y = a0Var2.b;
bVar2.m = arrayList;
bVar.a = bVar2.a();
return true;

View File

@ -32,7 +32,7 @@ public final class e0 {
bVar.a = str2;
bVar.k = str;
bVar.d = format.l;
bVar.f2240c = format.k;
bVar.f2242c = format.k;
bVar.C = format.L;
bVar.m = format.v;
p.e(bVar.a());

View File

@ -313,9 +313,9 @@ public final class g implements o {
Format.b bVar = new Format.b();
bVar.a = this.d;
bVar.k = str;
bVar.f2242x = i;
bVar.f2243y = i15;
bVar.f2240c = this.f722c;
bVar.f2244x = i;
bVar.f2245y = i15;
bVar.f2242c = this.f722c;
Format a2 = bVar.a();
this.j = a2;
this.e.e(a2);

View File

@ -89,9 +89,9 @@ public final class i implements o {
Format.b bVar = new Format.b();
bVar.a = this.d;
bVar.k = "audio/ac4";
bVar.f2242x = 2;
bVar.f2243y = b.a;
bVar.f2240c = this.f728c;
bVar.f2244x = 2;
bVar.f2245y = b.a;
bVar.f2242c = this.f728c;
Format a = bVar.a();
this.k = a;
this.e.e(a);

View File

@ -39,7 +39,7 @@ public final class j0 {
bVar.a = dVar.b();
bVar.k = str;
bVar.d = format.l;
bVar.f2240c = format.k;
bVar.f2242c = format.k;
bVar.C = format.L;
bVar.m = format.v;
p.e(bVar.a());

View File

@ -191,10 +191,10 @@ public final class k implements o {
bVar.a = this.f;
bVar.k = "audio/mp4a-latm";
bVar.h = c2.f994c;
bVar.f2242x = c2.b;
bVar.f2243y = c2.a;
bVar.f2244x = c2.b;
bVar.f2245y = c2.a;
bVar.m = Collections.singletonList(bArr3);
bVar.f2240c = this.e;
bVar.f2242c = this.e;
Format a2 = bVar.a();
this.r = 1024000000 / ((long) a2.H);
this.g.e(a2);

View File

@ -144,7 +144,7 @@ public final class l implements i0.c {
}
Format.b bVar2 = new Format.b();
bVar2.k = str;
bVar2.f2240c = str2;
bVar2.f2242c = str2;
bVar2.C = i;
bVar2.m = list;
arrayList.add(bVar2.a());

View File

@ -168,10 +168,10 @@ public final class m implements o {
bVar.a = str;
bVar.k = "audio/vnd.dts";
bVar.f = i8;
bVar.f2242x = i24;
bVar.f2243y = i23;
bVar.f2244x = i24;
bVar.f2245y = i23;
bVar.n = null;
bVar.f2240c = str2;
bVar.f2242c = str2;
Format a = bVar.a();
this.i = a;
this.d.e(a);

View File

@ -77,7 +77,7 @@ public final class n implements o {
bVar.a = dVar.b();
bVar.k = "application/dvbsubs";
bVar.m = Collections.singletonList(aVar.b);
bVar.f2240c = aVar.a;
bVar.f2242c = aVar.a;
p.e(bVar.a());
this.b[i] = p;
}

View File

@ -124,10 +124,10 @@ public final class u implements o {
bVar.a = this.e;
bVar.k = "audio/mp4a-latm";
bVar.h = this.u;
bVar.f2242x = this.t;
bVar.f2243y = this.r;
bVar.f2244x = this.t;
bVar.f2245y = this.r;
bVar.m = Collections.singletonList(bArr3);
bVar.f2240c = this.a;
bVar.f2242c = this.a;
Format a = bVar.a();
if (!a.equals(this.f)) {
this.f = a;

View File

@ -80,9 +80,9 @@ public final class v implements o {
bVar.a = this.e;
bVar.k = aVar.b;
bVar.l = 4096;
bVar.f2242x = aVar.e;
bVar.f2243y = i5;
bVar.f2240c = this.f749c;
bVar.f2244x = aVar.e;
bVar.f2245y = i5;
bVar.f2242c = this.f749c;
this.d.e(bVar.a());
this.h = true;
}

View File

@ -40,7 +40,7 @@ public final class x implements c0 {
long j2 = -9223372036854775807L;
if (d != -9223372036854775807L) {
Format format = this.a;
if (d != format.f2237x) {
if (d != format.f2239x) {
Format.b a = format.a();
a.o = d;
Format a2 = a.a();

View File

@ -67,9 +67,9 @@ public final class b implements h {
bVar.f = i5;
bVar.g = i5;
bVar.l = max * 2 * i2;
bVar.f2242x = cVar.b;
bVar.f2243y = i4;
bVar.f2244z = 2;
bVar.f2244x = cVar.b;
bVar.f2245y = i4;
bVar.f2246z = 2;
this.j = bVar.a();
return;
}
@ -157,9 +157,9 @@ public final class b implements h {
bVar.f = i4;
bVar.g = i4;
bVar.l = max;
bVar.f2242x = cVar.b;
bVar.f2243y = cVar.f756c;
bVar.f2244z = i;
bVar.f2244x = cVar.b;
bVar.f2245y = cVar.f756c;
bVar.f2246z = i;
this.d = bVar.a();
return;
}

View File

@ -163,8 +163,8 @@ public final class o {
Format.b bVar = new Format.b();
bVar.k = "audio/flac";
bVar.l = i;
bVar.f2242x = this.g;
bVar.f2243y = this.e;
bVar.f2244x = this.g;
bVar.f2245y = this.e;
bVar.m = Collections.singletonList(bArr);
bVar.i = f;
return bVar.a();

View File

@ -116,7 +116,7 @@ public final class s {
if (format.B != format2.B) {
i |= 1024;
}
if (!this.e && !(format.f2238y == format2.f2238y && format.f2239z == format2.f2239z)) {
if (!this.e && !(format.f2240y == format2.f2240y && format.f2241z == format2.f2241z)) {
i |= 512;
}
if (!f0.a(format.F, format2.F)) {
@ -226,8 +226,8 @@ public final class s {
return false;
}
if (this.g) {
int i4 = format.f2238y;
if (i4 <= 0 || (i = format.f2239z) <= 0) {
int i4 = format.f2240y;
if (i4 <= 0 || (i = format.f2241z) <= 0) {
return true;
}
if (f0.a >= 21) {
@ -238,9 +238,9 @@ public final class s {
}
if (!z5) {
StringBuilder L3 = a.L("legacyFrameSize, ");
L3.append(format.f2238y);
L3.append(format.f2240y);
L3.append("x");
L3.append(format.f2239z);
L3.append(format.f2241z);
h(L3.toString());
}
return z5;

View File

@ -174,7 +174,7 @@ public final class f extends g0 implements Handler.Callback {
} else if (I == -5) {
Format format = A.b;
Objects.requireNonNull(format);
this.E = format.f2237x;
this.E = format.f2239x;
}
}
if (this.A > 0) {

View File

@ -104,8 +104,8 @@ public final class c0 extends j implements b0.b {
if (dVar != null) {
dVar.a(true);
}
loader.f2310c.execute(new Loader.g(b0Var));
loader.f2310c.shutdown();
loader.f2312c.execute(new Loader.g(b0Var));
loader.f2312c.shutdown();
b0Var.f789z.removeCallbacksAndMessages(null);
b0Var.A = null;
b0Var.V = true;

View File

@ -445,7 +445,7 @@ public final class l extends g0 implements Handler.Callback {
} else {
Format format = this.w.b;
if (format != null) {
iVar.q = format.f2237x;
iVar.q = format.f2239x;
iVar.s();
this.f821z &= !iVar.o();
} else {

View File

@ -10,7 +10,7 @@ public final /* synthetic */ class b implements Comparator {
public final int compare(Object obj, Object obj2) {
Integer num = (Integer) obj;
Integer num2 = (Integer) obj2;
int[] iArr = DefaultTrackSelector.f2279c;
int[] iArr = DefaultTrackSelector.f2281c;
return 0;
}
}

View File

@ -10,7 +10,7 @@ public final /* synthetic */ class c implements Comparator {
public final int compare(Object obj, Object obj2) {
Integer num = (Integer) obj;
Integer num2 = (Integer) obj2;
int[] iArr = DefaultTrackSelector.f2279c;
int[] iArr = DefaultTrackSelector.f2281c;
if (num.intValue() == -1) {
return num2.intValue() == -1 ? 0 : -1;
}

View File

@ -206,7 +206,7 @@ public abstract class i extends l {
int i25 = iArr13[i24];
if (!parameters6.N && !parameters6.M) {
int i26 = parameters6.A ? 24 : 16;
boolean z12 = parameters6.f2283z && (i25 & i26) != 0;
boolean z12 = parameters6.f2285z && (i25 & i26) != 0;
DefaultTrackSelector.Parameters parameters7 = parameters6;
int i27 = 0;
while (true) {
@ -220,7 +220,7 @@ public abstract class i extends l {
iArr7 = iArr13;
int i29 = parameters7.r;
iArr6 = iArr12;
int i30 = parameters7.f2280s;
int i30 = parameters7.f2282s;
i9 = i23;
int i31 = parameters7.t;
z5 = z10;
@ -230,7 +230,7 @@ public abstract class i extends l {
aVarArr = aVarArr2;
int i34 = parameters7.w;
i8 = i24;
int i35 = parameters7.f2281x;
int i35 = parameters7.f2283x;
iArr8 = iArr16;
int i36 = parameters7.B;
parameters4 = parameters5;
@ -238,12 +238,12 @@ public abstract class i extends l {
boolean z13 = parameters7.D;
trackGroupArray2 = trackGroupArray4;
if (trackGroup4.i < 2) {
iArr9 = DefaultTrackSelector.f2279c;
iArr9 = DefaultTrackSelector.f2281c;
} else {
List<Integer> d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13);
ArrayList arrayList3 = (ArrayList) d;
if (arrayList3.size() < 2) {
iArr9 = DefaultTrackSelector.f2279c;
iArr9 = DefaultTrackSelector.f2281c;
} else {
if (!z12) {
HashSet hashSet2 = new HashSet();
@ -301,7 +301,7 @@ public abstract class i extends l {
}
arrayList = arrayList;
}
iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2279c : c.l0(list);
iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2281c : c.l0(list);
if (iArr9.length <= 0) {
aVar5 = new g.a(trackGroup4, iArr9);
break;
@ -354,7 +354,7 @@ public abstract class i extends l {
Format format = trackGroup6.j[i44];
if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) {
DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44)));
if ((eVar3.i || parameters4.f2282y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) {
if ((eVar3.i || parameters4.f2284y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) {
i43 = i44;
trackGroup7 = trackGroup6;
eVar2 = eVar3;

View File

@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 {
} else if (a == -5) {
Format format = s0Var.b;
Objects.requireNonNull(format);
if (format.f2237x != RecyclerView.FOREVER_NS) {
if (format.f2239x != RecyclerView.FOREVER_NS) {
Format.b a2 = format.a();
a2.o = format.f2237x + this.p;
a2.o = format.f2239x + this.p;
s0Var.b = a2.a();
}
}

View File

@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer {
public static int I0(s sVar, Format format) {
if (format.u == -1) {
return G0(sVar, format.t, format.f2238y, format.f2239z);
return G0(sVar, format.t, format.f2240y, format.f2241z);
}
int size = format.v.size();
int i = 0;
@ -1711,9 +1711,9 @@ public class n extends MediaCodecRenderer {
public e K(s sVar, Format format, Format format2) {
e c2 = sVar.c(format, format2);
int i = c2.e;
int i2 = format2.f2238y;
int i2 = format2.f2240y;
a aVar = this.Y0;
if (i2 > aVar.a || format2.f2239z > aVar.b) {
if (i2 > aVar.a || format2.f2241z > aVar.b) {
i |= 256;
}
if (I0(sVar, format2) > this.Y0.f925c) {
@ -1769,11 +1769,11 @@ public class n extends MediaCodecRenderer {
String str2 = sVar.f773c;
Format[] formatArr2 = this.o;
Objects.requireNonNull(formatArr2);
int i3 = format.f2238y;
int i4 = format.f2239z;
int i3 = format.f2240y;
int i4 = format.f2241z;
int I0 = I0(sVar, format);
if (formatArr2.length == 1) {
if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2238y, format.f2239z)) == -1)) {
if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2240y, format.f2241z)) == -1)) {
I0 = Math.min((int) (((float) I0) * 1.5f), G0);
}
aVar = new a(i3, i4, I0);
@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer {
format2 = a2.a();
}
if (sVar.c(format, format2).d != 0) {
int i6 = format2.f2238y;
int i6 = format2.f2240y;
formatArr = formatArr2;
z4 |= i6 == -1 || format2.f2239z == -1;
z4 |= i6 == -1 || format2.f2241z == -1;
int max = Math.max(i3, i6);
int max2 = Math.max(i4, format2.f2239z);
int max2 = Math.max(i4, format2.f2241z);
I0 = Math.max(I0, I0(sVar, format2));
i4 = max2;
i3 = max;
@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer {
}
if (z4) {
Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4);
int i7 = format.f2239z;
int i8 = format.f2238y;
int i7 = format.f2241z;
int i8 = format.f2240y;
boolean z5 = i7 > i8;
int i9 = z5 ? i7 : i8;
if (z5) {
@ -1864,8 +1864,8 @@ public class n extends MediaCodecRenderer {
}
mediaFormat = new MediaFormat();
mediaFormat.setString("mime", str);
mediaFormat.setInteger("width", format.f2238y);
mediaFormat.setInteger("height", format.f2239z);
mediaFormat.setInteger("width", format.f2240y);
mediaFormat.setInteger("height", format.f2241z);
AnimatableValueParser.x2(mediaFormat, format.v);
f2 = format.A;
if (f2 != -1.0f) {
@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer {
i = !this.A1 ? this.B1 : 0;
mediaFormat = new MediaFormat();
mediaFormat.setString("mime", str);
mediaFormat.setInteger("width", format.f2238y);
mediaFormat.setInteger("height", format.f2239z);
mediaFormat.setInteger("width", format.f2240y);
mediaFormat.setInteger("height", format.f2241z);
AnimatableValueParser.x2(mediaFormat, format.v);
f2 = format.A;
if (f2 != -1.0f) {
@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer {
rVar.f(this.e1);
}
if (this.A1) {
this.s1 = format.f2238y;
this.t1 = format.f2239z;
this.s1 = format.f2240y;
this.t1 = format.f2241z;
} else {
Objects.requireNonNull(mediaFormat);
boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top");

View File

@ -84,7 +84,7 @@ public final class a0 extends u {
public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException {
int i = aVar.d;
if (i == 3 || i == 2 || i == 268435456 || i == 536870912 || i == 805306368 || i == 4) {
return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2245c, 2) : AudioProcessor.a.a;
return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2247c, 2) : AudioProcessor.a.a;
}
throw new AudioProcessor.UnhandledAudioFormatException(aVar);
}

View File

@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor {
i = aVar.b;
}
this.e = aVar;
AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2245c, 2);
AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2247c, 2);
this.f = aVar2;
this.i = true;
return aVar2;
@ -128,7 +128,7 @@ public final class d0 implements AudioProcessor {
AudioProcessor.a aVar2 = this.f;
this.h = aVar2;
if (this.i) {
this.j = new c0(aVar.b, aVar.f2245c, this.f993c, this.d, aVar2.b);
this.j = new c0(aVar.b, aVar.f2247c, this.f993c, this.d, aVar2.b);
} else {
c0 c0Var = this.j;
if (c0Var != null) {

View File

@ -35,11 +35,11 @@ public final class v extends u {
return AudioProcessor.a.a;
}
if (aVar.d == 2) {
boolean z2 = aVar.f2245c != iArr.length;
boolean z2 = aVar.f2247c != iArr.length;
int i = 0;
while (i < iArr.length) {
int i2 = iArr[i];
if (i2 < aVar.f2245c) {
if (i2 < aVar.f2247c) {
z2 |= i2 != i;
i++;
} else {

View File

@ -45,7 +45,7 @@ public final class x extends u {
public AudioProcessor.a f(AudioProcessor.a aVar) throws AudioProcessor.UnhandledAudioFormatException {
int i2 = aVar.d;
if (f0.y(i2)) {
return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2245c, 4) : AudioProcessor.a.a;
return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2247c, 4) : AudioProcessor.a.a;
}
throw new AudioProcessor.UnhandledAudioFormatException(aVar);
}

View File

@ -228,9 +228,9 @@ public class y extends MediaCodecRenderer implements r {
int i4 = format.H;
Format.b bVar = new Format.b();
bVar.k = "audio/raw";
bVar.f2242x = i3;
bVar.f2243y = i4;
bVar.f2244z = 4;
bVar.f2244x = i3;
bVar.f2245y = i4;
bVar.f2246z = 4;
if (audioSink.s(bVar.a()) == 2) {
mediaFormat.setInteger("pcm-encoding", 4);
}
@ -366,11 +366,11 @@ public class y extends MediaCodecRenderer implements r {
int r = "audio/raw".equals(format.t) ? format.I : (f0.a < 24 || !mediaFormat.containsKey("pcm-encoding")) ? mediaFormat.containsKey("v-bits-per-sample") ? f0.r(mediaFormat.getInteger("v-bits-per-sample")) : "audio/raw".equals(format.t) ? format.I : 2 : mediaFormat.getInteger("pcm-encoding");
Format.b bVar = new Format.b();
bVar.k = "audio/raw";
bVar.f2244z = r;
bVar.f2246z = r;
bVar.A = format.J;
bVar.B = format.K;
bVar.f2242x = mediaFormat.getInteger("channel-count");
bVar.f2243y = mediaFormat.getInteger("sample-rate");
bVar.f2244x = mediaFormat.getInteger("channel-count");
bVar.f2245y = mediaFormat.getInteger("sample-rate");
Format a2 = bVar.a();
if (this.T0 && a2.G == 6 && (i = format.G) < 6) {
iArr = new int[i];
@ -511,9 +511,9 @@ public class y extends MediaCodecRenderer implements r {
int i3 = format.H;
Format.b bVar = new Format.b();
bVar.k = "audio/raw";
bVar.f2242x = i2;
bVar.f2243y = i3;
bVar.f2244z = 2;
bVar.f2244x = i2;
bVar.f2245y = i3;
bVar.f2246z = 2;
if (!audioSink.a(bVar.a())) {
return 1;
}

View File

@ -19,7 +19,7 @@ public final /* synthetic */ class m implements MediaDrm.OnEventListener {
z zVar = this.a;
x.b bVar = this.b;
Objects.requireNonNull(zVar);
DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2260x;
DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2262x;
Objects.requireNonNull(cVar);
cVar.obtainMessage(i, bArr).sendToTarget();
}

View File

@ -17,7 +17,7 @@ public class a extends b<GoogleSignInOptions> {
public final synchronized int f() {
if (j == 1) {
Context context = this.a;
Object obj = GoogleApiAvailability.f2328c;
Object obj = GoogleApiAvailability.f2330c;
GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d;
int b = googleApiAvailability.b(context, 12451000);
if (b == 0) {

View File

@ -109,7 +109,7 @@ public class a {
if (str5 != null) {
jSONObject.put("displayName", str5);
}
String str6 = googleSignInAccount.f2323s;
String str6 = googleSignInAccount.f2325s;
if (str6 != null) {
jSONObject.put("givenName", str6);
}
@ -157,7 +157,7 @@ public class a {
}
jSONObject2.put("idTokenRequested", googleSignInOptions.r);
jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t);
jSONObject2.put("serverAuthRequested", googleSignInOptions.f2324s);
jSONObject2.put("serverAuthRequested", googleSignInOptions.f2326s);
if (!TextUtils.isEmpty(googleSignInOptions.u)) {
jSONObject2.put("serverClientId", googleSignInOptions.u);
}

View File

@ -16,7 +16,7 @@ public class b0 extends r0 {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public b0(j jVar) {
super(jVar, GoogleApiAvailability.d);
Object obj = GoogleApiAvailability.f2328c;
Object obj = GoogleApiAvailability.f2330c;
jVar.a("GmsAvailabilityHelper", this);
}

View File

@ -654,7 +654,7 @@ public class g implements Handler.Callback {
handlerThread.start();
Looper looper = handlerThread.getLooper();
Context applicationContext = context.getApplicationContext();
Object obj = GoogleApiAvailability.f2328c;
Object obj = GoogleApiAvailability.f2330c;
l = new g(applicationContext, looper, GoogleApiAvailability.d);
}
gVar = l;

View File

@ -16,7 +16,7 @@ public class y0 extends r0 {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public y0(j jVar, g gVar) {
super(jVar, GoogleApiAvailability.d);
Object obj = GoogleApiAvailability.f2328c;
Object obj = GoogleApiAvailability.f2330c;
this.o = gVar;
jVar.a("ConnectionlessLifecycleHelper", this);
}

View File

@ -31,7 +31,7 @@ public abstract class d<T extends IInterface> extends b<T> implements a.f {
public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) {
super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f);
e a = e.a(context);
Object obj = GoogleApiAvailability.f2328c;
Object obj = GoogleApiAvailability.f2330c;
GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d;
Objects.requireNonNull(fVar, "null reference");
Objects.requireNonNull(lVar, "null reference");

View File

@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a {
int b = bVar.b(context, str);
aVar.a = b;
if (b != 0) {
aVar.f2332c = -1;
aVar.f2334c = -1;
} else {
int a = bVar.a(context, str, true);
aVar.b = a;
if (a != 0) {
aVar.f2332c = 1;
aVar.f2334c = 1;
}
}
return aVar;

View File

@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a {
}
int i = aVar.a;
if (i == 0 && aVar.b == 0) {
aVar.f2332c = 0;
aVar.f2334c = 0;
} else if (i >= aVar.b) {
aVar.f2332c = -1;
aVar.f2334c = -1;
} else {
aVar.f2332c = 1;
aVar.f2334c = 1;
}
return aVar;
}

View File

@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a {
aVar.b = a;
int i = aVar.a;
if (i == 0 && a == 0) {
aVar.f2332c = 0;
aVar.f2334c = 0;
} else if (a >= i) {
aVar.f2332c = 1;
aVar.f2334c = 1;
} else {
aVar.f2332c = -1;
aVar.f2334c = -1;
}
return aVar;
}

View File

@ -11,7 +11,7 @@ public final class g4 implements v7 {
public g4(zzhi zzhi) {
Charset charset = w4.a;
this.a = zzhi;
zzhi.f2333c = this;
zzhi.f2335c = this;
}
public final void a(int i, double d) throws IOException {
@ -41,7 +41,7 @@ public final class g4 implements v7 {
public final void e(int i, Object obj, q6 q6Var) throws IOException {
zzhi zzhi = this.a;
zzhi.f(i, 3);
q6Var.g((c6) obj, zzhi.f2333c);
q6Var.g((c6) obj, zzhi.f2335c);
zzhi.f(i, 4);
}

View File

@ -270,7 +270,7 @@ public abstract class u4<MessageType extends u4<MessageType, BuilderType>, Build
@Override // c.i.a.f.h.l.c6
public final void i(zzhi zzhi) throws IOException {
q6 b2 = n6.a.b(this);
g4 g4Var = zzhi.f2333c;
g4 g4Var = zzhi.f2335c;
if (g4Var == null) {
g4Var = new g4(zzhi);
}

View File

@ -696,7 +696,7 @@ public final class g extends i9 {
contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k));
contentValues.put("time_to_live", Long.valueOf(zzz.r));
e();
contentValues.put("expired_event", t9.g0(zzz.f2339s));
contentValues.put("expired_event", t9.g0(zzz.f2341s));
try {
if (t().insertWithOnConflict("conditional_properties", null, contentValues, 5) == -1) {
g().f.b("Failed to insert/update conditional user property (got -1)", q3.s(zzz.i));

View File

@ -358,7 +358,7 @@ public class k9 implements t5 {
T = K().T(zzn.i);
if (T != null) {
this.k.t();
if (t9.d0(zzn.j, T.v(), zzn.f2338z, T.y())) {
if (t9.d0(zzn.j, T.v(), zzn.f2340z, T.y())) {
this.k.g().i.b("New GMP App Id passed in. Removing cached database data. appId", q3.s(T.o()));
g K = K();
String o = T.o();
@ -407,7 +407,7 @@ public class k9 implements t5 {
str2 = "_et";
j2 = 1;
}
if (zzn.f2337y) {
if (zzn.f2339y) {
bundle2.putLong("_dac", j2);
}
g K2 = K();
@ -485,7 +485,7 @@ public class k9 implements t5 {
} else {
j = 1;
}
if (zzn.f2337y) {
if (zzn.f2339y) {
bundle3.putLong("_dac", j);
}
B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn);
@ -562,7 +562,7 @@ public class k9 implements t5 {
if (Z.m) {
K().V(zzz.i, zzz.k.j);
}
zzaq zzaq = zzz.f2339s;
zzaq zzaq = zzz.f2341s;
if (zzaq != null) {
Bundle bundle = null;
zzap zzap = zzaq.j;
@ -571,7 +571,7 @@ public class k9 implements t5 {
}
t9 t = this.k.t();
String str = zzz.i;
zzaq zzaq2 = zzz.f2339s;
zzaq zzaq2 = zzz.f2341s;
I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn);
}
} else {
@ -637,16 +637,16 @@ public class k9 implements t5 {
T.m(zzn.j);
z2 = true;
}
if (!TextUtils.equals(zzn.f2338z, T.y())) {
T.q(zzn.f2338z);
if (!TextUtils.equals(zzn.f2340z, T.y())) {
T.q(zzn.f2340z);
z2 = true;
}
if (da.b() && this.k.h.u(T.o(), p.f1192j0) && !TextUtils.equals(zzn.D, T.B())) {
T.u(zzn.D);
z2 = true;
}
if (!TextUtils.isEmpty(zzn.f2335s) && !zzn.f2335s.equals(T.H())) {
T.A(zzn.f2335s);
if (!TextUtils.isEmpty(zzn.f2337s) && !zzn.f2337s.equals(T.H())) {
T.A(zzn.f2337s);
z2 = true;
}
long j2 = zzn.m;
@ -691,8 +691,8 @@ public class k9 implements t5 {
T.n(zzn.w);
z2 = true;
}
if (zzn.f2336x != T.i()) {
T.r(zzn.f2336x);
if (zzn.f2338x != T.i()) {
T.r(zzn.f2338x);
z2 = true;
}
if (zzn.A != T.j()) {
@ -715,11 +715,11 @@ public class k9 implements t5 {
z2 = true;
if (!TextUtils.equals(zzn.j, T.v())) {
}
if (!TextUtils.equals(zzn.f2338z, T.y())) {
if (!TextUtils.equals(zzn.f2340z, T.y())) {
}
T.u(zzn.D);
z2 = true;
T.A(zzn.f2335s);
T.A(zzn.f2337s);
z2 = true;
long j2 = zzn.m;
T.t(zzn.m);
@ -741,7 +741,7 @@ public class k9 implements t5 {
z2 = true;
if (zzn.w != T.h()) {
}
if (zzn.f2336x != T.i()) {
if (zzn.f2338x != T.i()) {
}
if (zzn.A != T.j()) {
}
@ -777,12 +777,12 @@ public class k9 implements t5 {
T.c(c(h));
}
T.m(zzn.j);
T.q(zzn.f2338z);
T.q(zzn.f2340z);
if (da.b() && this.k.h.u(T.o(), p.f1192j0)) {
T.u(zzn.D);
}
if (!TextUtils.isEmpty(zzn.f2335s)) {
T.A(zzn.f2335s);
if (!TextUtils.isEmpty(zzn.f2337s)) {
T.A(zzn.f2337s);
}
long j3 = zzn.m;
if (j3 != 0) {
@ -805,7 +805,7 @@ public class k9 implements t5 {
T.R(zzn.t);
}
T.n(zzn.w);
T.r(zzn.f2336x);
T.r(zzn.f2338x);
T.b(zzn.A);
T.z(zzn.B);
T.a.f().b();
@ -1058,11 +1058,11 @@ public class k9 implements t5 {
if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.D)) {
u0.u0(zzn.D);
}
if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2338z)) {
u0.r0(zzn.f2338z);
if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2340z)) {
u0.r0(zzn.f2340z);
}
} else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2338z)) {
u0.r0(zzn.f2338z);
} else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2340z)) {
u0.r0(zzn.f2340z);
}
long j4 = zzn.n;
if (j4 != 0) {
@ -1084,7 +1084,7 @@ public class k9 implements t5 {
u0.y(((Boolean) obj2).booleanValue());
}
}
} else if (!this.k.y().s(this.k.j()) && zzn.f2336x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) {
} else if (!this.k.y().s(this.k.j()) && zzn.f2338x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) {
String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id");
if (string == null) {
this.k.g().A().b("null secure ID. appId", q3.s(u0.k0()));
@ -1123,7 +1123,7 @@ public class k9 implements t5 {
} else {
T2.c(c(h));
}
T2.A(zzn.f2335s);
T2.A(zzn.f2337s);
T2.m(zzn.j);
if (!t8.b() || !this.k.a().o(p.J0) || h.j()) {
T2.x(this.j.t(zzn.i));
@ -1203,7 +1203,7 @@ public class k9 implements t5 {
}
public final boolean L(zzn zzn) {
return (!da.b() || !this.k.h.u(zzn.i, p.f1192j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2338z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2338z);
return (!da.b() || !this.k.h.u(zzn.i, p.f1192j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2340z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2340z);
}
public final ba M() {
@ -1756,7 +1756,7 @@ public class k9 implements t5 {
if (zzz2 != null) {
this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0());
K().V(str, zzz2.k.j);
zzaq zzaq4 = zzz2.f2339s;
zzaq zzaq4 = zzz2.f2341s;
if (zzaq4 != null) {
arrayList.add(zzaq4);
}

Some files were not shown because too many files have changed in this diff Show More