19 lines
431 B
Java
19 lines
431 B
Java
package o;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class tQt {
|
|
public static void ml_(Bundle bundle, String str, IBinder iBinder) {
|
|
RVV.mm_(bundle, str, iBinder);
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
static class RVV {
|
|
static void mm_(Bundle bundle, String str, IBinder iBinder) {
|
|
bundle.putBinder(str, iBinder);
|
|
}
|
|
}
|
|
}
|