19 lines
632 B
Java
19 lines
632 B
Java
|
package com.google.android.gms.flags;
|
||
|
|
||
|
import android.os.IInterface;
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.dynamic.IObjectWrapper;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface zzc extends IInterface {
|
||
|
boolean getBooleanFlagValue(String str, boolean z, int i) throws RemoteException;
|
||
|
|
||
|
int getIntFlagValue(String str, int i, int i2) throws RemoteException;
|
||
|
|
||
|
long getLongFlagValue(String str, long j, int i) throws RemoteException;
|
||
|
|
||
|
String getStringFlagValue(String str, String str2, int i) throws RemoteException;
|
||
|
|
||
|
void init(IObjectWrapper iObjectWrapper) throws RemoteException;
|
||
|
}
|