30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package androidx.tracing;
|
|
|
|
import android.view.accessibility.AccessibilityNodeInfo;
|
|
import android.view.autofill.AutofillManager;
|
|
import android.view.inputmethod.InputContentInfo;
|
|
import android.view.inspector.InspectionCompanion;
|
|
import java.util.Map;
|
|
|
|
/* compiled from: D8$$SyntheticClass */
|
|
/* loaded from: classes.dex */
|
|
public final /* synthetic */ class Trace$$ExternalSyntheticApiModelOutline0 {
|
|
public static /* synthetic */ AccessibilityNodeInfo.TouchDelegateInfo m(Map map) {
|
|
return new AccessibilityNodeInfo.TouchDelegateInfo(map);
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ InputContentInfo m(Object obj) {
|
|
return (InputContentInfo) obj;
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* synthetic */ InspectionCompanion.UninitializedPropertyMapException m176m() {
|
|
return new InspectionCompanion.UninitializedPropertyMapException();
|
|
}
|
|
|
|
/* renamed from: m, reason: collision with other method in class */
|
|
public static /* bridge */ /* synthetic */ Class m177m() {
|
|
return AutofillManager.class;
|
|
}
|
|
}
|