79 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
| 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;
 | |
|     }
 | |
| }
 |