26 lines
653 B
Java
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;
|
|
}
|
|
}
|