ADD week 5

This commit is contained in:
2025-03-31 16:33:42 +02:00
parent 86f265f22d
commit bf645048e6
4927 changed files with 544053 additions and 0 deletions

View File

@@ -0,0 +1,78 @@
package androidx.activity;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationChannelGroup;
import android.app.Person;
import android.app.job.JobWorkItem;
import android.content.Intent;
import android.graphics.drawable.Icon;
import android.widget.ThemedSpinnerAdapter;
import android.window.OnBackInvokedCallback;
import android.window.OnBackInvokedDispatcher;
/* compiled from: D8$$SyntheticClass */
/* loaded from: classes.dex */
public final /* synthetic */ class ComponentDialog$$ExternalSyntheticApiModelOutline0 {
/* renamed from: m, reason: collision with other method in class */
public static /* synthetic */ Notification.DecoratedCustomViewStyle m7m() {
return new Notification.DecoratedCustomViewStyle();
}
public static /* bridge */ /* synthetic */ NotificationChannel m(Object obj) {
return (NotificationChannel) obj;
}
public static /* synthetic */ NotificationChannel m(String str, CharSequence charSequence, int i) {
return new NotificationChannel(str, charSequence, i);
}
public static /* synthetic */ NotificationChannelGroup m(String str, CharSequence charSequence) {
return new NotificationChannelGroup(str, charSequence);
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ Person m8m(Object obj) {
return (Person) obj;
}
public static /* synthetic */ JobWorkItem m(Intent intent) {
return new JobWorkItem(intent);
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ Icon m12m(Object obj) {
return (Icon) obj;
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ ThemedSpinnerAdapter m16m(Object obj) {
return (ThemedSpinnerAdapter) obj;
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ OnBackInvokedCallback m17m(Object obj) {
return (OnBackInvokedCallback) obj;
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ OnBackInvokedDispatcher m18m(Object obj) {
return (OnBackInvokedDispatcher) obj;
}
/* renamed from: m, reason: collision with other method in class */
public static /* synthetic */ void m25m() {
}
/* renamed from: m, reason: collision with other method in class */
public static /* bridge */ /* synthetic */ boolean m33m(Object obj) {
return obj instanceof ThemedSpinnerAdapter;
}
public static /* synthetic */ void m$1() {
}
public static /* bridge */ /* synthetic */ boolean m$1(Object obj) {
return obj instanceof Icon;
}
}