package com.vungle.warren.model; import android.content.ContentValues; /* loaded from: classes2.dex */ public class s implements g8.c { @Override // g8.c public String b() { return "session_data"; } @Override // g8.c /* renamed from: d, reason: merged with bridge method [inline-methods] */ public r c(ContentValues contentValues) { return new r(contentValues.getAsString("json_string"), contentValues.getAsInteger("send_attempts").intValue()); } @Override // g8.c /* renamed from: e, reason: merged with bridge method [inline-methods] */ public ContentValues a(r rVar) { ContentValues contentValues = new ContentValues(); contentValues.put("item_id", rVar.c()); contentValues.put("json_string", rVar.b()); contentValues.put("send_attempts", Integer.valueOf(rVar.d())); return contentValues; } }