22 lines
454 B
Java
22 lines
454 B
Java
package o;
|
|
|
|
import android.database.Cursor;
|
|
import o.C17797zni;
|
|
|
|
/* loaded from: classes.dex */
|
|
final /* synthetic */ class nwA implements C17797zni.RVV {
|
|
static final nwA c = new nwA();
|
|
|
|
@Override // o.C17797zni.RVV
|
|
public final Object b(Object obj) {
|
|
Cursor cursor = (Cursor) obj;
|
|
if (cursor.moveToNext()) {
|
|
return Long.valueOf(cursor.getLong(0));
|
|
}
|
|
return 0L;
|
|
}
|
|
|
|
private nwA() {
|
|
}
|
|
}
|