Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.google.android.gms.common.data;
|
||||
|
||||
import android.content.ContentValues;
|
||||
import com.google.android.gms.common.data.DataHolder;
|
||||
import java.util.HashMap;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zab extends DataHolder.Builder {
|
||||
zab(String[] strArr, String str) {
|
||||
super(strArr, null, null);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.data.DataHolder.Builder
|
||||
public final DataHolder.Builder withRow(ContentValues contentValues) {
|
||||
throw new UnsupportedOperationException("Cannot add data to empty builder");
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.data.DataHolder.Builder
|
||||
public final DataHolder.Builder zaa(HashMap map) {
|
||||
throw new UnsupportedOperationException("Cannot add data to empty builder");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user