24 lines
669 B
Java
24 lines
669 B
Java
|
package o;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.Iterator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.QjG, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class C0870QjG {
|
||
|
public static final List b(List list) {
|
||
|
ArrayList arrayList = new ArrayList();
|
||
|
Iterator it = list.iterator();
|
||
|
while (it.hasNext()) {
|
||
|
GPH gph = (GPH) it.next();
|
||
|
Bundle bundle = new Bundle();
|
||
|
bundle.putInt("event_type", gph.c());
|
||
|
bundle.putLong("event_timestamp", gph.d());
|
||
|
arrayList.add(bundle);
|
||
|
}
|
||
|
return arrayList;
|
||
|
}
|
||
|
}
|