package com.vungle.warren.model; import android.content.ContentValues; /* loaded from: classes2.dex */ public class u implements g8.c { @Override // g8.c public String b() { return "vision_data"; } @Override // g8.c /* renamed from: d, reason: merged with bridge method [inline-methods] */ public t c(ContentValues contentValues) { return new t(contentValues.getAsLong("timestamp").longValue(), contentValues.getAsString("creative"), contentValues.getAsString("campaign"), contentValues.getAsString("advertiser")); } @Override // g8.c /* renamed from: e, reason: merged with bridge method [inline-methods] */ public ContentValues a(t tVar) { ContentValues contentValues = new ContentValues(); contentValues.put("timestamp", Long.valueOf(tVar.f8434a)); contentValues.put("creative", tVar.f8435b); contentValues.put("campaign", tVar.f8436c); contentValues.put("advertiser", tVar.f8437d); return contentValues; } }