You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
490 B

package p011d0;
import android.os.Bundle;
import android.os.IBinder;
import p039m1.C1470g;
/* renamed from: d0.c */
/* loaded from: classes.dex */
public final class C0600c {
/* renamed from: a */
public static final C0600c f2133a = new C0600c();
/* renamed from: a */
public static final void m3287a(Bundle bundle, String str, IBinder iBinder) {
C1470g.m1292e(bundle, "bundle");
C1470g.m1292e(str, "key");
bundle.putBinder(str, iBinder);
}
}