26 lines
758 B
Java
26 lines
758 B
Java
package com.google.android.gms.common.api.internal;
|
|
|
|
import android.os.Bundle;
|
|
import com.google.android.gms.common.ConnectionResult;
|
|
import com.google.android.gms.common.api.Api;
|
|
import com.google.android.gms.common.api.internal.BaseImplementation;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
public interface zabf {
|
|
BaseImplementation.ApiMethodImpl zaa(BaseImplementation.ApiMethodImpl apiMethodImpl);
|
|
|
|
BaseImplementation.ApiMethodImpl zab(BaseImplementation.ApiMethodImpl apiMethodImpl);
|
|
|
|
void zad();
|
|
|
|
void zae();
|
|
|
|
void zag(Bundle bundle);
|
|
|
|
void zah(ConnectionResult connectionResult, Api api, boolean z);
|
|
|
|
void zai(int i);
|
|
|
|
boolean zaj();
|
|
} |