package androidx.core.app;

import android.app.RemoteInput;

/* JADX INFO: compiled from: RemoteInput.java */
/* JADX INFO: loaded from: classes.dex */
public final class e {
    static RemoteInput a(e eVar) {
        throw null;
    }

    static RemoteInput[] b(e[] eVarArr) {
        if (eVarArr == null) {
            return null;
        }
        RemoteInput[] remoteInputArr = new RemoteInput[eVarArr.length];
        for (int i = 0; i < eVarArr.length; i++) {
            remoteInputArr[i] = a(eVarArr[i]);
        }
        return remoteInputArr;
    }
}
