android_external_GmsApi/play-services-api/src/main/aidl/com/google/android/gms/location/reporting/internal/IReportingService.aidl

9 lines
241 B
Plaintext

package com.google.android.gms.location.reporting.internal;
import android.accounts.Account;
import com.google.android.gms.location.reporting.ReportingState;
interface IReportingService {
ReportingState unknown3(in Account account);
}