jimu-decompiled/sources/androidx/core/app/RemoteInput.java
2025-05-13 19:24:51 +02:00

26 lines
653 B
Java

package androidx.core.app;
/* loaded from: classes.dex */
public final class RemoteInput {
static android.app.RemoteInput[] a(RemoteInput[] remoteInputArr) {
if (remoteInputArr == null) {
return null;
}
android.app.RemoteInput[] remoteInputArr2 = new android.app.RemoteInput[remoteInputArr.length];
if (remoteInputArr.length <= 0) {
return remoteInputArr2;
}
a(remoteInputArr[0]);
throw null;
}
public String a() {
throw null;
}
static android.app.RemoteInput a(RemoteInput remoteInput) {
remoteInput.a();
throw null;
}
}