SYMBOL INDEX (9563 symbols across 1410 files) FILE: fake-signature/src/huawei/java/com/huawei/signature/diff/AppListDatabaseOpenHelper.java class AppListDatabaseOpenHelper (line 15) | public class AppListDatabaseOpenHelper extends SQLiteOpenHelper { method AppListDatabaseOpenHelper (line 29) | public AppListDatabaseOpenHelper(Context context) { method onCreate (line 34) | @Override method onOpen (line 42) | @Override method initData (line 50) | private void initData(SQLiteDatabase db) { method generateValues (line 64) | private ContentValues generateValues(String packageName, boolean fake) { method onUpgrade (line 71) | @Override FILE: fake-signature/src/huawei/java/com/huawei/signature/diff/InitProvider.java class InitProvider (line 18) | public class InitProvider extends ContentProvider { method onCreate (line 21) | @Override method isServiceRunning (line 34) | private boolean isServiceRunning(Context context, String packageName, ... method delete (line 48) | @Override method getType (line 53) | @Override method insert (line 58) | @Override method query (line 63) | @Override method update (line 68) | @Override FILE: fake-signature/src/huawei/java/com/huawei/signature/diff/InitReceiver.java class InitReceiver (line 17) | public class InitReceiver extends BroadcastReceiver { method onReceive (line 20) | @SuppressLint("UnsafeProtectedBroadcastReceiver") FILE: fake-signature/src/huawei/java/com/huawei/signature/diff/SignatureService.java class SignatureService (line 26) | public class SignatureService extends Service { method onCreate (line 32) | @Override method onStartCommand (line 40) | @Override method onBind (line 47) | @Override method onDestroy (line 52) | @Override method dump (line 58) | @Override method onTransact (line 65) | @Override method querySignature (line 75) | @Override method getResult (line 98) | private String[] getResult(boolean useFakeSignature) { FILE: firebase-auth/src/main/java/com/google/firebase/auth/ActionCodeSettings.java class ActionCodeSettings (line 18) | @PublicApi method ActionCodeSettings (line 51) | private ActionCodeSettings() { method canHandleCodeInApp (line 57) | public boolean canHandleCodeInApp() { method getAndroidInstallApp (line 64) | public boolean getAndroidInstallApp() { method getAndroidMinimumVersion (line 71) | public String getAndroidMinimumVersion() { method getAndroidPackageName (line 78) | public String getAndroidPackageName() { method getIOSBundle (line 85) | public String getIOSBundle() { method getUrl (line 92) | public String getUrl() { method newBuilder (line 99) | public static Builder newBuilder() { class Builder (line 106) | public static class Builder { method build (line 115) | public ActionCodeSettings build() { method setAndroidPackageName (line 133) | public Builder setAndroidPackageName(String androidPackageName, bool... method setDynamicLinkDomain (line 144) | public Builder setDynamicLinkDomain(String dynamicLinkDomain) { method setHandleCodeInApp (line 153) | public Builder setHandleCodeInApp(boolean status) { method setIOSBundleId (line 163) | public Builder setIOSBundleId(String iOSBundleId) { method setUrl (line 175) | public Builder setUrl(String url) { FILE: firebase-auth/src/main/java/com/google/firebase/auth/AuthCredential.java class AuthCredential (line 17) | @PublicApi method getProvider (line 22) | public abstract String getProvider(); method getSignInMethod (line 27) | public abstract String getSignInMethod(); FILE: firebase-auth/src/main/java/com/google/firebase/auth/DefaultOAuthCredential.java class DefaultOAuthCredential (line 15) | @PublicApi method getAccessToken (line 40) | @Override method getIdToken (line 45) | @Override method getSecret (line 50) | @Override method getProvider (line 55) | @Override method getSignInMethod (line 60) | @Override FILE: firebase-auth/src/main/java/com/google/firebase/auth/EmailAuthCredential.java class EmailAuthCredential (line 16) | @PublicApi method getProvider (line 37) | @Override method getSignInMethod (line 45) | @Override FILE: firebase-auth/src/main/java/com/google/firebase/auth/OAuthCredential.java class OAuthCredential (line 16) | @PublicApi method getAccessToken (line 21) | public abstract String getAccessToken(); method getIdToken (line 26) | public abstract String getIdToken(); method getSecret (line 31) | public abstract String getSecret(); FILE: firebase-auth/src/main/java/com/google/firebase/auth/PhoneAuthCredential.java class PhoneAuthCredential (line 16) | @PublicApi method getProvider (line 43) | @Override method getSignInMethod (line 51) | @Override method getSmsCode (line 59) | public String getSmsCode() { FILE: firebase-auth/src/main/java/com/google/firebase/auth/UserProfileChangeRequest.java class UserProfileChangeRequest (line 19) | @PublicApi method UserProfileChangeRequest (line 34) | private UserProfileChangeRequest() { method getDisplayName (line 37) | public String getDisplayName() { method getPhotoUri (line 41) | public Uri getPhotoUri() { class Builder (line 48) | public static class Builder { method setDisplayName (line 58) | public Builder setDisplayName(String displayName) { method setPhotoUri (line 68) | public Builder setPhotoUri(Uri photoUri) { method build (line 77) | public UserProfileChangeRequest build() { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ApplyActionCodeAidlRequest.java class ApplyActionCodeAidlRequest (line 10) | public class ApplyActionCodeAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ChangeEmailAidlRequest.java class ChangeEmailAidlRequest (line 10) | public class ChangeEmailAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ChangePasswordAidlRequest.java class ChangePasswordAidlRequest (line 10) | public class ChangePasswordAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/CheckActionCodeAidlRequest.java class CheckActionCodeAidlRequest (line 10) | public class CheckActionCodeAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ConfirmPasswordResetAidlRequest.java class ConfirmPasswordResetAidlRequest (line 10) | public class ConfirmPasswordResetAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/CreateAuthUriResponse.java class CreateAuthUriResponse (line 13) | public class CreateAuthUriResponse extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/CreateUserWithEmailAndPasswordAidlRequest.java class CreateUserWithEmailAndPasswordAidlRequest (line 10) | public class CreateUserWithEmailAndPasswordAidlRequest extends AutoSafeP... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/DeleteAidlRequest.java class DeleteAidlRequest (line 10) | public class DeleteAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/FinalizeMfaEnrollmentAidlRequest.java class FinalizeMfaEnrollmentAidlRequest (line 10) | public class FinalizeMfaEnrollmentAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/FinalizeMfaSignInAidlRequest.java class FinalizeMfaSignInAidlRequest (line 10) | public class FinalizeMfaSignInAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/GetAccessTokenAidlRequest.java class GetAccessTokenAidlRequest (line 10) | public class GetAccessTokenAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/GetAccountInfoUser.java class GetAccountInfoUser (line 14) | public class GetAccountInfoUser extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/GetProvidersForEmailAidlRequest.java class GetProvidersForEmailAidlRequest (line 10) | public class GetProvidersForEmailAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/GetTokenResponse.java class GetTokenResponse (line 12) | public class GetTokenResponse extends AutoSafeParcelable { method GetTokenResponse (line 24) | public GetTokenResponse() { method parseJson (line 28) | public static GetTokenResponse parseJson(String json) { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/LinkEmailAuthCredentialAidlRequest.java class LinkEmailAuthCredentialAidlRequest (line 10) | public class LinkEmailAuthCredentialAidlRequest extends AutoSafeParcelab... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/LinkFederatedCredentialAidlRequest.java class LinkFederatedCredentialAidlRequest (line 10) | public class LinkFederatedCredentialAidlRequest extends AutoSafeParcelab... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/LinkPhoneAuthCredentialAidlRequest.java class LinkPhoneAuthCredentialAidlRequest (line 10) | public class LinkPhoneAuthCredentialAidlRequest extends AutoSafeParcelab... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/MfaInfo.java class MfaInfo (line 10) | public class MfaInfo extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ProviderUserInfo.java class ProviderUserInfo (line 10) | public class ProviderUserInfo extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ProviderUserInfoList.java class ProviderUserInfoList (line 13) | public class ProviderUserInfoList extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ReloadAidlRequest.java class ReloadAidlRequest (line 10) | public class ReloadAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/ResetPasswordResponse.java class ResetPasswordResponse (line 10) | public class ResetPasswordResponse extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SendEmailVerificationWithSettingsAidlRequest.java class SendEmailVerificationWithSettingsAidlRequest (line 12) | public class SendEmailVerificationWithSettingsAidlRequest extends AutoSa... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SendGetOobConfirmationCodeEmailAidlRequest.java class SendGetOobConfirmationCodeEmailAidlRequest (line 12) | public class SendGetOobConfirmationCodeEmailAidlRequest extends AutoSafe... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SendVerificationCodeAidlRequest.java class SendVerificationCodeAidlRequest (line 10) | public class SendVerificationCodeAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SendVerificationCodeRequest.java class SendVerificationCodeRequest (line 10) | public class SendVerificationCodeRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SetFirebaseUiVersionAidlRequest.java class SetFirebaseUiVersionAidlRequest (line 10) | public class SetFirebaseUiVersionAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInAnonymouslyAidlRequest.java class SignInAnonymouslyAidlRequest (line 10) | public class SignInAnonymouslyAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInWithCredentialAidlRequest.java class SignInWithCredentialAidlRequest (line 16) | @SafeParcelable.Class method SignInWithCredentialAidlRequest (line 22) | public SignInWithCredentialAidlRequest(VerifyAssertionRequest request) { method SignInWithCredentialAidlRequest (line 26) | public SignInWithCredentialAidlRequest() { method writeToParcel (line 29) | @Override FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInWithCustomTokenAidlRequest.java class SignInWithCustomTokenAidlRequest (line 10) | public class SignInWithCustomTokenAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInWithEmailAndPasswordAidlRequest.java class SignInWithEmailAndPasswordAidlRequest (line 10) | public class SignInWithEmailAndPasswordAidlRequest extends AutoSafeParce... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInWithEmailLinkAidlRequest.java class SignInWithEmailLinkAidlRequest (line 10) | public class SignInWithEmailLinkAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/SignInWithPhoneNumberAidlRequest.java class SignInWithPhoneNumberAidlRequest (line 12) | public class SignInWithPhoneNumberAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/StartMfaPhoneNumberEnrollmentAidlRequest.java class StartMfaPhoneNumberEnrollmentAidlRequest (line 10) | public class StartMfaPhoneNumberEnrollmentAidlRequest extends AutoSafePa... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/StartMfaPhoneNumberSignInAidlRequest.java class StartMfaPhoneNumberSignInAidlRequest (line 10) | public class StartMfaPhoneNumberSignInAidlRequest extends AutoSafeParcel... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/StringList.java class StringList (line 13) | public class StringList extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/UnenrollMfaAidlRequest.java class UnenrollMfaAidlRequest (line 10) | public class UnenrollMfaAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/UnlinkEmailCredentialAidlRequest.java class UnlinkEmailCredentialAidlRequest (line 10) | public class UnlinkEmailCredentialAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/UnlinkFederatedCredentialAidlRequest.java class UnlinkFederatedCredentialAidlRequest (line 10) | public class UnlinkFederatedCredentialAidlRequest extends AutoSafeParcel... FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/UpdateProfileAidlRequest.java class UpdateProfileAidlRequest (line 12) | public class UpdateProfileAidlRequest extends AutoSafeParcelable { FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/VerifyAssertionRequest.java class VerifyAssertionRequest (line 16) | @SafeParcelable.Class method writeToParcel (line 52) | @Override FILE: firebase-auth/src/main/java/com/google/firebase/auth/api/internal/VerifyBeforeUpdateEmailAidlRequest.java class VerifyBeforeUpdateEmailAidlRequest (line 10) | public class VerifyBeforeUpdateEmailAidlRequest extends AutoSafeParcelab... FILE: firebase-auth/src/main/java/org/microg/gms/firebase/auth/Constants.java class Constants (line 8) | public class Constants { FILE: firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks/ShortDynamicLink.java type ShortDynamicLink (line 20) | @PublicApi method getPreviewLink (line 25) | Uri getPreviewLink(); method getShortLink (line 30) | Uri getShortLink(); method getWarnings (line 35) | List getWarnings(); type Warning (line 58) | interface Warning { method getCode (line 64) | @Deprecated method getMessage (line 70) | String getMessage(); FILE: firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks/internal/DynamicLinkData.java class DynamicLinkData (line 20) | @SafeParcelable.Class method DynamicLinkData (line 40) | @Constructor method toString (line 50) | @NonNull method writeToParcel (line 63) | @Override FILE: firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks/internal/ShortDynamicLinkImpl.java class ShortDynamicLinkImpl (line 18) | public class ShortDynamicLinkImpl extends AutoSafeParcelable { method ShortDynamicLinkImpl (line 29) | public ShortDynamicLinkImpl() { method ShortDynamicLinkImpl (line 36) | public ShortDynamicLinkImpl(Uri shortLink, Uri previewLink, List contentMap) { method BulletPoint (line 28) | public BulletPoint(Parcel parcel) { method equals (line 35) | public final boolean equals(Object obj) { method hashCode (line 39) | public final int hashCode() { method describeContents (line 43) | @Override method writeToParcel (line 48) | @Override method createFromParcel (line 58) | @Override method newArray (line 63) | @Override FILE: play-services-api/src/main/java/com/google/android/gms/family/v2/model/HelpData.java class HelpData (line 16) | @SafeParcelable.Class method HelpData (line 23) | public HelpData() { method HelpData (line 26) | public HelpData(String linkUrl, String appContext) { method writeToParcel (line 33) | @Override method toString (line 38) | @Override FILE: play-services-api/src/main/java/com/google/android/gms/family/v2/model/PageData.java class PageData (line 16) | public class PageData extends AutoSafeParcelable { method PageData (line 26) | public PageData() {} method PageData (line 28) | public PageData(HashMap sectionMap, HashMap getAllowedCardNetworks() { method getAllowedPaymentMethods (line 86) | public ArrayList getAllowedPaymentMethods() { method isExistingPaymentMethodRequired (line 94) | public boolean isExistingPaymentMethodRequired() { class Builder (line 103) | public class Builder { method addAllowedCardNetwork (line 107) | public Builder addAllowedCardNetwork(int allowedCardNetwork) { method addAllowedCardNetworks (line 116) | public Builder addAllowedCardNetworks(Collection allowedCar... method addAllowedPaymentMethod (line 126) | public Builder addAllowedPaymentMethod(int allowedPaymentMethod) { method addAllowedPaymentMethods (line 135) | public Builder addAllowedPaymentMethods(Collection allowedP... method build (line 145) | public IsReadyToPayRequest build() { method setExistingPaymentMethodRequired (line 154) | public Builder setExistingPaymentMethodRequired(boolean existingPaym... FILE: play-services-api/src/main/java/com/google/android/gms/wallet/IsReadyToPayResponse.java class IsReadyToPayResponse (line 10) | public class IsReadyToPayResponse extends AutoSafeParcelable { method IsReadyToPayResponse (line 16) | private IsReadyToPayResponse() { method IsReadyToPayResponse (line 19) | public IsReadyToPayResponse(boolean result, String json) { FILE: play-services-api/src/main/java/com/google/android/gms/wallet/WalletConstants.java class WalletConstants (line 16) | @PublicApi FILE: play-services-api/src/main/java/com/google/firebase/database/connection/idl/CompoundHashParcelable.java class CompoundHashParcelable (line 21) | public class CompoundHashParcelable extends AutoSafeParcelable { FILE: play-services-api/src/main/java/com/google/firebase/database/connection/idl/ConnectionConfig.java class ConnectionConfig (line 21) | public class ConnectionConfig extends AutoSafeParcelable { FILE: play-services-api/src/main/java/com/google/firebase/database/connection/idl/RangeParcelable.java class RangeParcelable (line 21) | public class RangeParcelable extends AutoSafeParcelable { FILE: play-services-appset/src/main/java/com/google/android/gms/appset/AppSet.java class AppSet (line 17) | public class AppSet { method getClient (line 21) | @NonNull FILE: play-services-appset/src/main/java/com/google/android/gms/appset/AppSetIdClient.java type AppSetIdClient (line 17) | public interface AppSetIdClient { method getAppSetIdInfo (line 23) | @NonNull FILE: play-services-appset/src/main/java/com/google/android/gms/appset/AppSetIdInfo.java class AppSetIdInfo (line 22) | public class AppSetIdInfo { method AppSetIdInfo (line 36) | @Hide method getId (line 47) | public String getId() { method getScope (line 56) | public @Scope int getScope() { FILE: play-services-appset/src/main/java/com/google/android/gms/appset/AppSetIdRequestParams.java class AppSetIdRequestParams (line 19) | @SafeParcelable.Class method AppSetIdRequestParams (line 27) | @Constructor method toString (line 33) | @NonNull method writeToParcel (line 39) | @Override FILE: play-services-appset/src/main/java/com/google/android/gms/appset/AppSetInfoParcel.java class AppSetInfoParcel (line 17) | @SafeParcelable.Class method AppSetInfoParcel (line 25) | @Constructor method writeToParcel (line 31) | @Override FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsCodeAutofillClient.java type SmsCodeAutofillClient (line 32) | public interface SmsCodeAutofillClient extends HasApiKey checkPermissionState(); method hasOngoingSmsRequest (line 50) | Task hasOngoingSmsRequest(String packageName); method startSmsCodeRetriever (line 64) | Task startSmsCodeRetriever(); FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsCodeBrowserClient.java type SmsCodeBrowserClient (line 34) | public interface SmsCodeBrowserClient extends HasApiKey startSmsCodeRetriever(); FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsCodeRetriever.java class SmsCodeRetriever (line 31) | public class SmsCodeRetriever { method getAutofillClient (line 57) | @NonNull method getAutofillClient (line 66) | @NonNull method getBrowserClient (line 75) | @NonNull method getBrowserClient (line 84) | @NonNull FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsRetriever.java class SmsRetriever (line 25) | public class SmsRetriever { method getClient (line 60) | @NonNull method getClient (line 68) | @NonNull FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsRetrieverApi.java type SmsRetrieverApi (line 20) | public interface SmsRetrieverApi { method startSmsRetriever (line 37) | @NonNull method startSmsUserConsent (line 56) | @NonNull FILE: play-services-auth-api-phone/src/main/java/com/google/android/gms/auth/api/phone/SmsRetrieverClient.java class SmsRetrieverClient (line 22) | public abstract class SmsRetrieverClient extends GoogleApi compl... method onResult (line 20) | @Override FILE: play-services-auth-api-phone/src/main/java/org/microg/gms/auth/api/phone/StatusCallbackImpl.java class StatusCallbackImpl (line 13) | class StatusCallbackImpl extends IStatusCallback.Stub { method StatusCallbackImpl (line 16) | public StatusCallbackImpl(TaskCompletionSource completionSource) { method onResult (line 20) | @Override FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/AccountChangeEvent.java class AccountChangeEvent (line 21) | public class AccountChangeEvent extends AutoSafeParcelable { FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/AccountChangeEventsRequest.java class AccountChangeEventsRequest (line 26) | public class AccountChangeEventsRequest extends AutoSafeParcelable { method getAccount (line 37) | public Account getAccount() { FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/AccountChangeEventsResponse.java class AccountChangeEventsResponse (line 25) | public class AccountChangeEventsResponse extends AutoSafeParcelable { method AccountChangeEventsResponse (line 31) | public AccountChangeEventsResponse() { FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/GetAccountsRequest.java class GetAccountsRequest (line 22) | @Hide FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/GetHubTokenInternalResponse.java class GetHubTokenInternalResponse (line 14) | @Hide FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/GetHubTokenRequest.java class GetHubTokenRequest (line 11) | @Hide FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/HasCapabilitiesRequest.java class HasCapabilitiesRequest (line 13) | @Hide FILE: play-services-auth-base/src/main/java/com/google/android/gms/auth/TokenData.java class TokenData (line 28) | @Hide method TokenData (line 45) | public TokenData() { method TokenData (line 52) | public TokenData(String token, Long expiry, boolean isOAuth, List deleteBytes(DeleteBytesRequest deleteBytesRequest) throw... method isEndToEndEncryptionAvailable (line 60) | Task isEndToEndEncryptionAvailable(); method retrieveBytes (line 79) | Task retrieveBytes(RetrieveBytesRequest retriev... method retrieveBytes (line 94) | @Deprecated method storeBytes (line 118) | Task storeBytes(StoreBytesData storeBytesData); FILE: play-services-auth-blockstore/src/main/java/com/google/android/gms/auth/blockstore/BlockstoreStatusCodes.java class BlockstoreStatusCodes (line 18) | public class BlockstoreStatusCodes extends CommonStatusCodes { FILE: play-services-auth-blockstore/src/main/java/com/google/android/gms/auth/blockstore/DeleteBytesRequest.java class DeleteBytesRequest (line 29) | @SafeParcelable.Class method DeleteBytesRequest (line 38) | @Constructor method getKeys (line 61) | @NonNull method getDeleteAll (line 69) | public boolean getDeleteAll() { method writeToParcel (line 73) | @Override method toString (line 78) | @NonNull class Builder (line 90) | public static class Builder { method Builder (line 97) | public Builder() { method build (line 103) | public DeleteBytesRequest build() { method setDeleteAll (line 118) | public Builder setDeleteAll(boolean deleteAll) { method setKeys (line 132) | public Builder setKeys(List keys) { FILE: play-services-auth-blockstore/src/main/java/com/google/android/gms/auth/blockstore/RetrieveBytesRequest.java class RetrieveBytesRequest (line 29) | @SafeParcelable.Class method RetrieveBytesRequest (line 38) | @Constructor method getKeys (line 66) | public List getKeys() { method getRetrieveAll (line 73) | public boolean getRetrieveAll() { method writeToParcel (line 77) | @Override method toString (line 82) | @Override class Builder (line 92) | public static class Builder { method build (line 99) | @NonNull method setKeys (line 113) | public Builder setKeys(List keys) { method retrieveAll (line 127) | public Builder retrieveAll(boolean retrieveAll) { FILE: play-services-auth-blockstore/src/main/java/com/google/android/gms/auth/blockstore/RetrieveBytesResponse.java class RetrieveBytesResponse (line 30) | @SafeParcelable.Class method RetrieveBytesResponse (line 42) | @Constructor method getBlockstoreDataMap (line 63) | public Map getBlockstore... method getInternalBlockstoreDataBundle (line 67) | @Hide method getInternalBlockstoreDataList (line 72) | @Hide method writeToParcel (line 77) | @Override method toString (line 82) | @NonNull class BlockstoreData (line 94) | @SafeParcelable.Class method BlockstoreData (line 104) | @Constructor method getBytes (line 114) | @NonNull method getKey (line 119) | @Hide method toString (line 125) | @NonNull method writeToParcel (line 132) | @Override FILE: play-services-auth-blockstore/src/main/java/com/google/android/gms/auth/blockstore/StoreBytesData.java class StoreBytesData (line 25) | @SafeParcelable.Class method StoreBytesData (line 38) | @Constructor method getBytes (line 48) | @NonNull method getKey (line 59) | @NonNull method shouldBackupToCloud (line 67) | public boolean shouldBackupToCloud() { method writeToParcel (line 73) | @Override method toString (line 78) | @NonNull class Builder (line 88) | public static class Builder { method Builder (line 96) | public Builder() { method build (line 102) | public StoreBytesData build() { method setBytes (line 109) | public Builder setBytes(byte[] bytes) { method setKey (line 121) | public Builder setKey(String key) { method setShouldBackupToCloud (line 129) | public Builder setShouldBackupToCloud(boolean shouldBackupToCloud) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/Auth.java class Auth (line 22) | public class Auth { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java class Credential (line 22) | @PublicApi method Credential (line 43) | private Credential() { method getAccountType (line 55) | public String getAccountType() { method getGeneratedPassword (line 62) | public String getGeneratedPassword() { method getId (line 70) | public String getId() { method getIdTokens (line 87) | public List getIdTokens() { method getName (line 96) | public String getName() { method getPassword (line 103) | public String getPassword() { method getProfilePictureUri (line 110) | public Uri getProfilePictureUri() { method getAsString (line 114) | @PublicApi(exclude = true) method equals (line 125) | @Override method hashCode (line 144) | @Override class Builder (line 149) | public static class Builder { method Builder (line 161) | public Builder(String id) { method Builder (line 170) | public Builder(Credential credential) { method build (line 180) | public Credential build() { method setAccountType (line 199) | public Builder setAccountType(String accountType) { method setName (line 210) | public Builder setName(String name) { method setPassword (line 219) | public Builder setPassword(String password) { method setProfilePictureUri (line 228) | public Builder setProfilePictureUri(Uri profilePictureUri) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/CredentialPickerConfig.java class CredentialPickerConfig (line 15) | @PublicApi method CredentialPickerConfig (line 28) | private CredentialPickerConfig() { method CredentialPickerConfig (line 31) | public CredentialPickerConfig(boolean showAddAccountButton, boolean sh... method isForNewAccount (line 40) | @Deprecated method shouldShowAddAccountButton (line 45) | public boolean shouldShowAddAccountButton() { method shouldShowCancelButton (line 49) | public boolean shouldShowCancelButton() { method toString (line 53) | @Override class Builder (line 61) | public class Builder { method build (line 66) | public CredentialPickerConfig build() { method setForNewAccount (line 73) | public Builder setForNewAccount(boolean forNewAccount) { method setShowAddAccountButton (line 81) | public Builder setShowAddAccountButton(boolean showAddAccountButton) { method setShowCancelButton (line 89) | public Builder setShowCancelButton(boolean showCancelButton) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/CredentialRequest.java class CredentialRequest (line 18) | public class CredentialRequest extends AutoSafeParcelable { method CredentialRequest (line 32) | private CredentialRequest() { } method CredentialRequest (line 34) | public CredentialRequest(boolean passwordLoginSupported, String[] acco... method getAccountTypes (line 41) | public String[] getAccountTypes() { method getCredentialHintPickerConfig (line 45) | public CredentialPickerConfig getCredentialHintPickerConfig() { method getCredentialPickerConfig (line 49) | public CredentialPickerConfig getCredentialPickerConfig() { method getSupportsPasswordLogin (line 56) | @Deprecated method isPasswordLoginSupported (line 61) | public boolean isPasswordLoginSupported() { class Builder (line 67) | public static class Builder { method setAccountTypes (line 73) | public void setAccountTypes(String... accountTypes) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/HintRequest.java class HintRequest (line 20) | @PublicApi method HintRequest (line 40) | private HintRequest() { method HintRequest (line 43) | public HintRequest(CredentialPickerConfig hintPickerConfig, boolean em... method getAccountTypes (line 53) | public String[] getAccountTypes() { method getHintPickerConfig (line 57) | public CredentialPickerConfig getHintPickerConfig() { method getIdTokenNonce (line 61) | public String getIdTokenNonce() { method getServerClientId (line 65) | public String getServerClientId() { method isEmailAddressIdentifierSupported (line 69) | public boolean isEmailAddressIdentifierSupported() { method isPhoneNumberIdentifierSupported (line 73) | public boolean isPhoneNumberIdentifierSupported() { method isIdTokenRequested (line 77) | public boolean isIdTokenRequested() { method toString (line 83) | @Override class Builder (line 96) | public static class Builder { method build (line 108) | public HintRequest build() { method setAccountTypes (line 121) | public void setAccountTypes(String... accountTypes) { method setEmailAddressIdentifierSupported (line 128) | public void setEmailAddressIdentifierSupported(boolean emailAddressI... method setHintPickerConfig (line 135) | public void setHintPickerConfig(CredentialPickerConfig hintPickerCon... method setIdTokenNonce (line 142) | public void setIdTokenNonce(String idTokenNonce) { method setIdTokenRequested (line 150) | public void setIdTokenRequested(boolean idTokenRequested) { method setPhoneNumberIdentifierSupported (line 157) | public void setPhoneNumberIdentifierSupported(boolean phoneNumberIde... method setServerClientId (line 166) | public void setServerClientId(String serverClientId) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/IdToken.java class IdToken (line 15) | @PublicApi method IdToken (line 27) | private IdToken() { method IdToken (line 30) | public IdToken(String accountType, String id) { method getAccountType (line 38) | public String getAccountType() { method getIdToken (line 45) | public String getIdToken() { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/IdentityProviders.java class IdentityProviders (line 16) | public final class IdentityProviders { method getIdentityProviderForAccount (line 31) | public static String getIdentityProviderForAccount(Account account) { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/internal/DeleteRequest.java class DeleteRequest (line 21) | public class DeleteRequest extends AutoSafeParcelable { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/internal/GeneratePasswordRequest.java class GeneratePasswordRequest (line 21) | public class GeneratePasswordRequest extends AutoSafeParcelable { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/internal/SaveRequest.java class SaveRequest (line 21) | public class SaveRequest extends AutoSafeParcelable { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/AuthorizationClient.java type AuthorizationClient (line 22) | public interface AuthorizationClient extends HasApiKey getIdTokenDepositionScopes() { method getLinkedServiceId (line 181) | public String getLinkedServiceId() { method getNonce (line 185) | public String getNonce() { method getServerClientId (line 189) | public String getServerClientId() { method isSupported (line 193) | public boolean isSupported() { method requestVerifiedPhoneNumber (line 200) | @Deprecated class Builder (line 208) | public static class Builder { method associateLinkedAccounts (line 235) | public Builder associateLinkedAccounts(@NonNull String linkedServi... method build (line 244) | @NonNull method setFilterByAuthorizedAccounts (line 261) | @NonNull method setNonce (line 272) | @NonNull method setRequestVerifiedPhoneNumber (line 287) | @Deprecated method setServerClientId (line 299) | @NonNull method setSupported (line 310) | @NonNull method equals (line 317) | @Override method hashCode (line 333) | @Override method writeToParcel (line 338) | @Override class PasskeyJsonRequestOptions (line 349) | @Class method toString (line 356) | @NonNull method PasskeyJsonRequestOptions (line 365) | @Constructor method builder (line 372) | public static Builder builder() { method getRequestJson (line 376) | public String getRequestJson() { method isSupported (line 380) | public boolean isSupported() { class Builder (line 387) | public static class Builder { method build (line 391) | @NonNull method setRequestJson (line 401) | @NonNull method setSupported (line 412) | @NonNull method equals (line 419) | @Override method hashCode (line 430) | @Override method writeToParcel (line 435) | @Override class PasskeysRequestOptions (line 448) | @Deprecated method toString (line 458) | @NonNull method PasskeysRequestOptions (line 468) | @Constructor method builder (line 476) | public static Builder builder() { method getChallenge (line 480) | public byte[] getChallenge() { method getRpId (line 484) | public String getRpId() { method isSupported (line 488) | public boolean isSupported() { class Builder (line 495) | public static class Builder { method build (line 500) | public PasskeysRequestOptions build() { method setChallenge (line 510) | @NonNull method setRpId (line 524) | @NonNull method setSupported (line 535) | @NonNull method equals (line 542) | @Override method hashCode (line 554) | @Override method writeToParcel (line 559) | @Override class PasswordRequestOptions (line 570) | @Class method toString (line 575) | @NonNull method PasswordRequestOptions (line 583) | @Constructor method builder (line 589) | public static Builder builder() { method isSupported (line 593) | public boolean isSupported() { class Builder (line 600) | public static class Builder { method build (line 606) | @NonNull method setSupported (line 616) | @NonNull method writeToParcel (line 623) | @Override method equals (line 631) | @Override method hashCode (line 648) | @Override method writeToParcel (line 653) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/BeginSignInResult.java class BeginSignInResult (line 24) | @SafeParcelable.Class method BeginSignInResult (line 29) | @Constructor method getPendingIntent (line 35) | public PendingIntent getPendingIntent() { method writeToParcel (line 39) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/ClearTokenRequest.java class ClearTokenRequest (line 24) | @SafeParcelable.Class method ClearTokenRequest (line 35) | @Constructor method builder (line 44) | public static ClearTokenRequest.Builder builder() { method equals (line 73) | @Override method getToken (line 81) | @NonNull method getSessionId (line 86) | @Hide method hashCode (line 92) | @Override class Builder (line 100) | public static abstract class Builder { method build (line 104) | public abstract ClearTokenRequest build(); method setToken (line 109) | public abstract ClearTokenRequest.Builder setToken(String token); method setSessionId (line 111) | @Hide method writeToParcel (line 115) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/CredentialSavingClient.java type CredentialSavingClient (line 22) | public interface CredentialSavingClient extends HasApiKey getScopes() { method getServiceId (line 80) | public String getServiceId() { method getSessionId (line 84) | @Hide method getTheme (line 89) | @Hide method getTokenType (line 97) | public String getTokenType() { method equals (line 101) | @Override method hashCode (line 116) | @Override class Builder (line 124) | public static class Builder { method build (line 135) | @NonNull method setConsentPendingIntent (line 161) | @NonNull method setScopes (line 171) | @NonNull method setServiceId (line 181) | @NonNull method setSessionId (line 187) | @Hide method setTheme (line 194) | @Hide method setTokenType (line 208) | @NonNull method writeToParcel (line 215) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SaveAccountLinkingTokenResult.java class SaveAccountLinkingTokenResult (line 25) | @SafeParcelable.Class method SaveAccountLinkingTokenResult (line 30) | @Constructor method getPendingIntent (line 41) | public PendingIntent getPendingIntent() { method hasResolution (line 48) | public boolean hasResolution() { method equals (line 52) | @Override method hashCode (line 62) | @Override method writeToParcel (line 67) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SavePasswordRequest.java class SavePasswordRequest (line 22) | @SafeParcelable.Class method SavePasswordRequest (line 32) | @Constructor method builder (line 42) | public static Builder builder() { method getSessionId (line 46) | @Hide method getSignInPassword (line 52) | public SignInPassword getSignInPassword() { method getTheme (line 56) | @Hide class Builder (line 64) | public static class Builder { method setSignInPassword (line 73) | @NonNull method setSessionId (line 79) | @Hide method setTheme (line 86) | @Hide method build (line 96) | @NonNull method writeToParcel (line 102) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SavePasswordResult.java class SavePasswordResult (line 24) | @SafeParcelable.Class method SavePasswordResult (line 29) | @Constructor method getPendingIntent (line 37) | public PendingIntent getPendingIntent() { method equals (line 41) | @Override method hashCode (line 51) | @Override method writeToParcel (line 56) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SignInClient.java type SignInClient (line 19) | public interface SignInClient extends HasApiKey { method beginSignIn (line 29) | @NonNull method getPhoneNumberFromIntent (line 38) | @NonNull method getPhoneNumberHintIntent (line 49) | @NonNull method getSignInCredentialFromIntent (line 58) | @NonNull method getSignInIntent (line 70) | @NonNull method signOut (line 80) | @NonNull FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SignInCredential.java class SignInCredential (line 30) | @SafeParcelable.Class method SignInCredential (line 51) | @Hide method getDisplayName (line 65) | public String getDisplayName() { method getFamilyName (line 69) | public String getFamilyName() { method getGivenName (line 73) | public String getGivenName() { method getGoogleIdToken (line 77) | public String getGoogleIdToken() { method getPassword (line 81) | public String getPassword() { method getId (line 89) | public String getId() { method getPhoneNumber (line 96) | @Deprecated method getProfilePictureUri (line 101) | public Uri getProfilePictureUri() { method getPublicKeyCredential (line 108) | public PublicKeyCredential getPublicKeyCredential() { method equals (line 112) | @Override method hashCode (line 130) | @Override method writeToParcel (line 135) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SignInOptions.java class SignInOptions (line 13) | public class SignInOptions implements Api.ApiOptions.Optional { method hashCode (line 14) | @Override method equals (line 19) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/SignInPassword.java class SignInPassword (line 23) | @SafeParcelable.Class method SignInPassword (line 32) | @Constructor method getId (line 38) | @NonNull method getPassword (line 43) | @NonNull method equals (line 48) | @Override method hashCode (line 59) | @Override method writeToParcel (line 64) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/VerifyWithGoogleRequest.java class VerifyWithGoogleRequest (line 19) | @SafeParcelable.Class method writeToParcel (line 31) | @Override method toString (line 38) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/identity/VerifyWithGoogleResult.java class VerifyWithGoogleResult (line 20) | @SafeParcelable.Class method writeToParcel (line 32) | @Override method toString (line 39) | @Override FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignIn.java class GoogleSignIn (line 33) | @Deprecated method GoogleSignIn (line 35) | private GoogleSignIn() { method getAccountForExtension (line 43) | @NonNull method getAccountForScopes (line 53) | @NonNull method getClient (line 69) | @NonNull method getClient (line 83) | @NonNull method getLastSignedInAccount (line 94) | @Nullable method getSignedInAccountFromIntent (line 106) | @NonNull method hasPermissions (line 120) | public static boolean hasPermissions(@Nullable GoogleSignInAccount acc... method hasPermissions (line 131) | public static boolean hasPermissions(@Nullable GoogleSignInAccount acc... method createRequestPermissionsIntent (line 138) | private static Intent createRequestPermissionsIntent(@NonNull Activity... method requestPermissions (line 156) | public static void requestPermissions(@NonNull Activity activity, int ... method requestPermissions (line 170) | public static void requestPermissions(@NonNull Activity activity, int ... method requestPermissions (line 177) | public static void requestPermissions(@NonNull Fragment fragment, int ... method requestPermissions (line 184) | public static void requestPermissions(@NonNull Fragment fragment, int ... FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInApi.java type GoogleSignInApi (line 25) | @Deprecated method getSignInIntent (line 40) | @NonNull method getSignInResultFromIntent (line 50) | @Nullable method revokeAccess (line 61) | @NonNull method signOut (line 71) | @NonNull method silentSignIn (line 101) | @NonNull FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInClient.java class GoogleSignInClient (line 26) | @Deprecated method GoogleSignInClient (line 28) | GoogleSignInClient(@NonNull Context context, GoogleSignInOptions optio... method GoogleSignInClient (line 32) | GoogleSignInClient(@NonNull Activity activity, GoogleSignInOptions opt... method isLocalFallback (line 36) | private boolean isLocalFallback() { method getSignInIntent (line 45) | @NonNull method revokeAccess (line 57) | @NonNull method signOut (line 68) | @NonNull method silentSignIn (line 96) | @NonNull FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInResult.java class GoogleSignInResult (line 22) | @Deprecated method GoogleSignInResult (line 29) | @Hide method getSignInAccount (line 38) | @Nullable method getStatus (line 49) | @NonNull method isSuccess (line 58) | public boolean isSuccess() { FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInStatusCodes.java class GoogleSignInStatusCodes (line 26) | @Deprecated method GoogleSignInStatusCodes (line 28) | private GoogleSignInStatusCodes() { method getStatusCodeString (line 52) | @NonNull FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/SignInAccount.java class SignInAccount (line 13) | @Hide method toString (line 22) | @NonNull FILE: play-services-auth/src/main/java/com/google/android/gms/auth/api/signin/internal/SignInConfiguration.java class SignInConfiguration (line 22) | @Hide method SignInConfiguration (line 32) | @Constructor method getPackageName (line 38) | @NonNull method getOptions (line 43) | @NonNull method equals (line 49) | @Override method hashCode (line 57) | @Override method toString (line 64) | @NonNull method writeToParcel (line 70) | @Override FILE: play-services-auth/src/main/java/org/microg/gms/auth/api/signin/GoogleSignInApiImpl.java class GoogleSignInApiImpl (line 19) | public class GoogleSignInApiImpl implements GoogleSignInApi { method getSignInIntent (line 20) | @NonNull method getSignInResultFromIntent (line 27) | @Nullable method revokeAccess (line 33) | @NonNull method signOut (line 39) | @NonNull method silentSignIn (line 45) | @NonNull FILE: play-services-auth/src/main/java/org/microg/gms/auth/api/signin/GoogleSignInCommon.java class GoogleSignInCommon (line 22) | public class GoogleSignInCommon { method getSignInIntent (line 24) | @NonNull method getSignInResultFromIntent (line 36) | @NonNull method revokeAccess (line 46) | public static PendingResult revokeAccess(GoogleApiClient clien... method signOut (line 50) | public static PendingResult signOut(GoogleApiClient client, Co... method silentSignIn (line 54) | public static OptionalPendingResult silentSignIn(G... FILE: play-services-auth/src/main/java/org/microg/gms/auth/api/signin/GoogleSignInGmsClientImpl.java class GoogleSignInGmsClientImpl (line 16) | public class GoogleSignInGmsClientImpl extends GmsClient { method GoogleSignInGmsClientImpl (line 17) | public GoogleSignInGmsClientImpl(Context context, ConnectionCallbacks ... method interfaceFromBinder (line 22) | @Override FILE: play-services-base/core/src/main/java/org/microg/gms/AbstractGmsServiceBroker.java class AbstractGmsServiceBroker (line 34) | public abstract class AbstractGmsServiceBroker extends IGmsServiceBroker... method AbstractGmsServiceBroker (line 38) | public AbstractGmsServiceBroker(EnumSet supportedServices) { method getPlusService (line 42) | @Deprecated method getPanoramaService (line 52) | @Deprecated method getAppDataSearchService (line 59) | @Deprecated method getWalletService (line 66) | @Deprecated method getPeopleService (line 72) | @Deprecated method getReportingService (line 79) | @Deprecated method getLocationService (line 86) | @Deprecated method getGoogleLocationManagerService (line 93) | @Deprecated method getGamesService (line 100) | @Deprecated method getAppStateService (line 113) | @Deprecated method getPlayLogService (line 120) | @Deprecated method getAdMobService (line 127) | @Deprecated method getDroidGuardService (line 134) | @Deprecated method getLockboxService (line 141) | @Deprecated method getCastMirroringService (line 148) | @Deprecated method getNetworkQualityService (line 155) | @Deprecated method getGoogleIdentityService (line 162) | @Deprecated method getGoogleFeedbackService (line 169) | @Deprecated method getCastService (line 176) | @Deprecated method getDriveService (line 183) | @Deprecated method getLightweightAppDataSearchService (line 190) | @Deprecated method getSearchAdministrationService (line 197) | @Deprecated method getAutoBackupService (line 204) | @Deprecated method getAddressService (line 211) | @Deprecated method getWalletServiceWithPackageName (line 218) | @Deprecated method callGetService (line 224) | private void callGetService(GmsService service, IGmsCallbacks callback... method callGetService (line 229) | private void callGetService(GmsService service, IGmsCallbacks callback... method callGetService (line 234) | private void callGetService(GmsService service, IGmsCallbacks callback... method scopesFromStringArray (line 244) | private Scope[] scopesFromStringArray(String[] arr) { method getService (line 252) | @Override method handleServiceRequest (line 263) | public abstract void handleServiceRequest(IGmsCallbacks callback, GetS... method validateAccount (line 265) | @Override method onTransact (line 270) | @Override FILE: play-services-base/core/src/main/java/org/microg/gms/BaseService.java class BaseService (line 37) | public abstract class BaseService extends LifecycleService { method BaseService (line 42) | public BaseService(String tag, GmsService supportedService, GmsService... method onBind (line 60) | @Override method dump (line 67) | @Override method handleServiceRequest (line 72) | public abstract void handleServiceRequest(IGmsCallbacks callback, GetS... FILE: play-services-base/core/src/main/java/org/microg/gms/DummyService.java class DummyService (line 28) | public class DummyService extends BaseService { method DummyService (line 29) | public DummyService() { method handleServiceRequest (line 33) | @Override FILE: play-services-base/core/src/main/java/org/microg/gms/auth/AuthRequest.java class AuthRequest (line 24) | public class AuthRequest extends HttpFormClient.Request { method prepare (line 103) | @Override method build (line 108) | public AuthRequest build(Context context) { method source (line 116) | public AuthRequest source(String source) { method locale (line 121) | public AuthRequest locale(Locale locale) { method fromContext (line 128) | public AuthRequest fromContext(Context context) { method email (line 141) | public AuthRequest email(String email) { method token (line 146) | public AuthRequest token(String token) { method service (line 151) | public AuthRequest service(String service) { method app (line 156) | public AuthRequest app(String app, String appSignature) { method appIsGms (line 162) | public AuthRequest appIsGms() { method callerIsGms (line 166) | public AuthRequest callerIsGms() { method callerIsApp (line 170) | public AuthRequest callerIsApp() { method caller (line 174) | public AuthRequest caller(String caller, String callerSignature) { method calledFromAccountManager (line 180) | public AuthRequest calledFromAccountManager() { method addAccount (line 185) | public AuthRequest addAccount() { method systemPartition (line 190) | public AuthRequest systemPartition(boolean systemPartition) { method hasPermission (line 195) | public AuthRequest hasPermission(boolean hasPermission) { method getAccountId (line 200) | public AuthRequest getAccountId() { method isAccessToken (line 205) | public AuthRequest isAccessToken() { method droidguardResults (line 210) | public AuthRequest droidguardResults(String droidguardResults) { method delegation (line 215) | public AuthRequest delegation(int delegationType, String delegateeUser... method oauth2Foreground (line 221) | public AuthRequest oauth2Foreground(String oauth2Foreground) { method tokenRequestOptions (line 226) | public AuthRequest tokenRequestOptions(String tokenRequestOptions) { method oauth2IncludeProfile (line 231) | public AuthRequest oauth2IncludeProfile(String oauth2IncludeProfile) { method oauth2IncludeEmail (line 236) | public AuthRequest oauth2IncludeEmail(String oauth2IncludeEmail) { method oauth2Prompt (line 241) | public AuthRequest oauth2Prompt(String oauth2Prompt) { method itCaveatTypes (line 246) | public AuthRequest itCaveatTypes(String itCaveatTypes) { method putDynamicFiledMap (line 251) | public AuthRequest putDynamicFiledMap(Map dynamicField... method getResponse (line 256) | public AuthResponse getResponse() throws IOException { method getResponseAsync (line 260) | public void getResponseAsync(HttpFormClient.Callback cal... FILE: play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java class AuthResponse (line 25) | public class AuthResponse { method parse (line 79) | public static AuthResponse parse(String result) { method toString (line 108) | @Override FILE: play-services-base/core/src/main/java/org/microg/gms/common/DeviceConfiguration.java class DeviceConfiguration (line 45) | public class DeviceConfiguration { method DeviceConfiguration (line 63) | public DeviceConfiguration(Context context) { method getLocales (line 107) | @SuppressLint("GetLocales") method getNativePlatforms (line 122) | @SuppressWarnings({"deprecation", "InlinedApi"}) method addEglExtensions (line 136) | private static void addEglExtensions(Set glExtensions) { method addExtensionsForConfig (line 171) | private static void addExtensionsForConfig(EGL10 egl10, EGLDisplay egl... FILE: play-services-base/core/src/main/java/org/microg/gms/common/DeviceIdentifier.java class DeviceIdentifier (line 21) | public class DeviceIdentifier { method randomMacAddress (line 27) | private static String randomMacAddress() { method randomMeid (line 36) | private static String randomMeid() { FILE: play-services-base/core/src/main/java/org/microg/gms/common/ForegroundServiceContext.java class ForegroundServiceContext (line 20) | public class ForegroundServiceContext extends ContextWrapper { method ForegroundServiceContext (line 24) | public ForegroundServiceContext(Context base) { method startService (line 28) | @Override method isIgnoringBatteryOptimizations (line 38) | @RequiresApi(23) method getServiceName (line 44) | private static String getServiceName(Service service) { method completeForegroundService (line 71) | public static void completeForegroundService(Service service, Intent i... method buildForegroundNotification (line 85) | @RequiresApi(26) FILE: play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java class HttpFormClient (line 34) | public class HttpFormClient { method request (line 37) | public static T request(String url, Request request, Class tCla... method valueFromBoolVal (line 104) | private static String valueFromBoolVal(String value, Boolean boolVal, ... method appendParam (line 118) | private static void appendParam(StringBuilder content, String key, Str... method parseResponse (line 128) | private static T parseResponse(Class tClass, HttpURLConnection ... method requestAsync (line 206) | public static void requestAsync(final String url, final Request re... class Request (line 217) | public static abstract class Request { method prepare (line 218) | protected void prepare() { type Callback (line 222) | public interface Callback { method onResponse (line 223) | void onResponse(T response); method onException (line 225) | void onException(Exception exception); FILE: play-services-base/core/src/main/java/org/microg/gms/common/MultiListenerProxy.java class MultiListenerProxy (line 32) | public class MultiListenerProxy implements Invocat... method get (line 35) | public static T get(Class tClass, final Coll... method get (line 39) | public static T get(Class tClass, final List... method MultiListenerProxy (line 45) | private MultiListenerProxy(ListenerPool listeners) { method invoke (line 49) | @Override class ListenerPool (line 62) | public static abstract class ListenerPool implements Collection { method addAll (line 63) | @Override method add (line 68) | @Override method containsAll (line 73) | @Override method removeAll (line 81) | @Override method retainAll (line 90) | @Override method toArray (line 95) | @NonNull method toArray (line 101) | @NonNull class CollectionListenerPool (line 108) | private static class CollectionListenerPool extends ListenerPool { method CollectionListenerPool (line 112) | public CollectionListenerPool(Collection listeners) { method clear (line 116) | @Override method contains (line 121) | @Override method isEmpty (line 126) | @Override method iterator (line 131) | @NonNull method remove (line 137) | @Override method size (line 142) | @Override class MultiCollectionListenerPool (line 148) | public static class MultiCollectionListenerPool extends ListenerPoo... method MultiCollectionListenerPool (line 151) | public MultiCollectionListenerPool(Collection clazz) { method warnIfNotMainProcess (line 338) | public static void warnIfNotMainProcess(Context context, Class claz... method sha1sum (line 347) | @Deprecated method bytesToSumString (line 352) | @Nullable method sha1bytes (line 365) | @Deprecated method versionCode (line 379) | @Deprecated method versionName (line 384) | @Deprecated method targetSdkVersion (line 389) | @Deprecated FILE: play-services-base/core/src/main/java/org/microg/gms/common/PhoneInfo.java class PhoneInfo (line 21) | public class PhoneInfo { method randomImsi (line 27) | private String randomImsi() { FILE: play-services-base/core/src/main/java/org/microg/gms/common/RemoteListenerProxy.java class RemoteListenerProxy (line 34) | public class RemoteListenerProxy implements Servic... method get (line 44) | public static T get(Context context, Intent int... method RemoteListenerProxy (line 49) | private RemoteListenerProxy(Context context, Intent intent, Class t... method connect (line 56) | private boolean connect() { method runOncePossible (line 78) | private void runOncePossible(Runnable runnable) { method onServiceConnected (line 88) | @Override method onServiceDisconnected (line 110) | @Override method invoke (line 117) | @Override FILE: play-services-base/core/src/main/java/org/microg/gms/common/Utils.java class Utils (line 30) | public class Utils { method getLocale (line 32) | public static Locale getLocale(Context context) { method getDeviceIdentifier (line 36) | public static DeviceIdentifier getDeviceIdentifier(Context context) { method getPhoneInfo (line 40) | public static PhoneInfo getPhoneInfo(Context context) { method hasSelfPermissionOrNotify (line 44) | public static boolean hasSelfPermissionOrNotify(Context context, Strin... method readStreamToEnd (line 56) | public static byte[] readStreamToEnd(final InputStream is) throws IOEx... FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java class GoogleSignInAccount (line 33) | @SafeParcelable.Class method GoogleSignInAccount (line 81) | @Hide method GoogleSignInAccount (line 86) | @Constructor method createDefault (line 102) | @NonNull method fromAccount (line 108) | @NonNull method fromAccountAndScopes (line 114) | @NonNull method fromAccountAndScopes (line 123) | @NonNull method getAccount (line 132) | public @Nullable Account getAccount() { method getDisplayName (line 142) | public @Nullable String getDisplayName() { method getEmail (line 157) | public @Nullable String getEmail() { method getFamilyName (line 166) | public @Nullable String getFamilyName() { method getGivenName (line 175) | public @Nullable String getGivenName() { method getGrantedScopes (line 187) | public @NonNull Set getGrantedScopes() { method getId (line 202) | public @Nullable String getId() { method getIdToken (line 211) | public @Nullable String getIdToken() { method getPhotoUrl (line 220) | public @Nullable Uri getPhotoUrl() { method getServerAuthCode (line 228) | public @Nullable String getServerAuthCode() { method equals (line 232) | @Override method getExpirationTimeSecs (line 240) | @Hide method getObfuscatedIdentifier (line 245) | @Hide method getRequestedScopes (line 250) | @Hide method isExpired (line 257) | @Hide method requestExtraScopes (line 262) | @NonNull method fromJson (line 271) | @Nullable method toJson (line 296) | @Hide method hashCode (line 324) | @Override method toString (line 329) | @NonNull method writeToParcel (line 346) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java class GoogleSignInOptions (line 34) | @SafeParcelable.Class method GoogleSignInOptions (line 90) | private GoogleSignInOptions(List scopes, Account account, boole... method GoogleSignInOptions (line 94) | @Constructor method getScopeArray (line 113) | @NonNull method getScopes (line 118) | @Hide method getAccount (line 123) | @Hide method isIdTokenRequested (line 128) | @Hide method isServerAuthCodeRequested (line 133) | @Hide method isForceCodeForRefreshToken (line 138) | @Hide method getServerClientId (line 143) | @Hide method getHostedDomain (line 148) | @Hide method getExtensions (line 153) | @Hide method getLogSessionId (line 158) | @Hide class Builder (line 166) | public static final class Builder { method Builder (line 180) | public Builder() { method Builder (line 184) | public Builder(GoogleSignInOptions options) { method addExtension (line 204) | @NonNull method requestEmail (line 221) | @NonNull method requestId (line 230) | @NonNull method requestIdToken (line 241) | @NonNull method requestProfile (line 251) | @NonNull method requestScopes (line 263) | @NonNull method requestServerAuthCode (line 280) | public Builder requestServerAuthCode(String serverClientId) { method requestServerAuthCode (line 295) | public Builder requestServerAuthCode(String serverClientId, boolean ... method setAccountName (line 308) | public GoogleSignInOptions.Builder setAccountName(String accountName) { method setHostedDomain (line 318) | public GoogleSignInOptions.Builder setHostedDomain(String hostedDoma... method setLogSessionId (line 323) | @Hide method build (line 334) | @NonNull method fromJson (line 354) | public static GoogleSignInOptions fromJson(String jsonString) throws J... method toJson (line 375) | @NonNull method hashCode (line 396) | @Override method toString (line 413) | @NonNull method writeToParcel (line 427) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptionsExtension.java type GoogleSignInOptionsExtension (line 22) | public interface GoogleSignInOptionsExtension { method getExtensionType (line 28) | @Hide method toBundle (line 31) | @Hide method getImpliedScopes (line 34) | @Hide FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/internal/GoogleSignInOptionsExtensionParcelable.java class GoogleSignInOptionsExtensionParcelable (line 17) | @Hide method GoogleSignInOptionsExtensionParcelable (line 27) | public GoogleSignInOptionsExtensionParcelable(@NonNull GoogleSignInOpt... method GoogleSignInOptionsExtensionParcelable (line 31) | @Constructor method getBundle (line 38) | public Bundle getBundle() { method getType (line 42) | public int getType() { method writeToParcel (line 46) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/internal/HashAccumulator.java class HashAccumulator (line 17) | @Hide method addBoolean (line 22) | @NonNull method addObject (line 30) | @NonNull method hash (line 37) | @Deprecated FILE: play-services-base/src/main/java/com/google/android/gms/auth/api/signin/internal/Storage.java class Storage (line 17) | @Hide method getInstance (line 23) | public static Storage getInstance(Context context) { method Storage (line 38) | private Storage(Context context) { method getSavedDefaultGoogleSignInAccount (line 42) | @Nullable method getSavedDefaultGoogleSignInOptions (line 57) | @Nullable method getSavedRefreshToken (line 72) | @Nullable method saveDefaultGoogleSignInAccount (line 79) | public void saveDefaultGoogleSignInAccount(@NonNull GoogleSignInAccoun... method unsetDefaultGoogleSignInAccount (line 89) | public void unsetDefaultGoogleSignInAccount() { FILE: play-services-base/src/main/java/com/google/android/gms/common/GoogleApiAvailability.java class GoogleApiAvailability (line 46) | @PublicApi method GoogleApiAvailability (line 62) | private GoogleApiAvailability() { method getInstance (line 68) | public static GoogleApiAvailability getInstance() { method getErrorDialog (line 91) | public Dialog getErrorDialog(Activity activity, int errorCode, int req... method getErrorDialog (line 107) | public Dialog getErrorDialog(Activity activity, int errorCode, int req... method getErrorResolutionPendingIntent (line 123) | public PendingIntent getErrorResolutionPendingIntent(Context context, ... method getErrorResolutionPendingIntent (line 140) | public PendingIntent getErrorResolutionPendingIntent(Context context, ... method getErrorString (line 148) | public final String getErrorString(int errorCode) { method isGooglePlayServicesAvailable (line 160) | public int isGooglePlayServicesAvailable(Context context) { method isGooglePlayServicesAvailable (line 175) | public int isGooglePlayServicesAvailable(Context context, int minApkVe... method isUserResolvableError (line 187) | public final boolean isUserResolvableError(int errorCode) { method makeGooglePlayServicesAvailable (line 220) | public Task makeGooglePlayServicesAvailable(Activity activity) { method showErrorDialogFragment (line 241) | public boolean showErrorDialogFragment(Activity activity, int errorCod... method showErrorDialogFragment (line 258) | public boolean showErrorDialogFragment(Activity activity, int errorCod... method showErrorNotification (line 280) | public void showErrorNotification(Context context, int errorCode) { method showErrorNotification (line 297) | public void showErrorNotification(Context context, ConnectionResult re... FILE: play-services-base/src/main/java/com/google/android/gms/common/GooglePlayServicesClient.java type GooglePlayServicesClient (line 21) | @Deprecated method connect (line 23) | void connect(); method disconnect (line 25) | void disconnect(); method isConnected (line 27) | boolean isConnected(); method isConnecting (line 29) | boolean isConnecting(); method registerConnectionCallbacks (line 31) | void registerConnectionCallbacks(ConnectionCallbacks listener); method isConnectionCallbacksRegistered (line 33) | boolean isConnectionCallbacksRegistered(ConnectionCallbacks listener); method unregisterConnectionCallbacks (line 35) | void unregisterConnectionCallbacks(ConnectionCallbacks listener); method registerConnectionFailedListener (line 37) | void registerConnectionFailedListener(OnConnectionFailedListener liste... method isConnectionFailedListenerRegistered (line 39) | boolean isConnectionFailedListenerRegistered(OnConnectionFailedListene... method unregisterConnectionFailedListener (line 41) | void unregisterConnectionFailedListener(OnConnectionFailedListener lis... type OnConnectionFailedListener (line 43) | @Deprecated method onConnectionFailed (line 46) | void onConnectionFailed(ConnectionResult result); type ConnectionCallbacks (line 49) | @Deprecated method onConnected (line 52) | void onConnected(Bundle connectionHint); method onDisconnected (line 54) | void onDisconnected(); FILE: play-services-base/src/main/java/com/google/android/gms/common/GooglePlayServicesUtil.java class GooglePlayServicesUtil (line 39) | @PublicApi method getErrorDialog (line 74) | @Deprecated method getErrorDialog (line 93) | @Deprecated method getErrorPendingIntent (line 108) | @Deprecated method getErrorString (line 117) | @Deprecated method getOpenSourceSoftwareLicenseInfo (line 126) | @Deprecated method getRemoteContext (line 138) | public static Context getRemoteContext(Context context) { method getRemoteResources (line 151) | public static Resources getRemoteResources(Context context) { method isGooglePlayServicesAvailable (line 167) | @Deprecated method isGoogleSignedUid (line 174) | @Deprecated method isUserRecoverableError (line 187) | @Deprecated method showErrorDialogFragment (line 203) | @Deprecated method showErrorDialogFragment (line 208) | @Deprecated method showErrorDialogFragment (line 224) | @Deprecated method showErrorNotification (line 239) | @Deprecated FILE: play-services-base/src/main/java/com/google/android/gms/common/api/AccountInfo.java class AccountInfo (line 21) | @Deprecated FILE: play-services-base/src/main/java/com/google/android/gms/common/api/Api.java class Api (line 50) | public final class Api { method Api (line 58) | @Hide method Api (line 70) | public Api(String name, AbstractClientBuilder... method getBuilder (line 76) | @Hide class AbstractClientBuilder (line 82) | @Hide method buildClient (line 84) | @NonNull method buildClient (line 90) | @NonNull type AnyClient (line 96) | @Hide class AnyClientKey (line 100) | @Hide type ApiOptions (line 108) | public interface ApiOptions { type HasOptions (line 112) | interface HasOptions extends ApiOptions { type NotRequiredOptions (line 118) | interface NotRequiredOptions extends ApiOptions { class NoOptions (line 124) | final class NoOptions implements NotRequiredOptions { type Optional (line 130) | interface Optional extends HasOptions, NotRequiredOptions { type HasAccountOptions (line 136) | interface HasAccountOptions extends HasOptions, NotRequiredOptions { method getAccount (line 137) | @NonNull type HasGoogleSignInAccountOptions (line 144) | interface HasGoogleSignInAccountOptions extends HasOptions { method getGoogleSignInAccount (line 145) | GoogleSignInAccount getGoogleSignInAccount(); class BaseClientBuilder (line 152) | @Hide method getImpliedScopes (line 158) | @NonNull method getPriority (line 163) | public int getPriority() { type Client (line 168) | @Hide method connect (line 170) | @Deprecated method connect (line 173) | void connect(@NonNull BaseGmsClient.ConnectionProgressReportCallback... method disconnect (line 175) | void disconnect(); method disconnect (line 177) | void disconnect(@NonNull String reason); method dump (line 179) | void dump(@NonNull String prefix, @Nullable FileDescriptor fd, @NonN... method getAvailableFeatures (line 181) | @NonNull method getEndpointPackageName (line 184) | @NonNull method getLastDisconnectMessage (line 187) | @Nullable method getMinApkVersion (line 190) | int getMinApkVersion(); method getRemoteService (line 192) | void getRemoteService(@Nullable IAccountAccessor iAccountAccessor, @... method getRequiredFeatures (line 194) | @NonNull method getScopesForConnectionlessNonSignIn (line 197) | @NonNull method getServiceBrokerBinder (line 200) | @Nullable method getSignInIntent (line 203) | @NonNull method isConnected (line 206) | boolean isConnected(); method isConnecting (line 208) | boolean isConnecting(); method onUserSignOut (line 210) | void onUserSignOut(@NonNull BaseGmsClient.SignOutCallbacks signOutCa... method providesSignIn (line 212) | boolean providesSignIn(); method requiresAccount (line 214) | boolean requiresAccount(); method requiresGooglePlayServices (line 216) | boolean requiresGooglePlayServices(); method requiresSignIn (line 218) | boolean requiresSignIn(); class ClientKey (line 221) | @Hide method getBaseClientBuilder (line 225) | @Hide method getClientBuilder (line 232) | @Hide method getClientKey (line 238) | @Hide method getName (line 244) | @Hide FILE: play-services-base/src/main/java/com/google/android/gms/common/api/GoogleApi.java class GoogleApi (line 53) | @PublicApi method GoogleApi (line 75) | @Hide method GoogleApi (line 80) | @Hide method GoogleApi (line 86) | @Deprecated method GoogleApi (line 91) | @Hide method GoogleApi (line 97) | private GoogleApi(@NonNull Context context, @Nullable Activity activit... method GoogleApi (line 113) | @Hide method asGoogleApiClient (line 119) | @NonNull method getApiFallbackAttributionTag (line 132) | protected @Nullable String getApiFallbackAttributionTag(Context contex... method getApiKey (line 136) | @Override method getApiOptions (line 143) | @NonNull method getApplicationContext (line 149) | @NonNull method getContextAttributionTag (line 155) | @Nullable method getContextFeatureId (line 161) | @Nullable method getLooper (line 168) | @NonNull method scheduleTask (line 174) | @Hide class Settings (line 181) | @Hide class Builder (line 192) | @Hide method build (line 197) | @NonNull method setLooper (line 204) | @NonNull method setMapper (line 210) | @NonNull method Settings (line 217) | private Settings(@NonNull StatusExceptionMapper exceptionMapper, @No... FILE: play-services-base/src/main/java/com/google/android/gms/common/api/GoogleApiActivity.java class GoogleApiActivity (line 19) | @PublicApi method onCancel (line 21) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/api/GoogleApiClient.java class GoogleApiClient (line 56) | @Deprecated method blockingConnect (line 99) | @NonNull method blockingConnect (line 115) | @NonNull method clearDefaultAccountAndReconnect (line 125) | @NonNull method connect (line 137) | public abstract void connect(); method connect (line 149) | public abstract void connect(int signInMode); method disconnect (line 159) | public abstract void disconnect(); method dump (line 169) | public abstract void dump(@NonNull String prefix, @Nullable FileDescri... method dumpAll (line 182) | public static void dumpAll(@NonNull String prefix, @NonNull FileDescri... method getConnectionResult (line 208) | @NonNull method getContext (line 211) | @NonNull method getLooper (line 217) | @NonNull method hasApi (line 223) | @Hide method hasConnectedApi (line 233) | public abstract boolean hasConnectedApi(@NonNull Api api); method isConnected (line 241) | public abstract boolean isConnected(); method isConnecting (line 248) | public abstract boolean isConnecting(); method isConnectionCallbacksRegistered (line 260) | public abstract boolean isConnectionCallbacksRegistered(@NonNull Conne... method isConnectionFailedListenerRegistered (line 272) | public abstract boolean isConnectionFailedListenerRegistered(@NonNull ... method maybeSignIn (line 274) | @Hide method maybeSignOut (line 279) | @Hide method reconnect (line 299) | public abstract void reconnect(); method registerConnectionCallbacks (line 318) | public abstract void registerConnectionCallbacks(@NonNull ConnectionCa... method registerConnectionFailedListener (line 338) | public abstract void registerConnectionFailedListener(@NonNull OnConne... method registerListener (line 340) | @NonNull method stopAutoManage (line 357) | public abstract void stopAutoManage(@NonNull FragmentActivity lifecycl... method unregisterConnectionCallbacks (line 368) | public abstract void unregisterConnectionCallbacks(@NonNull Connection... method unregisterConnectionFailedListener (line 379) | public abstract void unregisterConnectionFailedListener(@NonNull OnCon... class Builder (line 386) | @Deprecated method Builder (line 407) | public Builder(@NonNull Context context) { method Builder (line 421) | public Builder(@NonNull Context context, @NonNull ConnectionCallback... method addApi (line 433) | @NonNull method addApi (line 447) | @NonNull method addApiIfAvailable (line 463) | @NonNull method addApiIfAvailable (line 481) | @NonNull method addConnectionCallbacks (line 501) | @NonNull method addOnConnectionFailedListener (line 519) | @NonNull method addScope (line 533) | @NonNull method build (line 544) | @NonNull method enableAutoManage (line 569) | @NonNull method enableAutoManage (line 596) | @NonNull method getClientSettings (line 604) | @Hide method setAccountName (line 617) | @NonNull method setGravityForPopups (line 631) | @NonNull method setHandler (line 641) | @NonNull method setViewForPopups (line 652) | @NonNull method useDefaultAccount (line 661) | public Builder useDefaultAccount() { type ConnectionCallbacks (line 671) | @PublicApi method onConnected (line 683) | void onConnected(Bundle connectionHint); type OnConnectionFailedListener (line 691) | @PublicApi FILE: play-services-base/src/main/java/com/google/android/gms/common/api/HasApiKey.java type HasApiKey (line 12) | public interface HasApiKey { method getApiKey (line 13) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/api/OptionalModuleApi.java type OptionalModuleApi (line 15) | public interface OptionalModuleApi { method getOptionalFeatures (line 16) | @Hide FILE: play-services-base/src/main/java/com/google/android/gms/common/api/OptionalPendingResult.java class OptionalPendingResult (line 17) | public abstract class OptionalPendingResult extends Pe... method get (line 28) | public abstract R get(); method isDone (line 33) | public abstract boolean isDone(); FILE: play-services-base/src/main/java/com/google/android/gms/common/api/PendingResult.java class PendingResult (line 31) | public abstract class PendingResult { method await (line 37) | public abstract R await(); method await (line 43) | public abstract R await(long time, TimeUnit unit); method cancel (line 51) | public abstract void cancel(); method isCanceled (line 57) | public abstract boolean isCanceled(); method setResultCallback (line 62) | public abstract void setResultCallback(@NonNull ResultCallback call... method setResultCallback (line 68) | public abstract void setResultCallback(@NonNull ResultCallback call... method then (line 92) | @NonNull type StatusListener (line 97) | @Hide method onComplete (line 99) | void onComplete(@NonNull Status status); method addStatusListener (line 102) | @Hide FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/ApiExceptionMapper.java class ApiExceptionMapper (line 13) | @Hide method getException (line 15) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/ApiKey.java class ApiKey (line 15) | @Hide method ApiKey (line 23) | private ApiKey(Api api, @Nullable O options, @Nullable String attri... method getSharedApiKey (line 29) | @NonNull method equals (line 35) | @Override method hashCode (line 43) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/ConnectionCallbacks.java type ConnectionCallbacks (line 16) | @Hide method onConnected (line 33) | void onConnected(Bundle connectionHint); method onConnectionSuspended (line 45) | void onConnectionSuspended(int cause); FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/ListenerHolder.java class ListenerHolder (line 10) | @Hide FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/OnConnectionFailedListener.java type OnConnectionFailedListener (line 16) | @Hide method onConnectionFailed (line 29) | void onConnectionFailed(ConnectionResult result); FILE: play-services-base/src/main/java/com/google/android/gms/common/api/internal/SignInConnectionListener.java type SignInConnectionListener (line 10) | @Hide method onComplete (line 12) | void onComplete(); FILE: play-services-base/src/main/java/com/google/android/gms/common/data/AbstractDataBuffer.java class AbstractDataBuffer (line 18) | public abstract class AbstractDataBuffer implements DataBuffer { method AbstractDataBuffer (line 21) | @Hide method close (line 31) | @Override method get (line 47) | public abstract T get(int position); method getCount (line 49) | @Override method isClosed (line 58) | @Deprecated method iterator (line 65) | @Override method release (line 73) | @Override method singleRefIterator (line 84) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/data/BitmapTeleporter.java class BitmapTeleporter (line 25) | @SafeParcelable.Class method BitmapTeleporter (line 38) | public BitmapTeleporter() { method BitmapTeleporter (line 41) | public BitmapTeleporter(int version, ParcelFileDescriptor parcelFileDe... method BitmapTeleporter (line 49) | public BitmapTeleporter(Bitmap bitmap) { method createTargetBitmap (line 57) | public final Bitmap createTargetBitmap() { method setTargetDirectory (line 88) | public final void setTargetDirectory(File file) { method close (line 95) | private static void close(Closeable closeable) { method writeToParcel (line 103) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/data/DataBuffer.java type DataBuffer (line 20) | public interface DataBuffer extends Releasable, Iterable { method close (line 27) | void close(); method get (line 32) | T get(int position); method getCount (line 34) | int getCount(); method isClosed (line 39) | @Deprecated method iterator (line 42) | @Override method release (line 48) | @Override method singleRefIterator (line 56) | Iterator singleRefIterator(); FILE: play-services-base/src/main/java/com/google/android/gms/common/data/DataBufferIterator.java class DataBufferIterator (line 14) | @Hide method DataBufferIterator (line 19) | public DataBufferIterator(@NonNull DataBuffer dataBuffer) { method next (line 23) | @Override method remove (line 31) | @Override method hasNext (line 36) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/data/DataBufferRef.java class DataBufferRef (line 12) | @Hide method DataBufferRef (line 18) | public DataBufferRef(DataHolder dataHolder, int dataRow) { method copyToBuffer (line 23) | protected void copyToBuffer(@NonNull String column, @NonNull CharArray... method getBoolean (line 27) | protected boolean getBoolean(@NonNull String column) { method getByteArray (line 31) | protected byte[] getByteArray(@NonNull String column) { method getDouble (line 35) | protected double getDouble(@NonNull String column) { method getFloat (line 39) | protected float getFloat(@NonNull String column) { method getInteger (line 43) | protected int getInteger(@NonNull String column) { method getLong (line 47) | protected long getLong(@NonNull String column) { method getString (line 51) | protected String getString(@NonNull String column) { method hasColumn (line 55) | protected boolean hasColumn(@NonNull String column) { method hasNull (line 59) | protected boolean hasNull(@NonNull String column) { method isDataValid (line 63) | public boolean isDataValid() { method setDataRow (line 67) | public void setDataRow(int dataRow) { FILE: play-services-base/src/main/java/com/google/android/gms/common/data/DataHolder.java class DataHolder (line 47) | @PublicApi(until = "1") method DataHolder (line 75) | private DataHolder() { method DataHolder (line 90) | public DataHolder(String[] columns, CursorWindow[] windows, int status... method DataHolder (line 105) | public DataHolder(AbstractWindowedCursor cursor, int statusCode, Bundl... method DataHolder (line 116) | public DataHolder(Cursor cursor, int statusCode, Bundle metadata) { method builder (line 127) | public static Builder builder(String[] columns, String uniqueColumn) { method builder (line 137) | public static Builder builder(String[] columns) { method empty (line 146) | public static DataHolder empty(int statusCode, Bundle metadata) { method empty (line 154) | public static DataHolder empty(int statusCode) { method getCursorType (line 158) | @SuppressWarnings("deprecation") method close (line 188) | @Override method copyToBuffer (line 210) | public void copyToBuffer(String column, int row, int windowIndex, Char... method createCursorWindows (line 214) | @SuppressWarnings("deprecation") method createCursorWindows (line 265) | private static CursorWindow[] createCursorWindows(Cursor cursor) { method getBoolean (line 316) | public boolean getBoolean(String column, int row, int windowIndex) { method getByteArray (line 330) | public byte[] getByteArray(String column, int row, int windowIndex) { method getCount (line 339) | public int getCount() { method getDouble (line 343) | public double getDouble(String column, int row, int windowIndex) { method getFloat (line 347) | public float getFloat(String column, int row, int windowIndex) { method getInteger (line 361) | public int getInteger(String column, int row, int windowIndex) { method getLong (line 375) | public long getLong(String column, int row, int windowIndex) { method getStatusCode (line 379) | public int getStatusCode() { method getString (line 393) | public String getString(String column, int row, int windowIndex) { method hasColumn (line 397) | public boolean hasColumn(String column) { method hasNull (line 411) | public boolean hasNull(String column, int row, int windowIndex) { method isClosed (line 415) | public boolean isClosed() { method parseUri (line 431) | public Uri parseUri(String column, int row, int windowIndex) { method toString (line 437) | @Override method validateContents (line 447) | public void validateContents() { method getWindowIndex (line 460) | public int getWindowIndex(int row) { class Builder (line 474) | public static class Builder { method Builder (line 480) | private Builder(String[] columns, String uniqueColumn) { method build (line 494) | public DataHolder build(int statusCode, Bundle metadata) { method build (line 504) | public DataHolder build(int statusCode) { method getCount (line 511) | public int getCount() { method sort (line 523) | public Builder sort(String sortColumn) { method withRow (line 535) | public Builder withRow(ContentValues values) { method withRow (line 551) | public Builder withRow(HashMap row) { method createFromParcel (line 570) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/data/Freezable.java type Freezable (line 19) | public interface Freezable { method freeze (line 29) | T freeze(); method isDataValid (line 38) | boolean isDataValid(); FILE: play-services-base/src/main/java/com/google/android/gms/common/data/SingleRefDataBufferIterator.java class SingleRefDataBufferIterator (line 13) | @Hide method SingleRefDataBufferIterator (line 17) | public SingleRefDataBufferIterator(@NonNull DataBuffer dataBuffer) { method next (line 21) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/images/ImageManager.java class ImageManager (line 38) | public class ImageManager { method create (line 45) | public static ImageManager create(Context context) { method ImageManager (line 63) | private ImageManager(Context context) { method compressBitmap (line 80) | public byte[] compressBitmap(Bitmap bitmap, Bitmap.CompressFormat form... method compressBitmap (line 90) | public byte[] compressBitmap(Bitmap original, int newWidth, int newHei... method loadImage (line 99) | public void loadImage(final String url, final ImageView imageView) { method getBitmapFromCache (line 123) | private Bitmap getBitmapFromCache(String key) { method addBitmapToCache (line 131) | private void addBitmapToCache(String key, Bitmap bitmap) { method getBitmapFromDiskCache (line 138) | private Bitmap getBitmapFromDiskCache(String key) { method addBitmapToDiskCache (line 146) | private void addBitmapToDiskCache(String key, Bitmap bitmap) { method getDiskCacheFile (line 155) | private File getDiskCacheFile(String key) { method md5 (line 160) | private String md5(String s) { method downloadBitmap (line 178) | @WorkerThread FILE: play-services-base/src/main/java/com/google/android/gms/common/images/Size.java class Size (line 16) | @PublicApi method Size (line 27) | public Size(int width, int height) { method equals (line 41) | @Override method getHeight (line 57) | public int getHeight() { method getWidth (line 66) | public int getWidth() { method hashCode (line 70) | @Override method parseSize (line 91) | public static Size parseSize(String string) { method toString (line 103) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/images/WebImage.java class WebImage (line 22) | public class WebImage extends AutoSafeParcelable { method WebImage (line 37) | @Hide method WebImage (line 50) | public WebImage(Uri url) { method WebImage (line 62) | public WebImage(Uri url, int width, int height) { method getHeight (line 73) | public int getHeight() { method getUrl (line 80) | public Uri getUrl() { method getWidth (line 87) | public int getWidth() { method toString (line 94) | public String toString() { FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ApiExceptionUtil.java class ApiExceptionUtil (line 14) | @Hide method fromStatus (line 16) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/AuthAccountRequest.java class AuthAccountRequest (line 10) | public class AuthAccountRequest extends AutoSafeParcelable { FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ClientIdentity.java class ClientIdentity (line 13) | public class ClientIdentity extends AutoSafeParcelable { method hashCode (line 19) | @Override method toString (line 24) | @NonNull method equals (line 30) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ClientSettings.java class ClientSettings (line 25) | @Hide method ClientSettings (line 46) | public ClientSettings(@Nullable Account account, @NonNull Set r... method createDefault (line 62) | @NonNull method getAccount (line 67) | @Nullable method getAccountName (line 72) | @Deprecated method getAccountOrDefault (line 79) | @NonNull method getAllRequestedScopes (line 85) | @NonNull method getApplicableScopes (line 90) | @NonNull method getGravityForPopups (line 98) | public int getGravityForPopups() { method getRealClientPackageName (line 102) | @NonNull method getRequiredScopes (line 107) | @NonNull method getViewForPopups (line 112) | @Nullable method getScopesForOptionalApi (line 117) | @NonNull method getContextClassName (line 122) | @Nullable method getSignInOptions (line 127) | @NonNull method getSessionId (line 132) | @Nullable method setSessionId (line 137) | public void setSessionId(@NonNull Integer sessionId) { FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/MethodInvocation.java class MethodInvocation (line 19) | @SafeParcelable.Class method MethodInvocation (line 43) | @Constructor method toString (line 56) | @NonNull method writeToParcel (line 74) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/PendingResultUtil.java class PendingResultUtil (line 19) | @Hide type ResultConverter (line 21) | public interface ResultConverter { method convert (line 22) | @Nullable method toTask (line 26) | @NonNull method toResponseTask (line 39) | @NonNull method toVoidTask (line 47) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ResolveAccountRequest.java class ResolveAccountRequest (line 16) | @Hide method toString (line 28) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ResolveAccountResponse.java class ResolveAccountResponse (line 15) | @Hide method toString (line 28) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/ResultTransform.java class ResultTransform (line 26) | public abstract class ResultTransform { method createFailedResult (line 34) | @NonNull method onFailure (line 46) | @NonNull method onSuccess (line 65) | @Nullable FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/TelemetryData.java class TelemetryData (line 21) | @SafeParcelable.Class method TelemetryData (line 30) | @Constructor method toString (line 36) | @NonNull method writeToParcel (line 45) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/internal/TransformedResult.java class TransformedResult (line 22) | public abstract class TransformedResult { method andFinally (line 26) | public abstract void andFinally(@NonNull ResultCallbacks ca... method then (line 36) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/InstallStatusListener.java type InstallStatusListener (line 14) | public interface InstallStatusListener { method onInstallStatusUpdated (line 18) | void onInstallStatusUpdated(ModuleInstallStatusUpdate update); FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleAvailabilityResponse.java class ModuleAvailabilityResponse (line 29) | @SafeParcelable.Class method ModuleAvailabilityResponse (line 36) | @Constructor method areModulesAvailable (line 46) | public boolean areModulesAvailable() { method getAvailabilityStatus (line 53) | public @AvailabilityStatus int getAvailabilityStatus() { method writeToParcel (line 76) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstall.java class ModuleInstall (line 17) | public class ModuleInstall { method getClient (line 21) | public static ModuleInstallClient getClient(Activity activity) { method getClient (line 28) | public static ModuleInstallClient getClient(Context context) { FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallClient.java type ModuleInstallClient (line 21) | public interface ModuleInstallClient extends HasApiKey areModulesAvailable(@NonNull Optional... method deferredInstall (line 44) | Task deferredInstall(@NonNull OptionalModuleApi... apis); method getInstallModulesIntent (line 54) | Task getInstallModulesIntent(@NonNull Opt... method installModules (line 74) | Task installModules(@NonNull ModuleInstallReque... method releaseModules (line 91) | Task releaseModules(@NonNull OptionalModuleApi... apis); method unregisterListener (line 99) | Task unregisterListener(@NonNull InstallStatusListener listen... FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallIntentResponse.java class ModuleInstallIntentResponse (line 28) | @SafeParcelable.Class method ModuleInstallIntentResponse (line 33) | @Constructor method getPendingIntent (line 44) | public @Nullable PendingIntent getPendingIntent() { method writeToParcel (line 48) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallRequest.java class ModuleInstallRequest (line 23) | public class ModuleInstallRequest { method ModuleInstallRequest (line 28) | private ModuleInstallRequest(@NonNull List apis, @N... method getApis (line 37) | public @NonNull List getApis() { method getListener (line 44) | public @Nullable InstallStatusListener getListener() { method getListenerExecutor (line 51) | public @Nullable Executor getListenerExecutor() { method newBuilder (line 58) | public static @NonNull Builder newBuilder() { class Builder (line 65) | public static class Builder { method addApi (line 73) | public @NonNull Builder addApi(@NonNull OptionalModuleApi api) { method setListener (line 86) | public @NonNull Builder setListener(@NonNull InstallStatusListener l... method setListener (line 97) | public @NonNull Builder setListener(@NonNull InstallStatusListener l... method build (line 106) | public @NonNull ModuleInstallRequest build() { FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallResponse.java class ModuleInstallResponse (line 22) | @SafeParcelable.Class method ModuleInstallResponse (line 30) | @Constructor method areModulesAlreadyInstalled (line 40) | public boolean areModulesAlreadyInstalled() { method getSessionId (line 49) | public int getSessionId() { method writeToParcel (line 53) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallStatusCodes.java class ModuleInstallStatusCodes (line 17) | public class ModuleInstallStatusCodes extends CommonStatusCodes { method getStatusCodeString (line 40) | @NonNull FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/ModuleInstallStatusUpdate.java class ModuleInstallStatusUpdate (line 28) | @SafeParcelable.Class method ModuleInstallStatusUpdate (line 42) | @Constructor method getErrorCode (line 61) | public int getErrorCode() { method getInstallState (line 68) | public @InstallState int getInstallState() { method getProgressInfo (line 80) | public @Nullable ProgressInfo getProgressInfo() { method getSessionId (line 87) | public int getSessionId() { class ProgressInfo (line 135) | public static class ProgressInfo { method ProgressInfo (line 139) | ProgressInfo(long bytesDownloaded, long totalBytesToDownload) { method getBytesDownloaded (line 147) | public long getBytesDownloaded() { method getTotalBytesToDownload (line 156) | public long getTotalBytesToDownload() { method writeToParcel (line 161) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/moduleinstall/internal/ApiFeatureRequest.java class ApiFeatureRequest (line 19) | @SafeParcelable.Class method toString (line 31) | @NonNull method writeToParcel (line 42) | @Override FILE: play-services-base/src/main/java/com/google/android/gms/common/server/FavaDiagnosticsEntity.java class FavaDiagnosticsEntity (line 21) | public class FavaDiagnosticsEntity extends AutoSafeParcelable { FILE: play-services-base/src/main/java/com/google/android/gms/common/util/IOUtils.java class IOUtils (line 17) | public final class IOUtils { method IOUtils (line 18) | private IOUtils() { method closeQuietly (line 21) | public static void closeQuietly(ParcelFileDescriptor parcelFileDescrip... method copyStream (line 30) | public static long copyStream(@NonNull InputStream inputStream, @NonNu... method isGzipByteBuffer (line 34) | public static boolean isGzipByteBuffer(@NonNull byte[] bArr) { method readInputStreamFully (line 43) | public static byte[] readInputStreamFully(@NonNull InputStream inputSt... method toByteArray (line 47) | public static byte[] toByteArray(@NonNull InputStream inputStream) thr... method closeQuietly (line 60) | public static void closeQuietly(Closeable closeable) { method copyStream (line 69) | public static long copyStream(@NonNull InputStream inputStream, @NonNu... method readInputStreamFully (line 95) | public static byte[] readInputStreamFully(@NonNull InputStream inputSt... FILE: play-services-base/src/main/java/com/google/android/gms/dynamic/DeferredLifecycleHelper.java class DeferredLifecycleHelper (line 19) | public abstract class DeferredLifecycleHelper implements Api.Cli... method GmsClient (line 64) | public GmsClient(Context context, ConnectionCallbacks callbacks, OnCon... method onConnectedToBroker (line 73) | protected void onConnectedToBroker(IGmsServiceBroker broker, GmsCallba... method interfaceFromBinder (line 84) | protected abstract I interfaceFromBinder(IBinder binder); method connect (line 86) | @Override method handleConnectionFailed (line 103) | public void handleConnectionFailed() { method disconnect (line 107) | @Override method isConnected (line 123) | @Override method isConnecting (line 128) | @Override method hasError (line 133) | public synchronized boolean hasError() { method getContext (line 137) | public Context getContext() { method getServiceInterface (line 141) | public synchronized I getServiceInterface() { type ConnectionState (line 151) | protected enum ConnectionState { class GmsServiceConnection (line 155) | private class GmsServiceConnection implements ServiceConnection { method onServiceConnected (line 157) | @Override method onServiceDisconnected (line 167) | @Override class GmsCallbacks (line 175) | public class GmsCallbacks extends IGmsCallbacks.Stub { method onPostInitComplete (line 177) | @Override method onAccountValidationComplete (line 199) | @Override method onPostInitCompleteWithConnectionInfo (line 204) | @Override method connect (line 211) | @Override method disconnect (line 216) | @Override method dump (line 221) | @Override method getAvailableFeatures (line 226) | @NonNull method getEndpointPackageName (line 232) | @NonNull method getLastDisconnectMessage (line 238) | @Nullable method getMinApkVersion (line 244) | @Override method getRemoteService (line 249) | @Override method getRequiredFeatures (line 254) | @NonNull method getScopesForConnectionlessNonSignIn (line 260) | @NonNull method getServiceBrokerBinder (line 266) | @Nullable method getSignInIntent (line 272) | @NonNull method onUserSignOut (line 278) | @Override method providesSignIn (line 283) | @Override method requiresAccount (line 288) | @Override method requiresGooglePlayServices (line 293) | @Override method requiresSignIn (line 298) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/GmsConnector.java class GmsConnector (line 32) | public class GmsConnector { method GmsConnector (line 39) | public GmsConnector(GoogleApiClient apiClient, Api api, Callback... method call (line 45) | public static PendingResult connect() { type Callback (line 61) | public interface Callback { method onClientAvailable (line 62) | void onClientAvailable(C client, ResultProvider resultProvider) t... type ResultProvider (line 64) | interface ResultProvider { method onResultAvailable (line 65) | void onResultAvailable(R result); class Handler (line 69) | private class Handler extends android.os.Handler { method Handler (line 70) | private Handler(Looper looper) { method handleMessage (line 74) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/MultiConnectionKeeper.java class MultiConnectionKeeper (line 51) | public class MultiConnectionKeeper { method isSystem (line 65) | private Boolean isSystem(PackageManager pm, String packageId) throws P... method isGoogleOrMicrogSig (line 70) | private Boolean isGoogleOrMicrogSig(PackageManager pm, String packageI... method isSystemGoogleOrMicrogSig (line 76) | private Boolean isSystemGoogleOrMicrogSig(PackageManager pm, String pa... method isMicrogSig (line 80) | private Boolean isMicrogSig(PackageManager pm, String packageId) throw... method signatureIsIn (line 85) | private Boolean signatureIsIn(PackageManager pm, String packageId, Lis... method sha1sum (line 94) | private String sha1sum(byte[] bytes) { method getTargetPackageWithoutPref (line 114) | private String getTargetPackageWithoutPref() { method getTargetPackage (line 140) | private String getTargetPackage() { method MultiConnectionKeeper (line 151) | public MultiConnectionKeeper(Context context) { method getInstance (line 156) | public synchronized static MultiConnectionKeeper getInstance(Context c... method bind (line 162) | public synchronized boolean bind(String action, ServiceConnection conn... method bind (line 166) | public synchronized boolean bind(String action, ServiceConnection conn... method unbind (line 185) | public synchronized void unbind(String action, ServiceConnection conne... class Connection (line 201) | public class Connection { method onServiceConnected (line 210) | @Override method onServiceDisconnected (line 222) | @Override method Connection (line 236) | public Connection(String actionString) { method Connection (line 240) | public Connection(String actionString, boolean requireMicrog) { method getIntent (line 245) | private Intent getIntent() { method bind (line 276) | @SuppressLint("InlinedApi") method isMicrog (line 296) | public boolean isMicrog(ResolveInfo resolveInfo) { method isBound (line 307) | public boolean isBound() { method getBinder (line 311) | public IBinder getBinder() { method unbind (line 315) | public void unbind() { method addConnectionForward (line 325) | public void addConnectionForward(ServiceConnection connection) { method removeConnectionForward (line 332) | public void removeConnectionForward(ServiceConnection connection) { method forwardsConnection (line 339) | public boolean forwardsConnection(ServiceConnection connection) { method hasForwards (line 343) | public boolean hasForwards() { FILE: play-services-base/src/main/java/org/microg/gms/common/api/AbstractPlayServicesClient.java class AbstractPlayServicesClient (line 27) | public class AbstractPlayServicesClient implements GooglePlayServicesCli... method AbstractPlayServicesClient (line 32) | public AbstractPlayServicesClient(GoogleApiClient googleApiClient) { method assertConnected (line 36) | public void assertConnected() { method connect (line 40) | @Override method disconnect (line 46) | @Override method isConnected (line 52) | @Override method isConnecting (line 57) | @Override method registerConnectionCallbacks (line 62) | @Override method isConnectionCallbacksRegistered (line 67) | @Override method unregisterConnectionCallbacks (line 73) | @Override method registerConnectionFailedListener (line 79) | @Override method isConnectionFailedListenerRegistered (line 86) | @Override method unregisterConnectionFailedListener (line 93) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/api/ApiClientBuilder.java type ApiClientBuilder (line 27) | @Deprecated method build (line 29) | Api.Client build(O options, Context context, Looper looper, ClientSett... FILE: play-services-base/src/main/java/org/microg/gms/common/api/BasePendingResult.java class BasePendingResult (line 29) | public class BasePendingResult extends PendingResult { method BasePendingResult (line 37) | public BasePendingResult(Looper looper) { method getResult (line 41) | private R getResult() { method await (line 47) | @Override method await (line 56) | @Override method cancel (line 65) | @Override method isCanceled (line 70) | @Override method isReady (line 77) | public boolean isReady() { method setResultCallback (line 81) | @Override method setResultCallback (line 94) | @Override method deliverResult (line 107) | public void deliverResult(R result) { FILE: play-services-base/src/main/java/org/microg/gms/common/api/GoogleApiClientImpl.java class GoogleApiClientImpl (line 44) | public class GoogleApiClientImpl extends GoogleApiClient { method onConnected (line 56) | @Override method onConnectionSuspended (line 64) | @Override method onConnectionFailed (line 74) | @Override method GoogleApiClientImpl (line 85) | public GoogleApiClientImpl(Context context, Looper looper, ClientSetti... method incrementUsageCounter (line 106) | public synchronized void incrementUsageCounter() { method decrementUsageCounter (line 110) | public synchronized void decrementUsageCounter() { method getLooper (line 115) | @NonNull method hasConnectedApi (line 120) | @Override method getApiConnection (line 125) | public Api.Client getApiConnection(Api api) { method blockingConnect (line 129) | @NonNull method blockingConnect (line 135) | @NonNull method clearDefaultAccountAndReconnect (line 141) | @NonNull method connect (line 147) | @Override method connect (line 165) | @Override method disconnect (line 170) | @Override method dump (line 184) | @Override method getConnectionResult (line 189) | @NonNull method isConnected (line 195) | @Override method isConnecting (line 203) | @Override method isConnectionCallbacksRegistered (line 211) | @Override method isConnectionFailedListenerRegistered (line 216) | @Override method reconnect (line 221) | @Override method registerConnectionCallbacks (line 228) | @Override method registerConnectionFailedListener (line 233) | @Override method stopAutoManage (line 238) | @Override method unregisterConnectionCallbacks (line 243) | @Override method unregisterConnectionFailedListener (line 248) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/api/GoogleApiManager.java class GoogleApiManager (line 24) | public class GoogleApiManager { method GoogleApiManager (line 30) | private GoogleApiManager(Context context) { method getInstance (line 34) | public synchronized static GoogleApiManager getInstance(Context contex... method clientForApi (line 39) | private synchronized ... method scheduleTask (line 51) | public synchronized { method WaitingApiCall (line 128) | public WaitingApiCall(PendingGoogleApiCall apiCall, T... method execute (line 133) | public void execute(Api.Client client) throws Exception { method failed (line 137) | public void failed(Exception e) { method equals (line 141) | @Override method hashCode (line 152) | @Override class ApiInstance (line 160) | private static class ApiInstance { method ApiInstance (line 164) | public ApiInstance(Class apiClass, Api.ApiOptions apiOptions) { method ApiInstance (line 169) | public ApiInstance(GoogleApi api) { method equals (line 173) | @Override method hashCode (line 184) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/api/InstantPendingResult.java class InstantPendingResult (line 25) | public class InstantPendingResult extends PendingResul... method InstantPendingResult (line 28) | public InstantPendingResult(R value) { method await (line 32) | @Override method await (line 37) | @Override method cancel (line 42) | @Override method isCanceled (line 47) | @Override method setResultCallback (line 52) | @Override method setResultCallback (line 57) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/api/PendingGoogleApiCall.java type PendingGoogleApiCall (line 11) | public interface PendingGoogleApiCall { method execute (line 12) | void execute(A client, TaskCompletionSource completionSource) throw... FILE: play-services-base/src/main/java/org/microg/gms/common/api/ResultCallbackHandler.java class ResultCallbackHandler (line 27) | class ResultCallbackHandler extends Handler { method ResultCallbackHandler (line 32) | public ResultCallbackHandler(Looper looper) { method handleMessage (line 36) | @Override method sendResultCallback (line 50) | public void sendResultCallback(ResultCallback callback, R result) { method sendTimeoutResultCallback (line 57) | public void sendTimeoutResultCallback(BasePendingResult pendingResult,... class OnCompleteObject (line 61) | public static class OnCompleteObject { method OnCompleteObject (line 65) | public OnCompleteObject(ResultCallback callback, R result) { FILE: play-services-base/src/main/java/org/microg/gms/common/api/ReturningGoogleApiCall.java type ReturningGoogleApiCall (line 11) | public interface ReturningGoogleApiCall extends... method execute (line 12) | R execute(A client) throws Exception; method execute (line 14) | @Override FILE: play-services-base/src/main/java/org/microg/gms/common/api/VoidReturningGoogleApiCall.java type VoidReturningGoogleApiCall (line 11) | public interface VoidReturningGoogleApiCall extend... method execute (line 12) | void execute(A client) throws Exception; method execute (line 14) | @Override FILE: play-services-base/src/main/java/org/microg/gms/signin/SignInClientImpl.java class SignInClientImpl (line 39) | public class SignInClientImpl extends GmsClient implemen... method SignInClientImpl (line 44) | public SignInClientImpl(Context context, ClientSettings clientSettings... method interfaceFromBinder (line 68) | @Override method clearAccountFromSessionStore (line 73) | @Override method saveDefaultAccount (line 82) | @Override method signIn (line 91) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/ConnectionResult.java class ConnectionResult (line 28) | @SafeParcelable.Class method ConnectionResult (line 174) | private ConnectionResult() { method ConnectionResult (line 182) | public ConnectionResult(int statusCode) { method ConnectionResult (line 192) | public ConnectionResult(int statusCode, PendingIntent resolution) { method ConnectionResult (line 203) | @Constructor method getStatusString (line 210) | static String getStatusString(int statusCode) { method equals (line 267) | @Override method getErrorCode (line 284) | public int getErrorCode() { method getErrorMessage (line 293) | public String getErrorMessage() { method getResolution (line 304) | public PendingIntent getResolution() { method hashCode (line 308) | @Override method hasResolution (line 319) | public boolean hasResolution() { method isSuccess (line 328) | public boolean isSuccess() { method startResolutionForResult (line 344) | public void startResolutionForResult(Activity activity, int requestCod... method writeToParcel (line 351) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/Feature.java class Feature (line 15) | @SafeParcelable.Class method Feature (line 26) | public Feature(String name) { method Feature (line 30) | public Feature(String name, long version) { method Feature (line 34) | public Feature(String name, long version, boolean fullyRolledOut) { method Feature (line 38) | @Constructor method getName (line 46) | public String getName() { method getVersion (line 50) | public long getVersion() { method toString (line 55) | @NonNull method writeToParcel (line 61) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/GoogleCertificatesLookupQuery.java class GoogleCertificatesLookupQuery (line 17) | @SafeParcelable.Class method getCallingPackage (line 33) | public String getCallingPackage() { method getContext (line 37) | public Context getContext() { method writeToParcel (line 44) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/GoogleCertificatesLookupResponse.java class GoogleCertificatesLookupResponse (line 13) | @SafeParcelable.Class method GoogleCertificatesLookupResponse (line 24) | @Constructor method writeToParcel (line 32) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/GoogleCertificatesQuery.java class GoogleCertificatesQuery (line 21) | @Hide method getCallingPackage (line 34) | public String getCallingPackage() { method getCertData (line 38) | public CertData getCertData() { method writeToParcel (line 45) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/GooglePlayServicesNotAvailableException.java class GooglePlayServicesNotAvailableException (line 14) | public class GooglePlayServicesNotAvailableException extends Exception { method GooglePlayServicesNotAvailableException (line 20) | public GooglePlayServicesNotAvailableException(int errorCode) { FILE: play-services-basement/src/main/java/com/google/android/gms/common/GooglePlayServicesRepairableException.java class GooglePlayServicesRepairableException (line 20) | public class GooglePlayServicesRepairableException extends UserRecoverab... method GooglePlayServicesRepairableException (line 30) | public GooglePlayServicesRepairableException(int connectionStatusCode,... method getConnectionStatusCode (line 41) | public int getConnectionStatusCode() { FILE: play-services-basement/src/main/java/com/google/android/gms/common/Scopes.java class Scopes (line 16) | public class Scopes { FILE: play-services-basement/src/main/java/com/google/android/gms/common/UserRecoverableException.java class UserRecoverableException (line 17) | public class UserRecoverableException extends Exception { method UserRecoverableException (line 20) | public UserRecoverableException(String message, Intent intent) { method getIntent (line 29) | public Intent getIntent() { FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ApiException.java class ApiException (line 16) | @PublicApi method ApiException (line 28) | @PublicApi method getStatus (line 36) | @PublicApi method getStatusCode (line 46) | @PublicApi method getStatusMessage (line 54) | @PublicApi method getMessage (line 59) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ApiMetadata.java class ApiMetadata (line 19) | @Hide method ApiMetadata (line 33) | @Constructor method ApiMetadata (line 40) | private ApiMetadata() { method writeToParcel (line 46) | @Override method toString (line 54) | @NonNull class ApiMetadataCreator (line 60) | private static class ApiMetadataCreator implements SafeParcelableCreat... method createFromParcel (line 63) | @Override method newArray (line 73) | @Override method writeToParcel (line 78) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/CommonStatusCodes.java class CommonStatusCodes (line 23) | @SuppressWarnings({"deprecation", "DeprecatedIsStillUsed"}) method getStatusCodeString (line 49) | @NonNull FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ComplianceOptions.java class ComplianceOptions (line 18) | @SafeParcelable.Class method ComplianceOptions (line 29) | public ComplianceOptions() { method ComplianceOptions (line 32) | @Constructor method writeToParcel (line 40) | @Override method toString (line 47) | @NonNull FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/Releasable.java type Releasable (line 22) | public interface Releasable { method release (line 23) | void release(); FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ResolvableApiException.java class ResolvableApiException (line 22) | @PublicApi method ResolvableApiException (line 24) | @PublicApi method getResolution (line 35) | @PublicApi method startResolutionForResult (line 50) | @PublicApi FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/Response.java class Response (line 17) | @PublicApi method Response (line 21) | public Response() { method Response (line 24) | protected Response(T result) { method getResult (line 28) | public T getResult() { method setResult (line 32) | public void setResult(T result) { FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/Result.java type Result (line 24) | @PublicApi method getStatus (line 26) | public Status getStatus(); FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ResultCallback.java type ResultCallback (line 23) | public interface ResultCallback { method onResult (line 32) | public void onResult(R result); FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/ResultCallbacks.java class ResultCallbacks (line 18) | public abstract class ResultCallbacks implements Resul... method onFailure (line 24) | public abstract void onFailure(@NonNull Status result); method onSuccess (line 35) | public abstract void onSuccess(@NonNull R result); FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/Scope.java class Scope (line 30) | @PublicApi method Scope (line 38) | private Scope() { method Scope (line 45) | @Constructor method equals (line 50) | @Override method getScopeUri (line 55) | public String getScopeUri() { method hashCode (line 59) | @Override method toString (line 64) | @Override method writeToParcel (line 69) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/Status.java class Status (line 35) | @PublicApi method Status (line 59) | private Status() { method Status (line 70) | public Status(int statusCode) { method Status (line 80) | public Status(int statusCode, String statusMessage) { method Status (line 91) | @Constructor method getResolution (line 105) | public PendingIntent getResolution() { method getStatus (line 116) | @Override method getStatusCode (line 127) | public int getStatusCode() { method getStatusMessage (line 131) | public String getStatusMessage() { method hasResolution (line 141) | public boolean hasResolution() { method isCanceled (line 148) | public boolean isCanceled() { method isInterrupted (line 155) | public boolean isInterrupted() { method isSuccess (line 164) | public boolean isSuccess() { method startResolutionForResult (line 180) | public void startResolutionForResult(Activity activity, int requestCod... method toString (line 186) | @NonNull method writeToParcel (line 192) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/api/internal/StatusExceptionMapper.java type StatusExceptionMapper (line 12) | @Hide method getException (line 14) | @NonNull FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/BaseGmsClient.java class BaseGmsClient (line 13) | @Hide type ConnectionProgressReportCallbacks (line 15) | public interface ConnectionProgressReportCallbacks { method onReportServiceBinding (line 16) | void onReportServiceBinding(@NonNull ConnectionResult connectionResu... type SignOutCallbacks (line 19) | public interface SignOutCallbacks { method onSignOutComplete (line 20) | void onSignOutComplete(); FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/BinderWrapper.java class BinderWrapper (line 23) | public class BinderWrapper implements Parcelable { method BinderWrapper (line 26) | public BinderWrapper(IBinder binder) { method describeContents (line 30) | @Override method writeToParcel (line 35) | @Override method createFromParcel (line 41) | @Override method newArray (line 46) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/CertData.java class CertData (line 28) | public class CertData extends ICertData.Stub { method CertData (line 32) | public CertData(byte[] bytes) { method hashCode (line 38) | @Override method equals (line 43) | @Override method getBytes (line 55) | public byte[] getBytes() { method getWrappedBytes (line 59) | @Override method remoteHashCode (line 64) | @Override method unwrap (line 69) | @Nullable method unwrap (line 81) | public static CertData unwrap(IObjectWrapper certDataWrapper) { method unwrap (line 91) | public static CertData unwrap(ICertData iCertData) { FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/ConnectionInfo.java class ConnectionInfo (line 16) | @SafeParcelable.Class method writeToParcel (line 25) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/GetServiceRequest.java class GetServiceRequest (line 35) | @SafeParcelable.Class method GetServiceRequest (line 69) | private GetServiceRequest() { method GetServiceRequest (line 74) | @Constructor method toString (line 81) | @Override method writeToParcel (line 97) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/ValidateAccountRequest.java class ValidateAccountRequest (line 25) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/AbstractSafeParcelable.java class AbstractSafeParcelable (line 8) | public abstract class AbstractSafeParcelable implements SafeParcelable { method findCreator (line 10) | @SuppressWarnings("unchecked") method describeContents (line 25) | @Override FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelReader.java class SafeParcelReader (line 16) | @SuppressWarnings("MagicNumber") method SafeParcelReader (line 19) | private SafeParcelReader() { method halfOf (line 22) | @Deprecated method getFieldId (line 27) | public static int getFieldId(int header) { method readSingleInt (line 31) | @Deprecated method readHeader (line 36) | public static int readHeader(Parcel parcel) { method readSize (line 40) | private static int readSize(Parcel parcel, int header) { method readExpectedSize (line 46) | private static void readExpectedSize(Parcel parcel, int header, int ex... method readStart (line 52) | @Deprecated method readObjectHeader (line 57) | public static int readObjectHeader(Parcel parcel) { method readInt (line 69) | public static int readInt(Parcel parcel, int header) { method readByte (line 74) | public static byte readByte(Parcel parcel, int header) { method readShort (line 79) | public static short readShort(Parcel parcel, int header) { method readBool (line 84) | public static boolean readBool(Parcel parcel, int header) { method readLong (line 89) | public static long readLong(Parcel parcel, int header) { method readFloat (line 94) | public static float readFloat(Parcel parcel, int header) { method readDouble (line 99) | public static double readDouble(Parcel parcel, int header) { method readString (line 104) | public static String readString(Parcel parcel, int header) { method readBinder (line 114) | public static IBinder readBinder(Parcel parcel, int header) { method readParcelable (line 124) | public static T readParcelable(Parcel parcel, i... method readList (line 134) | public static ArrayList readList(Parcel parcel, int header, ClassLoade... method readMap (line 144) | public static HashMap readMap(Parcel parcel, int header, ClassLoader c... method readParcelableList (line 154) | public static ArrayList readParcelableList(P... method readStringList (line 164) | public static ArrayList readStringList(Parcel parcel, int head... method readIntegerList (line 174) | public static ArrayList readIntegerList(Parcel parcel, int he... method readLongList (line 188) | public static ArrayList readLongList(Parcel parcel, int header) { method readFloatList (line 202) | public static ArrayList readFloatList(Parcel parcel, int header) { method readDoubleList (line 216) | public static ArrayList readDoubleList(Parcel parcel, int head... method readBooleanList (line 230) | public static ArrayList readBooleanList(Parcel parcel, int he... method readParcelableArray (line 244) | public static T[] readParcelableArray(Parcel pa... method readStringArray (line 254) | public static String[] readStringArray(Parcel parcel, int header) { method readByteArray (line 264) | public static byte[] readByteArray(Parcel parcel, int header) { method readByteArrayArray (line 274) | public static byte[][] readByteArrayArray(Parcel parcel, int header) { method readFloatArray (line 288) | public static float[] readFloatArray(Parcel parcel, int header) { method readIntArray (line 298) | public static int[] readIntArray(Parcel parcel, int header) { method readBundle (line 308) | public static Bundle readBundle(Parcel parcel, int header, ClassLoader... method skip (line 318) | public static void skip(Parcel parcel, int header) { class ReadException (line 323) | public static class ReadException extends RuntimeException { method ReadException (line 324) | public ReadException(String message, Parcel parcel) { FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelWriter.java class SafeParcelWriter (line 16) | @SuppressWarnings("MagicNumber") method SafeParcelWriter (line 19) | private SafeParcelWriter() { method writeHeader (line 22) | private static void writeHeader(Parcel parcel, int fieldId, int size) { method writeStart (line 31) | @Deprecated method writeObjectHeader (line 36) | public static int writeObjectHeader(Parcel parcel) { method writeObjectHeader (line 41) | private static int writeObjectHeader(Parcel parcel, int fieldId) { method writeEnd (line 46) | @Deprecated method finishObjectHeader (line 51) | public static void finishObjectHeader(Parcel parcel, int start) { method write (line 59) | public static void write(Parcel parcel, int fieldId, Boolean val) { method write (line 65) | public static void write(Parcel parcel, int fieldId, Byte val) { method write (line 71) | public static void write(Parcel parcel, int fieldId, Short val) { method write (line 77) | public static void write(Parcel parcel, int fieldId, Integer val) { method write (line 83) | public static void write(Parcel parcel, int fieldId, Long val) { method write (line 89) | public static void write(Parcel parcel, int fieldId, Float val) { method write (line 95) | public static void write(Parcel parcel, int fieldId, Double val) { method write (line 101) | public static void write(Parcel parcel, int fieldId, String val, boole... method write (line 113) | public static void write(Parcel parcel, int fieldId, Parcelable val, i... method write (line 125) | public static void write(Parcel parcel, int fieldId, Bundle val, boole... method write (line 137) | public static void write(Parcel parcel, int fieldId, byte[] val, boole... method write (line 149) | public static void write(Parcel parcel, int fieldId, byte[][] val, boo... method write (line 164) | public static void write(Parcel parcel, int fieldId, float[] val, bool... method write (line 176) | public static void write(Parcel parcel, int fieldId, int[] val, boolea... method write (line 188) | public static void write(Parcel parcel, int fieldId, String[] val, boo... method writeStringList (line 200) | public static void writeStringList(Parcel parcel, int fieldId, List void writeArrayPart(Parcel parce... method write (line 298) | public static void write(Parcel parcel, int fie... method write (line 317) | public static void write(Parcel parcel, int fie... method write (line 336) | public static void write(Parcel parcel, int fieldId, Parcel val, boole... method write (line 348) | public static void write(Parcel parcel, int fieldId, List val, boolean... method write (line 360) | public static void write(Parcel parcel, int fieldId, Map val, boolean ... method write (line 372) | public static void write(Parcel parcel, int fieldId, IBinder val, bool... FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelable.java type SafeParcelable (line 15) | public interface SafeParcelable extends Parcelable { FILE: play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelableCreatorAndWriter.java type SafeParcelableCreatorAndWriter (line 11) | public interface SafeParcelableCreatorAndWriter T deserializeFromBytes(byte[]... method serializeToBytes (line 22) | public static byte[] serializeToBytes(T par... FILE: play-services-basement/src/main/java/com/google/android/gms/dynamic/LifecycleDelegate.java type LifecycleDelegate (line 16) | public interface LifecycleDelegate { method onCreateView (line 17) | View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGrou... method onCreate (line 19) | void onCreate(@Nullable Bundle savedInstanceState); method onDestroy (line 21) | void onDestroy(); method onDestroyView (line 23) | void onDestroyView(); method onInflate (line 25) | void onInflate(@NonNull Activity activity, @NonNull Bundle options, @N... method onLowMemory (line 27) | void onLowMemory(); method onPause (line 29) | void onPause(); method onResume (line 31) | void onResume(); method onSaveInstanceState (line 33) | void onSaveInstanceState(@NonNull Bundle outState); method onStart (line 35) | void onStart(); method onStop (line 37) | void onStop(); FILE: play-services-basement/src/main/java/com/google/android/gms/dynamic/ObjectWrapper.java class ObjectWrapper (line 25) | public class ObjectWrapper extends IObjectWrapper.Stub { method ObjectWrapper (line 28) | public ObjectWrapper(T t) { method unwrap (line 32) | @Nullable method unwrapTyped (line 90) | @Nullable method wrap (line 99) | public static ObjectWrapper wrap(T t) { FILE: play-services-basement/src/main/java/com/google/android/gms/dynamic/OnDelegateCreatedListener.java type OnDelegateCreatedListener (line 8) | public interface OnDelegateCreatedListener { method onDelegateCreated (line 9) | void onDelegateCreated(T delegate); FILE: play-services-basement/src/main/java/com/google/android/gms/dynamite/DynamiteModule.java class DynamiteModule (line 17) | public class DynamiteModule { type VersionPolicy (line 53) | public interface VersionPolicy { type IVersions (line 54) | interface IVersions { method getLocalVersion (line 55) | int getLocalVersion(@NonNull Context context, @NonNull String modu... method getRemoteVersion (line 57) | int getRemoteVersion(@NonNull Context context, @NonNull String mod... method getLocalVersion (line 60) | @Override method getRemoteVersion (line 65) | @Override class SelectionResult (line 72) | class SelectionResult { method selectModule (line 78) | SelectionResult selectModule(@NonNull Context context, @NonNull Stri... class LoadingException (line 81) | public static class LoadingException extends Exception { method LoadingException (line 82) | public LoadingException(String message) { method LoadingException (line 86) | public LoadingException(String message, Throwable cause) { method DynamiteModule (line 93) | private DynamiteModule(Context moduleContext) { method getModuleContext (line 97) | public Context getModuleContext() { method getLocalVersion (line 101) | public static int getLocalVersion(@NonNull Context context, @NonNull S... method getRemoteVersion (line 121) | public static int getRemoteVersion(@NonNull Context context, @NonNull ... method getRemoteVersion (line 125) | public static int getRemoteVersion(@NonNull Context context, @NonNull ... method load (line 130) | @NonNull method instantiate (line 155) | @NonNull FILE: play-services-basement/src/main/java/com/google/android/gms/security/ProviderInstaller.java class ProviderInstaller (line 19) | public class ProviderInstaller { method installIfNeeded (line 28) | public static void installIfNeeded(Context context) { method installIfNeededAsync (line 38) | public static void installIfNeededAsync(Context context, ProviderInsta... type ProviderInstallListener (line 45) | public interface ProviderInstallListener { method onProviderInstallFailed (line 54) | void onProviderInstallFailed(int errorCode, Intent recoveryIntent); method onProviderInstalled (line 59) | void onProviderInstalled(); FILE: play-services-basement/src/main/java/com/google/android/gms/stats/GCoreWakefulBroadcastReceiver.java class GCoreWakefulBroadcastReceiver (line 18) | @Hide method completeWakefulIntent (line 20) | public static boolean completeWakefulIntent(@NonNull Context context, ... FILE: play-services-basement/src/main/java/org/microg/gms/auth/AuthConstants.java class AuthConstants (line 19) | public class AuthConstants { FILE: play-services-basement/src/main/java/org/microg/gms/common/Constants.java class Constants (line 21) | public class Constants { FILE: play-services-basement/src/main/java/org/microg/gms/common/GmsService.java type GmsService (line 19) | public enum GmsService { method GmsService (line 476) | GmsService(int serviceId, String... actions) { type ADVERTISING_ID (line 482) | public interface ADVERTISING_ID { method byServiceId (line 487) | public static GmsService byServiceId(int serviceId) { method byAction (line 494) | public static GmsService byAction(String action) { method nameFromServiceId (line 503) | public static String nameFromServiceId(int serviceId) { method toString (line 507) | public String toString(int serviceId) { FILE: play-services-basement/src/main/java/org/microg/gms/gcm/GcmConstants.java class GcmConstants (line 19) | public final class GcmConstants { FILE: play-services-basement/src/main/java/org/microg/gms/utils/ToStringHelper.java class ToStringHelper (line 12) | public class ToStringHelper { method ToStringHelper (line 18) | public ToStringHelper(String name) { method name (line 22) | public static ToStringHelper name(String name) { method value (line 26) | public ToStringHelper value(String val) { method value (line 35) | public ToStringHelper value(long val) { method value (line 39) | public ToStringHelper value(double val) { method value (line 43) | public ToStringHelper value(Object val) { method value (line 49) | public ToStringHelper value(Object val, boolean forceNull) { method value (line 54) | public ToStringHelper value(byte[] val) { method value (line 58) | public ToStringHelper value(byte[] val, boolean forceNull) { method fieldUnquoted (line 63) | private ToStringHelper fieldUnquoted(String name, String val) { method field (line 70) | public ToStringHelper field(String name, String val) { method field (line 74) | public ToStringHelper field(String name, String val, boolean forceNull) { method field (line 83) | public ToStringHelper field(String name, long val) { method field (line 87) | public ToStringHelper field(String name, double val) { method field (line 91) | public ToStringHelper field(String name, boolean val) { method field (line 95) | public ToStringHelper field(String name, Object val) { method field (line 102) | public ToStringHelper field(String name, Object val, boolean forceNull) { method field (line 107) | public ToStringHelper field(String name, byte[] val) { method field (line 111) | public ToStringHelper field(String name, byte[] val, boolean forceNull) { method field (line 116) | public ToStringHelper field(String name, Object[] val) { method field (line 120) | public ToStringHelper field(String name, Object[] val, boolean forceNu... method end (line 125) | public String end() { FILE: play-services-basement/src/main/java/org/microg/gms/utils/WorkSourceUtil.java class WorkSourceUtil (line 15) | public class WorkSourceUtil { method getMethod (line 18) | private static Method getMethod(String name, Class... parameterType... method invokeMethod (line 24) | private static T invokeMethod(WorkSource workSource, Method method... method invokeMethod (line 28) | private static T invokeMethod(WorkSource workSource, String name, ... method add (line 32) | public static void add(WorkSource workSource, int uid, String packageN... method size (line 44) | public static int size(WorkSource workSource) { method isEmpty (line 52) | public static boolean isEmpty(WorkSource workSource) { FILE: play-services-basement/src/main/java/org/microg/safeparcel/AutoSafeParcelable.java class AutoSafeParcelable (line 14) | public abstract class AutoSafeParcelable extends AbstractSafeParcelable { method writeToParcel (line 17) | @SuppressWarnings("unchecked") method findCreator (line 29) | @SuppressWarnings("unchecked") class AutoCreator (line 42) | @Deprecated method AutoCreator (line 44) | public AutoCreator(java.lang.Class tClass) { FILE: play-services-basement/src/main/java/org/microg/safeparcel/ReflectedSafeParcelableCreatorAndWriter.java class ReflectedSafeParcelableCreatorAndWriter (line 13) | public class ReflectedSafeParcelableCreatorAndWriter tClass) { method createFromParcel (line 21) | @Override method writeToParcel (line 26) | @Override method newArray (line 31) | @SuppressWarnings("unchecked") FILE: play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java class SafeParcelReflectionUtil (line 26) | @Hide method SafeParcelReflectionUtil (line 30) | private SafeParcelReflectionUtil() { method createObject (line 33) | @Deprecated method createObject (line 39) | public static T createObject(Parcel in,... method writeObject (line 50) | @Deprecated method writeObject (line 59) | public static void writeObject(T object... method readObject (line 71) | @SuppressWarnings("unchecked") method readObject (line 81) | public static void readObject(T object,... method getCreator (line 106) | @SuppressWarnings("unchecked") method getCreator (line 118) | @SuppressWarnings("unchecked") method getSubClass (line 131) | @SuppressWarnings("deprecation") method getListItemClass (line 150) | @SuppressWarnings("deprecation") method getClassLoader (line 165) | private static ClassLoader getClassLoader(Class clazz) { method isSafeParceledField (line 169) | @SuppressWarnings("deprecation") method writeField (line 174) | @SuppressWarnings("unchecked") method readField (line 267) | private static void readField(AutoSafeParcelable object, Parcel parcel... type SafeParcelType (line 398) | private enum SafeParcelType { class ClassDescriptor (line 405) | public static class ClassDescriptor { method ClassDescriptor (line 410) | public ClassDescriptor(Class tClass) { class FieldDescriptor (line 430) | public static class FieldDescriptor { method FieldDescriptor (line 443) | public FieldDescriptor(Field field) { method getType (line 487) | private SafeParcelType getType() { FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/CastContextImpl.java class CastContextImpl (line 41) | public class CastContextImpl extends ICastContext.Stub { method CastContextImpl (line 55) | public CastContextImpl(IObjectWrapper context, CastOptions options, IM... method getMergedSelectorAsBundle (line 76) | @Override method addVisibilityChangeListener (line 81) | @Override method removeVisibilityChangeListener (line 86) | @Override method isApplicationVisible (line 91) | @Override method getSessionManagerImpl (line 97) | @Override method getDiscoveryManagerImpl (line 105) | @Override method destroy (line 113) | @Override method onActivityResumed (line 118) | @Override method onActivityPaused (line 124) | @Override method setReceiverApplicationId (line 129) | @Override method getContext (line 134) | public Context getContext() { method getRouter (line 138) | public IMediaRouter getRouter() { method getMergedSelector (line 142) | public MediaRouteSelector getMergedSelector() { method getOptions (line 146) | public CastOptions getOptions() { method getWrappedThis (line 150) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/CastDynamiteModuleImpl.java class CastDynamiteModuleImpl (line 42) | public class CastDynamiteModuleImpl extends ICastDynamiteModule.Stub { method newCastContextImpl (line 45) | @Override method newSessionImpl (line 50) | @Override method newCastSessionImpl (line 55) | @Override method newMediaNotificationServiceImpl (line 60) | @Override method newReconnectionServiceImpl (line 66) | @Override method newFetchBitmapTaskImpl (line 72) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/CastSessionImpl.java class CastSessionImpl (line 32) | public class CastSessionImpl extends ICastSession.Stub { method CastSessionImpl (line 38) | public CastSessionImpl(CastOptions options, IObjectWrapper session, IC... method launchApplication (line 46) | public void launchApplication() throws RemoteException { method onConnected (line 50) | @Override method onConnectionSuspended (line 55) | @Override method onConnectionFailed (line 60) | @Override method onApplicationConnectionSuccess (line 65) | @Override method onApplicationConnectionFailure (line 70) | @Override method disconnectFromDevice (line 75) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/DiscoveryManagerImpl.java class DiscoveryManagerImpl (line 31) | public class DiscoveryManagerImpl extends IDiscoveryManager.Stub { method DiscoveryManagerImpl (line 38) | public DiscoveryManagerImpl(CastContextImpl castContextImpl) { method startDiscovery (line 42) | @Override method stopDiscovery (line 47) | @Override method addDiscoveryManagerListener (line 52) | @Override method removeDiscoveryManagerListener (line 58) | @Override method getWrappedThis (line 64) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/MediaRouterCallbackImpl.java class MediaRouterCallbackImpl (line 29) | public class MediaRouterCallbackImpl extends IMediaRouterCallback.Stub { method MediaRouterCallbackImpl (line 34) | public MediaRouterCallbackImpl(CastContextImpl castContext) { method onRouteAdded (line 38) | @Override method onRouteChanged (line 42) | @Override method onRouteRemoved (line 46) | @Override method onRouteSelected (line 50) | @Override method unknown (line 60) | @Override method onRouteUnselected (line 64) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/SessionImpl.java class SessionImpl (line 31) | public class SessionImpl extends ISession.Stub { method SessionImpl (line 48) | public SessionImpl(String category, String sessionId, ISessionProxy pr... method start (line 54) | public void start(CastContextImpl castContext, CastDevice castDevice, ... method onApplicationConnectionSuccess (line 66) | public void onApplicationConnectionSuccess(ApplicationMetadata applica... method onApplicationConnectionFailure (line 77) | public void onApplicationConnectionFailure(int statusCode) { method onRouteSelected (line 92) | public void onRouteSelected(Bundle extras) { method getCastSession (line 95) | public CastSessionImpl getCastSession() { method setCastSession (line 99) | public void setCastSession(CastSessionImpl castSession) { method getSessionProxy (line 103) | public ISessionProxy getSessionProxy() { method getWrappedSession (line 107) | public IObjectWrapper getWrappedSession() throws RemoteException { method getCategory (line 114) | @Override method getSessionId (line 119) | @Override method getRouteId (line 124) | @Override method isConnected (line 129) | @Override method isConnecting (line 134) | @Override method isDisconnecting (line 139) | @Override method isDisconnected (line 145) | @Override method isResuming (line 151) | @Override method isSuspended (line 157) | @Override method notifySessionStarted (line 163) | @Override method notifyFailedToStartSession (line 168) | @Override method notifySessionEnded (line 173) | @Override method notifySessionResumed (line 178) | @Override method notifyFailedToResumeSession (line 183) | @Override method notifySessionSuspended (line 188) | @Override method getWrappedObject (line 193) | @Override FILE: play-services-cast-framework/core/src/main/java/com/google/android/gms/cast/framework/internal/SessionManagerImpl.java class SessionManagerImpl (line 39) | public class SessionManagerImpl extends ISessionManager.Stub { method SessionManagerImpl (line 53) | public SessionManagerImpl(CastContextImpl castContext) { method getWrappedCurrentSession (line 57) | @Override method endCurrentSession (line 65) | @Override method addSessionManagerListener (line 70) | @Override method removeSessionManagerListener (line 76) | @Override method addCastStateListener (line 82) | @Override method removeCastStateListener (line 88) | @Override method getWrappedThis (line 94) | @Override method getCastState (line 99) | @Override method startSession (line 104) | @Override method onRouteSelected (line 111) | public void onRouteSelected(String routeId, Bundle extras) { method setCastState (line 115) | private void setCastState(int castState) { method onCastStateChanged (line 120) | public void onCastStateChanged() { method onSessionStarting (line 130) | public void onSessionStarting(SessionImpl session) { method onSessionStartFailed (line 141) | public void onSessionStartFailed(SessionImpl session, int error) { method onSessionStarted (line 153) | public void onSessionStarted(SessionImpl session, String sessionId) { method onSessionResumed (line 165) | public void onSessionResumed(SessionImpl session, boolean wasSuspended) { method onSessionEnding (line 176) | public void onSessionEnding(SessionImpl session) { method onSessionEnded (line 186) | public void onSessionEnded(SessionImpl session, int error) { method onSessionResuming (line 198) | public void onSessionResuming(SessionImpl session, String sessionId) { method onSessionResumeFailed (line 208) | public void onSessionResumeFailed(SessionImpl session, int error) { method onSessionSuspended (line 220) | public void onSessionSuspended(SessionImpl session, int reason) { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/CastButtonFactory.java class CastButtonFactory (line 8) | public class CastButtonFactory { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/CastContext.java class CastContext (line 32) | public class CastContext { method getSharedInstance (line 45) | public static CastContext getSharedInstance() { method getSharedInstance (line 67) | @Deprecated method getSharedInstance (line 106) | public static Task getSharedInstance(Context context, Exe... method getSessionManager (line 124) | @NonNull method CastContext (line 139) | private CastContext(Context appContext, CastOptions castOptions, @Null... method getSessionProviderMap (line 154) | private Map getSessionProviderMap() { method getOptionsProvider (line 173) | private static OptionsProvider getOptionsProvider(Context context) { method getDiscoveryManager (line 187) | @NonNull FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/CastOptions.java class CastOptions (line 25) | public class CastOptions extends AutoSafeParcelable { method getCastMediaOptions (line 62) | public CastMediaOptions getCastMediaOptions() { method getEnableReconnectionService (line 69) | public boolean getEnableReconnectionService() { method getLaunchOptions (line 76) | public LaunchOptions getLaunchOptions() { method getReceiverApplicationId (line 84) | public String getReceiverApplicationId() { method getResumeSavedSession (line 92) | public boolean getResumeSavedSession() { method getStopReceiverApplicationWhenEndingSession (line 100) | public boolean getStopReceiverApplicationWhenEndingSession() { method getSupportedNamespaces (line 107) | @NonNull method getVolumeDeltaBeforeIceCreamSandwich (line 118) | @Deprecated FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/CastSession.java class CastSession (line 8) | public class CastSession extends Session{ FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/CastState.java class CastState (line 19) | public final class CastState { method toString (line 25) | public static String toString(int castState) { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/DiscoveryManager.java class DiscoveryManager (line 14) | class DiscoveryManager { method DiscoveryManager (line 18) | public DiscoveryManager(Context context, IDiscoveryManager delegate) { method getWrappedThis (line 23) | public IObjectWrapper getWrappedThis() { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/ModuleUnavailableException.java class ModuleUnavailableException (line 14) | public class ModuleUnavailableException extends Exception { method ModuleUnavailableException (line 15) | public ModuleUnavailableException(Throwable cause) { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/OptionsProvider.java type OptionsProvider (line 22) | public interface OptionsProvider { method getAdditionalSessionProviders (line 29) | @Nullable method getCastOptions (line 38) | @NonNull FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/ReconnectionService.java class ReconnectionService (line 15) | public class ReconnectionService extends Service { method onCreate (line 18) | @Override method onStartCommand (line 32) | @Override method onBind (line 44) | @Nullable method onDestroy (line 57) | @Override FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/Session.java class Session (line 8) | public class Session { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/SessionManager.java class SessionManager (line 16) | public class SessionManager { method SessionManager (line 20) | SessionManager(Context context, ISessionManager delegate) { method endCurrentSession (line 31) | public void endCurrentSession(boolean stopCasting) { method getCurrentCastSession (line 44) | public CastSession getCurrentCastSession() { method getCurrentSession (line 57) | public Session getCurrentSession() { method getWrappedThis (line 65) | IObjectWrapper getWrappedThis() { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/SessionProvider.java class SessionProvider (line 21) | public abstract class SessionProvider { method SessionProvider (line 33) | protected SessionProvider(Context applicationContext, String category) { method createSession (line 41) | public abstract Session createSession(String sessionId); method getCategory (line 46) | public final String getCategory() { method getContext (line 53) | public final Context getContext() { method isSessionRecoverable (line 62) | public abstract boolean isSessionRecoverable(); method asBinder (line 64) | public IBinder asBinder() { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/media/CastMediaOptions.java class CastMediaOptions (line 22) | public class CastMediaOptions extends AutoSafeParcelable { FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/media/MediaIntentReceiver.java class MediaIntentReceiver (line 20) | public class MediaIntentReceiver extends BroadcastReceiver { method onReceive (line 57) | @Override method onReceiveActionForward (line 103) | protected void onReceiveActionForward(Session currentSession, long for... method onReceiveActionMediaButton (line 117) | protected void onReceiveActionMediaButton(Session currentSession, Inte... method onReceiveActionRewind (line 136) | protected void onReceiveActionRewind(Session currentSession, long rewi... method onReceiveActionSkipNext (line 149) | protected void onReceiveActionSkipNext(Session currentSession) { method onReceiveActionSkipPrev (line 162) | protected void onReceiveActionSkipPrev(Session currentSession) { method onReceiveActionTogglePlayback (line 175) | protected void onReceiveActionTogglePlayback(Session currentSession) { method onReceiveOtherAction (line 183) | @Deprecated method onReceiveOtherAction (line 195) | protected void onReceiveOtherAction(Context context, String action, In... FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/media/MediaNotificationService.java class MediaNotificationService (line 13) | public class MediaNotificationService extends Service { method onBind (line 14) | @Nullable FILE: play-services-cast-framework/src/main/java/com/google/android/gms/cast/framework/media/NotificationOptions.java class NotificationOptions (line 20) | public class NotificationOptions extends AutoSafeParcelable { method getActions (line 104) | public List getActions() { method getSkipStepMs (line 113) | public long getSkipStepMs() { method getTargetActivityClassName (line 120) | public String getTargetActivityClassName() { FILE: play-services-cast-framework/src/main/java/org/microg/gms/cast/CastDynamiteModule.java class CastDynamiteModule (line 25) | public class CastDynamiteModule { method newCastContext (line 26) | public static ICastContext newCastContext(Context context, CastOptions... method newReconnectionService (line 30) | public static IReconnectionService newReconnectionService(Service serv... method getInterface (line 38) | @NonNull FILE: play-services-cast-framework/src/main/java/org/microg/gms/cast/CastSessionProvider.java class CastSessionProvider (line 14) | public class CastSessionProvider extends SessionProvider { method CastSessionProvider (line 17) | public CastSessionProvider(Context applicationContext, CastOptions cas... method createSession (line 22) | @Override method isSessionRecoverable (line 27) | @Override FILE: play-services-cast-framework/src/main/java/org/microg/gms/cast/ISessionProviderImpl.java class ISessionProviderImpl (line 15) | public class ISessionProviderImpl extends ISessionProvider.Stub { method ISessionProviderImpl (line 18) | public ISessionProviderImpl(SessionProvider delegate) { method getSession (line 22) | @Override method isSessionRecoverable (line 27) | @Override method getCategory (line 32) | @Override method getSupportedVersion (line 37) | @Override FILE: play-services-cast/core/src/main/java/com/google/android/gms/cast/media/CastMediaRouteProviderService.java class CastMediaRouteProviderService (line 26) | public class CastMediaRouteProviderService extends MediaRouteProviderSer... method onCreateMediaRouteProvider (line 29) | @Override FILE: play-services-cast/core/src/main/java/org/microg/gms/cast/CastDeviceControllerImpl.java class CastDeviceControllerImpl (line 56) | public class CastDeviceControllerImpl extends ICastDeviceController.Stub... method CastDeviceControllerImpl (line 75) | public CastDeviceControllerImpl(Context context, String packageName, B... method connectionEventReceived (line 94) | @Override method createMetadataFromApplication (line 101) | protected ApplicationMetadata createMetadataFromApplication(Applicatio... method spontaneousEventReceived (line 119) | @Override method rawMessageReceived (line 145) | @Override method disconnect (line 164) | @Override method sendMessage (line 174) | @Override method stopApplication (line 185) | @Override method registerNamespace (line 196) | @Override method unregisterNamespace (line 201) | @Override method launchApplication (line 206) | @Override method joinApplication (line 222) | @Override method onDisconnected (line 228) | public void onDisconnected(int reason) { method onApplicationConnectionSuccess (line 238) | public void onApplicationConnectionSuccess(ApplicationMetadata applica... method onApplicationConnectionFailure (line 248) | public void onApplicationConnectionFailure(int statusCode) { method onTextMessageReceived (line 258) | public void onTextMessageReceived(String namespace, String message) { method onBinaryMessageReceived (line 268) | public void onBinaryMessageReceived(String namespace, byte[] data) { method onApplicationDisconnected (line 278) | public void onApplicationDisconnected(int paramInt) { method onSendMessageFailure (line 289) | public void onSendMessageFailure(String response, long requestId, int ... method onSendMessageSuccess (line 299) | public void onSendMessageSuccess(String response, long requestId) { method onApplicationStatusChanged (line 309) | public void onApplicationStatusChanged(ApplicationStatus applicationSt... method onDeviceStatusChanged (line 319) | public void onDeviceStatusChanged(CastDeviceStatus deviceStatus) { FILE: play-services-cast/core/src/main/java/org/microg/gms/cast/CastDeviceControllerService.java class CastDeviceControllerService (line 39) | public class CastDeviceControllerService extends BaseService { method CastDeviceControllerService (line 42) | public CastDeviceControllerService() { method handleServiceRequest (line 46) | @Override FILE: play-services-cast/core/src/main/java/org/microg/gms/cast/CastMediaRouteController.java class CastMediaRouteController (line 50) | public class CastMediaRouteController extends MediaRouteProvider.RouteCo... method CastMediaRouteController (line 57) | public CastMediaRouteController(CastMediaRouteProvider provider, Strin... method onControlRequest (line 65) | public boolean onControlRequest(Intent intent, MediaRouter.ControlRequ... method onRelease (line 70) | public void onRelease() { method onSelect (line 74) | public void onSelect() { method onSetVolume (line 78) | public void onSetVolume(int volume) { method onUnselect (line 82) | public void onUnselect() { method onUnselect (line 86) | public void onUnselect(int reason) { method onUpdateVolume (line 90) | public void onUpdateVolume(int delta) { FILE: play-services-cast/core/src/main/java/org/microg/gms/cast/CastMediaRouteProvider.java class CastMediaRouteProvider (line 54) | public class CastMediaRouteProvider extends MediaRouteProvider { type State (line 65) | private enum State { method CastMediaRouteProvider (line 177) | @SuppressLint("NewApi") method onChromeCastDiscovered (line 256) | private void onChromeCastDiscovered( method onChromeCastLost (line 272) | private void onChromeCastLost(String name) { method onDiscoveryRequestChanged (line 281) | @SuppressLint("NewApi") method onCreateRouteController (line 308) | @Override method publishRoutesInMainThread (line 317) | private void publishRoutesInMainThread() { method publishRoutes (line 327) | private void publishRoutes() { FILE: play-services-cast/src/main/java/com/google/android/gms/cast/ApplicationMetadata.java class ApplicationMetadata (line 29) | @PublicApi method getApplicationId (line 47) | public String getApplicationId() { method getImages (line 51) | public List getImages() { method getName (line 55) | public String getName() { method getSenderAppIdentifier (line 59) | public String getSenderAppIdentifier() { method isNamespaceSupported (line 63) | public boolean isNamespaceSupported(String namespace) { method toString (line 67) | @Override FILE: play-services-cast/src/main/java/com/google/android/gms/cast/ApplicationStatus.java class ApplicationStatus (line 22) | public class ApplicationStatus extends AutoSafeParcelable { method ApplicationStatus (line 24) | public ApplicationStatus() {} method ApplicationStatus (line 26) | public ApplicationStatus(String applicationStatus) { FILE: play-services-cast/src/main/java/com/google/android/gms/cast/Cast.java class Cast (line 33) | @PublicApi method Cast (line 99) | private Cast() { type ApplicationConnectionResult (line 102) | public interface ApplicationConnectionResult extends Result { method getApplicationMetadata (line 103) | ApplicationMetadata getApplicationMetadata(); method getApplicationStatus (line 105) | String getApplicationStatus(); method getSessionId (line 107) | String getSessionId(); method getWasLaunched (line 109) | boolean getWasLaunched(); type CastApi (line 112) | public interface CastApi { method getActiveInputState (line 113) | int getActiveInputState(GoogleApiClient client); method getApplicationMetadata (line 115) | ApplicationMetadata getApplicationMetadata(GoogleApiClient client); method getApplicationStatus (line 117) | String getApplicationStatus(GoogleApiClient client); method getStandbyState (line 119) | int getStandbyState(GoogleApiClient client); method getVolume (line 121) | double getVolume(GoogleApiClient client); method isMute (line 123) | boolean isMute(GoogleApiClient client); method joinApplication (line 125) | PendingResult joinApplication(Goog... method joinApplication (line 127) | PendingResult joinApplication(Goog... method joinApplication (line 129) | PendingResult joinApplication(Goog... method launchApplication (line 131) | PendingResult launchApplication(Go... method launchApplication (line 133) | PendingResult launchApplication(Go... method launchApplication (line 135) | @Deprecated method leaveApplication (line 138) | PendingResult leaveApplication(GoogleApiClient client); method removeMessageReceivedCallbacks (line 140) | void removeMessageReceivedCallbacks(GoogleApiClient client, String n... method requestStatus (line 142) | void requestStatus(GoogleApiClient client) throws IOException; method sendMessage (line 144) | PendingResult sendMessage(GoogleApiClient client, String nam... method setMessageReceivedCallbacks (line 146) | void setMessageReceivedCallbacks(GoogleApiClient client, String name... method setMute (line 148) | void setMute(GoogleApiClient client, boolean mute) throws IOException; method setVolume (line 150) | void setVolume(GoogleApiClient client, double volume) throws IOExcep... method stopApplication (line 152) | PendingResult stopApplication(GoogleApiClient client); method stopApplication (line 154) | PendingResult stopApplication(GoogleApiClient client, String... class CastOptions (line 157) | public static class CastOptions implements Api.ApiOptions.HasOptions { method CastOptions (line 162) | public CastOptions(CastDevice castDevice, Listener castListener, boo... method builder (line 168) | @Deprecated class Builder (line 173) | public static class Builder { method Builder (line 178) | public Builder(CastDevice castDevice, Listener castListener) { method build (line 183) | public CastOptions build() { method setVerboseLoggingEnabled (line 187) | public Builder setVerboseLoggingEnabled(boolean verboseLoggingEnab... class Listener (line 194) | public static class Listener { method onActiveInputStateChanged (line 195) | public void onActiveInputStateChanged(int activeInputState) { method onApplicationDisconnected (line 199) | public void onApplicationDisconnected(int statusCode) { method onApplicationMetadataChanged (line 203) | public void onApplicationMetadataChanged(ApplicationMetadata applica... method onApplicationStatusChanged (line 207) | public void onApplicationStatusChanged() { method onStandbyStateChanged (line 211) | public void onStandbyStateChanged(int standbyState) { method onVolumeChanged (line 215) | public void onVolumeChanged() { type MessageReceivedCallback (line 220) | public interface MessageReceivedCallback { method onMessageReceived (line 221) | void onMessageReceived(CastDevice castDevice, String namespace, Stri... FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastDevice.java class CastDevice (line 34) | @PublicApi method CastDevice (line 38) | public CastDevice () { method CastDevice (line 41) | public CastDevice ( method getDeviceId (line 109) | public String getDeviceId() { method getDeviceVersion (line 113) | public String getDeviceVersion() { method getFriendlyName (line 117) | public String getFriendlyName() { method getFromBundle (line 121) | public static CastDevice getFromBundle(Bundle extras) { method getIcon (line 129) | public WebImage getIcon(int preferredWidth, int preferredHeight) { method getIcons (line 133) | public List getIcons() { method getAddress (line 137) | public String getAddress() { method getModelName (line 141) | public String getModelName() { method getServicePort (line 145) | public int getServicePort() { method hasCapabilities (line 149) | public boolean hasCapabilities(int[] capabilities) { method hasCapability (line 158) | public boolean hasCapability(int capability) { method hasIcons (line 162) | public boolean hasIcons() { method isOnLocalNetwork (line 166) | public boolean isOnLocalNetwork() { method isSameDevice (line 170) | public boolean isSameDevice(CastDevice castDevice) { method putInBundle (line 174) | public void putInBundle(Bundle bundle) { method toString (line 178) | @Override FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastDeviceStatus.java class CastDeviceStatus (line 22) | public class CastDeviceStatus extends AutoSafeParcelable { method CastDeviceStatus (line 24) | public CastDeviceStatus() { method CastDeviceStatus (line 27) | public CastDeviceStatus(double volume, boolean mute, int activeInputSt... FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastMediaControlIntent.java class CastMediaControlIntent (line 29) | public final class CastMediaControlIntent { method CastMediaControlIntent (line 79) | private CastMediaControlIntent() { method categoryForCast (line 87) | public static String categoryForCast(String applicationId) { method isCategoryForCast (line 96) | public static boolean isCategoryForCast(String category) { method categoryForCast (line 107) | public static String categoryForCast(String applicationId, Collection<... method categoryForCast (line 114) | public static String categoryForCast(Collection namespaces) { method categoryForRemotePlayback (line 125) | public static String categoryForRemotePlayback(String applicationId) { method categoryForRemotePlayback (line 132) | public static String categoryForRemotePlayback() { method languageTagForLocale (line 139) | public static String languageTagForLocale(Locale locale) { FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastPresentation.java class CastPresentation (line 24) | @TargetApi(17) method CastPresentation (line 26) | public CastPresentation(Context outerContext, Display display) { method CastPresentation (line 30) | public CastPresentation(Context outerContext, Display display, int the... FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastRemoteDisplay.java class CastRemoteDisplay (line 30) | @PublicApi method CastRemoteDisplay (line 42) | private CastRemoteDisplay() { class CastRemoteDisplayOptions (line 45) | public static final class CastRemoteDisplayOptions implements Api.ApiO... method CastRemoteDisplayOptions (line 49) | private CastRemoteDisplayOptions(CastDevice castDevice, CastRemoteDi... class Builder (line 54) | public static final class Builder { method Builder (line 58) | public Builder(CastDevice castDevice, CastRemoteDisplaySessionCall... method build (line 63) | public CastRemoteDisplayOptions build() { type CastRemoteDisplaySessionCallbacks (line 69) | public interface CastRemoteDisplaySessionCallbacks { method onRemoteDisplayEnded (line 70) | void onRemoteDisplayEnded(Status status); type CastRemoteDisplaySessionResult (line 73) | public interface CastRemoteDisplaySessionResult extends Result { method getPresentationDisplay (line 74) | Display getPresentationDisplay(); FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastRemoteDisplayApi.java type CastRemoteDisplayApi (line 22) | public interface CastRemoteDisplayApi { method startRemoteDisplay (line 23) | PendingResult startR... method stopRemoteDisplay (line 25) | PendingResult stopRe... FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastRemoteDisplayLocalService.java class CastRemoteDisplayLocalService (line 23) | public class CastRemoteDisplayLocalService extends Service { method onBind (line 24) | @Override FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CastStatusCodes.java class CastStatusCodes (line 19) | public final class CastStatusCodes { FILE: play-services-cast/src/main/java/com/google/android/gms/cast/CredentialsData.java class CredentialsData (line 19) | @SafeParcelable.Class method CredentialsData (line 43) | @Constructor method getCredentials (line 57) | public String getCredentials() { method getCredentialsType (line 66) | public String getCredentialsType() { method writeToParcel (line 70) | @Override FILE: play-services-cast/src/main/java/com/google/android/gms/cast/JoinOptions.java class JoinOptions (line 22) | public class JoinOptions extends AutoSafeParcelable { FILE: play-services-cast/src/main/java/com/google/android/gms/cast/LaunchOptions.java class LaunchOptions (line 22) | public class LaunchOptions extends AutoSafeParcelable { method LaunchOptions (line 37) | public LaunchOptions() { method getAndroidReceiverCompatible (line 52) | public boolean getAndroidReceiverCompatible() { method getCredentialsData (line 59) | public CredentialsData getCredentialsData() { method getLanguage (line 66) | public String getLanguage() { method getRelaunchIfRunning (line 73) | public boolean getRelaunchIfRunning() { method setLanguage (line 82) | public void setLanguage(String language) { method setRelaunchIfRunning (line 89) | public void setRelaunchIfRunning(boolean relaunchIfRunning) { method toString (line 93) | @NonNull FILE: play-services-cast/src/main/java/com/google/android/gms/cast/RequestItem.java class RequestItem (line 11) | public class RequestItem extends AutoSafeParcelable { FILE: play-services-cast/src/main/java/org/microg/gms/cast/CastApiClientBuilder.java class CastApiClientBuilder (line 30) | public class CastApiClientBuilder implements ApiClientBuilder libraries); method getIcon (line 41) | public static Drawable getIcon(Context context) { method getAppName (line 51) | public static String getAppName(Context context) { method getAppName (line 63) | protected String getAppName() { method getLibVersion (line 67) | public static String getLibVersion(String packageName) { method getSelfVersion (line 77) | public static String getSelfVersion(Context context) { method getSelfVersion (line 81) | protected String getSelfVersion() { method getSummary (line 85) | protected String getSummary() { method onCreateView (line 89) | @Nullable class Library (line 115) | protected static class Library implements Comparable { method Library (line 120) | public Library(String packageName, String name, String copyright) { method toString (line 126) | @Override method compareTo (line 131) | @Override FILE: play-services-core/microg-ui-tools/src/main/java/org/microg/tools/ui/AbstractDashboardActivity.java class AbstractDashboardActivity (line 12) | public abstract class AbstractDashboardActivity extends AppCompatActivity { method onCreate (line 18) | @Override method onResume (line 29) | @Override method resetConditionViews (line 35) | private synchronized void resetConditionViews() { method evaluateConditionAsync (line 48) | private void evaluateConditionAsync(final Condition condition) { method forceConditionReevaluation (line 68) | protected void forceConditionReevaluation() { method addAllConditions (line 75) | protected void addAllConditions(Condition[] conditions) { method addCondition (line 81) | protected void addCondition(Condition condition) { method addConditionToView (line 91) | private synchronized void addConditionToView(Condition condition) { method clearConditions (line 98) | protected void clearConditions() { method getFragment (line 103) | protected Fragment getFragment() { FILE: play-services-core/microg-ui-tools/src/main/java/org/microg/tools/ui/AbstractSelfCheckFragment.java class AbstractSelfCheckFragment (line 43) | public abstract class AbstractSelfCheckFragment extends Fragment { method onCreateView (line 48) | @Nullable method prepareSelfCheckList (line 57) | protected abstract void prepareSelfCheckList(Context context, List getMergedPackages() { method getMergedClasses (line 46) | public Collection getMergedClasses() { method init (line 54) | public void init(Context dynamiteContext) { FILE: play-services-core/src/main/java/com/google/android/gms/chimera/container/FilteredClassLoader.java class FilteredClassLoader (line 13) | public class FilteredClassLoader extends ClassLoader { method FilteredClassLoader (line 28) | public FilteredClassLoader(ClassLoader parent, Collection allo... method getPackageName (line 34) | private String getPackageName(String name) { method getClassName (line 40) | private String getClassName(String name) { method loadClass (line 46) | @Override FILE: play-services-core/src/main/java/com/google/android/gms/common/ui/SignInButtonCreatorImpl.java class SignInButtonCreatorImpl (line 26) | public class SignInButtonCreatorImpl extends ISignInButtonCreator.Stub { method createSignInButton (line 27) | @Override FILE: play-services-core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/firebase_database/ModuleDescriptor.java class ModuleDescriptor (line 19) | public class ModuleDescriptor { FILE: play-services-core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/googlecertificates/ModuleDescriptor.java class ModuleDescriptor (line 19) | public class ModuleDescriptor { FILE: play-services-core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/measurement/dynamite/ModuleDescriptor.java class ModuleDescriptor (line 19) | public class ModuleDescriptor { FILE: play-services-core/src/main/java/com/google/android/gms/gcm/http/GoogleHttpService.java class GoogleHttpService (line 27) | public class GoogleHttpService extends Service { method onBind (line 28) | @Override FILE: play-services-core/src/main/java/com/google/android/gms/plus/plusone/PlusOneButtonCreatorImpl.java class PlusOneButtonCreatorImpl (line 28) | public class PlusOneButtonCreatorImpl extends IPlusOneButtonCreator.Stub { method create (line 29) | @Override method createForAccount (line 35) | @Override FILE: play-services-core/src/main/java/com/google/android/gms/recovery/RecoveryService.java class RecoveryService (line 24) | public class RecoveryService extends Service { method onBind (line 27) | @Override FILE: play-services-core/src/main/java/com/google/android/gms/wallet/dynamite/WalletDynamiteCreatorImpl.java class WalletDynamiteCreatorImpl (line 19) | public class WalletDynamiteCreatorImpl { FILE: play-services-core/src/main/java/com/google/firebase/database/connection/idl/IPersistentConnectionImpl.java class IPersistentConnectionImpl (line 26) | public class IPersistentConnectionImpl extends IPersistentConnection.Stub { method setup (line 29) | @Override method initialize (line 35) | @Override method shutdown (line 41) | @Override method refreshAuthToken (line 47) | @Override method listen (line 53) | @Override method unlisten (line 59) | @Override method purgeOutstandingWrites (line 65) | @Override method put (line 71) | @Override method compareAndPut (line 77) | @Override method merge (line 83) | @Override method onDisconnectPut (line 89) | @Override method onDisconnectMerge (line 95) | @Override method onDisconnectCancel (line 101) | @Override method interrupt (line 107) | @Override method resume (line 113) | @Override method isInterrupted (line 119) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ads/GService.java class GService (line 27) | public class GService extends BaseService { method GService (line 29) | public GService() { method handleServiceRequest (line 33) | @Override FILE: play-services-core/src/main/java/org/microg/gms/auth/AccountContentProvider.java class AccountContentProvider (line 47) | public class AccountContentProvider extends ContentProvider { method onCreate (line 50) | @Override method call (line 55) | @Nullable method query (line 107) | @Nullable method getType (line 113) | @Nullable method insert (line 119) | @Nullable method delete (line 125) | @Override method update (line 130) | @Override FILE: play-services-core/src/main/java/org/microg/gms/auth/AskPermissionActivity.java class AskPermissionActivity (line 57) | public class AskPermissionActivity extends AccountAuthenticatorActivity { class IntentData (line 65) | private static class IntentData { method IntentData (line 82) | private IntentData(Intent intent) { method verify (line 104) | private void verify(Context context) throws Exception { method onCreate (line 117) | @Override method onAllow (line 165) | public void onAllow() { method onDeny (line 188) | public void onDeny() { method finish (line 193) | @Override method isOAuth (line 202) | private boolean isOAuth() { method getScopeLabel (line 206) | private String getScopeLabel(String scope) { method getScopeDescription (line 228) | private String getScopeDescription(String scope) { method getServiceLabel (line 239) | private String getServiceLabel(String service) { class PermissionAdapter (line 247) | private class PermissionAdapter extends BaseAdapter { method getCount (line 249) | @Override method getItem (line 257) | @Override method getItemId (line 266) | @Override method getView (line 271) | @Override FILE: play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java class AuthManager (line 32) | public class AuthManager { method AuthManager (line 61) | public AuthManager(Context context, String accountName, String package... method getAccountType (line 68) | public String getAccountType() { method getAccountManager (line 74) | public AccountManager getAccountManager() { method getAccount (line 80) | public Account getAccount() { method setPackageSignature (line 86) | public void setPackageSignature(String packageSignature) { method getPackageSignature (line 90) | public String getPackageSignature() { method buildTokenKey (line 96) | public String buildTokenKey(String service) { method buildTokenKey (line 108) | public String buildTokenKey() { method buildPermKey (line 112) | public String buildPermKey() { method setPermitted (line 116) | public void setPermitted(boolean value) { method isPermitted (line 124) | public boolean isPermitted() { method setExpiry (line 137) | public void setExpiry(long expiry) { method getUserData (line 141) | public String getUserData(String key) { method setUserData (line 145) | public void setUserData(String key, String value) { method setDelegation (line 149) | public void setDelegation(int delegationType, String delegateeUserId) { method setOauth2Foreground (line 159) | public void setOauth2Foreground(String oauth2Foreground) { method setOauth2Prompt (line 163) | public void setOauth2Prompt(String oauth2Prompt) { method setItCaveatTypes (line 167) | public void setItCaveatTypes(String itCaveatTypes) { method setTokenRequestOptions (line 171) | public void setTokenRequestOptions(String tokenRequestOptions) { method putDynamicFiled (line 175) | public void putDynamicFiled(Object key, Object value) { method accountExists (line 179) | public boolean accountExists() { method peekAuthToken (line 186) | public String peekAuthToken() { method getAuthToken (line 191) | public String getAuthToken() { method buildExpireKey (line 200) | public String buildExpireKey() { method getExpiry (line 204) | public long getExpiry() { method setAuthToken (line 210) | public void setAuthToken(String auth) { method setAuthToken (line 214) | public void setAuthToken(String service, String auth) { method invalidateAuthToken (line 222) | public void invalidateAuthToken() { method invalidateAuthToken (line 227) | @SuppressLint("MissingPermission") method storeResponse (line 232) | public void storeResponse(AuthResponse response) { method isSystemApp (line 250) | private boolean isSystemApp() { method requestAuthWithBackgroundResolution (line 259) | @NonNull method requestAuthWithForegroundResolution (line 285) | @NonNull method requestAuth (line 311) | @NonNull method getService (line 364) | public String getService() { FILE: play-services-core/src/main/java/org/microg/gms/auth/AuthManagerServiceImpl.java class AuthManagerServiceImpl (line 60) | public class AuthManagerServiceImpl extends IAuthManagerService.Stub { method AuthManagerServiceImpl (line 82) | public AuthManagerServiceImpl(Context context) { method getToken (line 86) | @Override method getScopes (line 91) | private List getScopes(String scope) { method getPackageLabel (line 101) | private static CharSequence getPackageLabel(String packageName, Packag... method getChangeEvents (line 109) | @Override method getTokenWithAccount (line 114) | @Override method getAccounts (line 191) | @Override method removeAccount (line 212) | @Override method requestGoogleAccountsAccess (line 218) | @Override method hasCapabilities (line 238) | @Override method getHubToken (line 251) | @Override method clearToken (line 257) | @Override method onTransact (line 273) | @Override FILE: play-services-core/src/main/java/org/microg/gms/auth/login/AssistantActivity.java class AssistantActivity (line 34) | public abstract class AssistantActivity extends AppCompatActivity { method onCreate (line 38) | @Override method formatTitle (line 57) | @SuppressLint("WrongViewCast") method setNextButtonText (line 68) | public void setNextButtonText(@StringRes int res) { method setNextButtonText (line 72) | public void setNextButtonText(CharSequence text) { method setBackButtonText (line 81) | public void setBackButtonText(@StringRes int res) { method setBackButtonText (line 85) | public void setBackButtonText(CharSequence text) { method onNextButtonClicked (line 94) | protected void onNextButtonClicked() { method onBackButtonClicked (line 98) | protected void onBackButtonClicked() { method onConfigurationChanged (line 102) | @Override method onTitleChanged (line 108) | @Override method dpToPx (line 114) | public int dpToPx(int dp) { FILE: play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java class LoginActivity (line 87) | public class LoginActivity extends AssistantActivity { method onCreate (line 120) | @SuppressLint("AddJavascriptInterface") method onActivityResult (line 202) | @Override method onNextButtonClicked (line 210) | @Override method onBackButtonClicked (line 221) | @Override method loginCanceled (line 230) | public void loginCanceled() { method onBackPressed (line 239) | @Override method init (line 245) | private void init() { method createWebView (line 263) | private static WebView createWebView(Context context) { method prepareWebViewSettings (line 277) | @SuppressLint("SetJavaScriptEnabled") method start (line 292) | private void start() { method showError (line 310) | private void showError(int errorRes) { method setMessage (line 316) | private void setMessage(@StringRes int res) { method setMessage (line 320) | private void setMessage(CharSequence text) { method loadLoginPage (line 324) | private void loadLoginPage() { method runScript (line 329) | protected void runScript(String js) { method closeWeb (line 333) | private void closeWeb(boolean programmaticAuth) { method retrieveRtToken (line 348) | private void retrieveRtToken(String oAuthToken) { method saveAccount (line 380) | private void saveAccount(Account account, AuthResponse response) { method returnSuccessResponse (line 404) | private void returnSuccessResponse(Account account){ method retrieveGmsToken (line 420) | private void retrieveGmsToken(final Account account) { method notifyGcmGroupUpdate (line 462) | private void notifyGcmGroupUpdate(String accountName) { method checkin (line 469) | private boolean checkin(boolean force) { method onKeyDown (line 479) | @Override method buildUrl (line 488) | private String buildUrl(String tmpl, Locale locale) { class JsBridge (line 504) | private class JsBridge { method addAccount (line 506) | @JavascriptInterface method attemptLogin (line 511) | @JavascriptInterface method backupSyncOptIn (line 516) | @JavascriptInterface method cancelFido2SignRequest (line 521) | @JavascriptInterface method clearOldLoginAttempts (line 527) | @JavascriptInterface method closeView (line 532) | @JavascriptInterface method fetchIIDToken (line 538) | @JavascriptInterface method fetchVerifiedPhoneNumber (line 543) | @JavascriptInterface method getAccounts (line 549) | @SuppressWarnings("MissingPermission") method getAllowedDomains (line 561) | @JavascriptInterface method getAndroidId (line 567) | @JavascriptInterface method getAuthModuleVersionCode (line 575) | @JavascriptInterface method getBuildVersionSdk (line 580) | @JavascriptInterface method getDeviceContactsCount (line 585) | @JavascriptInterface method getDeviceDataVersionInfo (line 590) | @JavascriptInterface method getDroidGuardResult (line 595) | @JavascriptInterface method getFactoryResetChallenges (line 612) | @JavascriptInterface method getPhoneNumber (line 617) | @JavascriptInterface method getPlayServicesVersionCode (line 622) | @JavascriptInterface method getSimSerial (line 627) | @JavascriptInterface method getSimState (line 632) | @JavascriptInterface method goBack (line 637) | @JavascriptInterface method hasPhoneNumber (line 642) | @JavascriptInterface method hasTelephony (line 647) | @JavascriptInterface method hideKeyboard (line 652) | @JavascriptInterface method isUserOwner (line 657) | @JavascriptInterface method launchEmergencyDialer (line 662) | @JavascriptInterface method log (line 667) | @JavascriptInterface method notifyOnTermsOfServiceAccepted (line 672) | @JavascriptInterface method sendFido2SkUiEvent (line 677) | @JavascriptInterface method setAccountIdentifier (line 683) | @JavascriptInterface method setAllActionsEnabled (line 688) | @JavascriptInterface method setBackButtonEnabled (line 693) | @JavascriptInterface method setNewAccountCreated (line 704) | @JavascriptInterface method setPrimaryActionEnabled (line 709) | @JavascriptInterface method setPrimaryActionLabel (line 714) | @JavascriptInterface method setSecondaryActionEnabled (line 719) | @JavascriptInterface method setSecondaryActionLabel (line 724) | @JavascriptInterface method showKeyboard (line 729) | @JavascriptInterface method showView (line 734) | @JavascriptInterface method skipLogin (line 739) | @JavascriptInterface method startAfw (line 745) | @JavascriptInterface method startFido2SignRequest (line 750) | @JavascriptInterface FILE: play-services-core/src/main/java/org/microg/gms/auth/loginservice/AccountAuthenticator.java class AccountAuthenticator (line 42) | public class AccountAuthenticator extends AbstractAccountAuthenticator { method AccountAuthenticator (line 49) | public AccountAuthenticator(Context context) { method editProperties (line 55) | @Override method addAccount (line 61) | @Override method confirmCredentials (line 75) | @Override method isPackageOverrideAllowed (line 81) | public boolean isPackageOverrideAllowed(Account account, String reques... method getAuthToken (line 92) | @Override method getAuthTokenLabel (line 164) | @Override method updateCredentials (line 170) | @Override method hasFeatures (line 176) | @Override FILE: play-services-core/src/main/java/org/microg/gms/auth/loginservice/GoogleLoginService.java class GoogleLoginService (line 25) | public class GoogleLoginService extends Service { method onCreate (line 28) | @Override method onBind (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/car/CarService.java class CarService (line 25) | public class CarService extends BaseService { method CarService (line 26) | public CarService() { method handleServiceRequest (line 30) | @Override FILE: play-services-core/src/main/java/org/microg/gms/checkin/CheckinClient.java class CheckinClient (line 46) | public class CheckinClient { method request (line 53) | public static CheckinResponse request(CheckinRequest request) throws I... method makeRequest (line 82) | public static CheckinRequest makeRequest(Context context, DeviceConfig... class Account (line 149) | public static class Account { method Account (line 153) | public Account(String accountName, String authToken) { FILE: play-services-core/src/main/java/org/microg/gms/checkin/CheckinManager.java class CheckinManager (line 35) | public class CheckinManager { method checkin (line 38) | @SuppressWarnings("MissingPermission") method handleResponse (line 64) | private static LastCheckinInfo handleResponse(Context context, Checkin... FILE: play-services-core/src/main/java/org/microg/gms/checkin/CheckinService.java class CheckinService (line 44) | @ForegroundServiceInfo(value = "Google device registration", resName = "... method getDeviceDataVersionInfo (line 58) | @Override method getLastCheckinSuccessTime (line 63) | @Override method getLastSimOperator (line 68) | @Override method CheckinService (line 74) | public CheckinService() { method onHandleIntent (line 78) | @SuppressWarnings("MissingPermission") method onBind (line 116) | @Override method schedule (line 125) | static void schedule(Context context) { FILE: play-services-core/src/main/java/org/microg/gms/checkin/TriggerReceiver.java class TriggerReceiver (line 38) | public class TriggerReceiver extends WakefulBroadcastReceiver { method onReceive (line 42) | @Override FILE: play-services-core/src/main/java/org/microg/gms/drive/api/DriveApiService.java class DriveApiService (line 27) | public class DriveApiService extends BaseService { method DriveApiService (line 30) | public DriveApiService() { method handleServiceRequest (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/drive/api/DriveServiceImpl.java class DriveServiceImpl (line 64) | public class DriveServiceImpl extends IDriveService.Stub { method getMetadata (line 67) | @Override method updateMetadata (line 73) | @Override method createContents (line 79) | @Override method createFile (line 85) | @Override method createFolder (line 91) | @Override method openContents (line 97) | @Override method closeContents (line 103) | @Override method requestSync (line 109) | @Override method openFileIntentSender (line 115) | @Override method createFileIntentSender (line 121) | @Override method authorizeAccess (line 127) | @Override method listParents (line 133) | @Override method addEventListener (line 139) | @Override method removeEventListener (line 145) | @Override method disconnect (line 151) | @Override method trashResource (line 157) | @Override method closeContentsAndUpdateMetadata (line 163) | @Override method deleteResource (line 169) | @Override method loadRealtime (line 175) | @Override method setResourceParents (line 181) | @Override method getDriveIdFromUniqueId (line 187) | @Override method checkResourceIdsExist (line 193) | @Override method completePendingAction (line 199) | @Override method getDrivePreferences (line 205) | @Override method setDrivePreferences (line 211) | @Override method realtimeDocumentSync (line 217) | @Override method getDeviceUsagePreferences (line 223) | @Override method setFileUploadPreferences (line 229) | @Override method cancelPendingActions (line 235) | @Override method untrashResource (line 241) | @Override method isAutoBackupEnabled (line 247) | @Override method fetchThumbnail (line 253) | @Override method getChanges (line 259) | @Override method unsubscribeResource (line 265) | @Override method getPermissions (line 271) | @Override method addPermission (line 277) | @Override method updatePermission (line 283) | @Override method removePermission (line 289) | @Override method removeQueryResultListener (line 295) | @Override method controlProgress (line 301) | @Override method changeResourceParents (line 307) | @Override method streamContents (line 313) | @Override FILE: play-services-core/src/main/java/org/microg/gms/feeds/SubscribedFeedsProvider.java class SubscribedFeedsProvider (line 25) | public class SubscribedFeedsProvider extends ContentProvider{ method onCreate (line 27) | @Override method query (line 32) | @Override method getType (line 37) | @Override method insert (line 42) | @Override method delete (line 47) | @Override method update (line 52) | @Override FILE: play-services-core/src/main/java/org/microg/gms/games/GamesStubService.java class GamesStubService (line 37) | public class GamesStubService extends BaseService { method GamesStubService (line 41) | public GamesStubService() { method handleServiceRequest (line 45) | @Override FILE: play-services-core/src/main/java/org/microg/gms/games/UpgradeActivity.java class UpgradeActivity (line 32) | public class UpgradeActivity extends Activity { method onCreate (line 38) | @Override FILE: play-services-core/src/main/java/org/microg/gms/gcm/GcmDatabase.java class GcmDatabase (line 21) | public class GcmDatabase extends SQLiteOpenHelper { method GcmDatabase (line 56) | public GcmDatabase(Context context) { class App (line 64) | public static class App { method App (line 73) | private App(Cursor cursor) { method hasError (line 83) | public boolean hasError() { class Registration (line 88) | public static class Registration { method Registration (line 94) | public Registration(Cursor cursor) { method onCreate (line 102) | @Override method getAppList (line 109) | public synchronized List getAppList() { method getRegistrationList (line 123) | public synchronized List getRegistrationList() { method getRegistrationsByApp (line 138) | public synchronized List getRegistrationsByApp(String pa... method setAppAllowRegister (line 152) | public synchronized void setAppAllowRegister(String packageName, boole... method setAppWakeForDelivery (line 159) | public synchronized void setAppWakeForDelivery(String packageName, boo... method removeApp (line 167) | public synchronized void removeApp(String packageName) { method noteAppRegistrationError (line 173) | public synchronized void noteAppRegistrationError(String packageName, ... method noteAppKnown (line 180) | public synchronized void noteAppKnown(String packageName, boolean allo... method noteAppMessage (line 198) | public synchronized void noteAppMessage(String packageName, int numByt... method noteAppRegistered (line 220) | public synchronized void noteAppRegistered(String packageName, String ... method noteAppUnregistered (line 246) | public synchronized void noteAppUnregistered(String packageName, Strin... method getApp (line 251) | public App getApp(String packageName) { method getApp (line 255) | private App getApp(SQLiteDatabase db, String packageName) { method getRegistration (line 269) | public Registration getRegistration(String packageName, String signatu... method getRegistration (line 273) | private Registration getRegistration(SQLiteDatabase db, String package... method importLegacyData (line 288) | @SuppressWarnings("deprecation") method onUpgrade (line 312) | @Override FILE: play-services-core/src/main/java/org/microg/gms/gcm/GcmLegacyData.java class GcmLegacyData (line 26) | @Deprecated method GcmLegacyData (line 36) | public GcmLegacyData(Context context) { class LegacyAppInfo (line 40) | @Deprecated method LegacyAppInfo (line 51) | public LegacyAppInfo(String key, String value) { method isRegistered (line 65) | public boolean isRegistered() { method isRemoved (line 69) | public boolean isRemoved() { method hasUnregistrationError (line 73) | public boolean hasUnregistrationError() { method compareTo (line 77) | @Override method getAppMessageCount (line 83) | @Deprecated method getAppsInfo (line 88) | @Deprecated method getAppInfo (line 98) | @Deprecated method getInfoSharedPreferences (line 103) | private SharedPreferences getInfoSharedPreferences() { method getStatsSharedPreferences (line 107) | private SharedPreferences getStatsSharedPreferences() { FILE: play-services-core/src/main/java/org/microg/gms/gcm/McsConstants.java class McsConstants (line 19) | public final class McsConstants { FILE: play-services-core/src/main/java/org/microg/gms/gcm/McsInputStream.java class McsInputStream (line 47) | public class McsInputStream extends Thread implements Closeable { method McsInputStream (line 61) | public McsInputStream(InputStream is, Handler mainHandler) { method McsInputStream (line 65) | public McsInputStream(InputStream is, Handler mainHandler, boolean ini... method run (line 72) | @Override method close (line 97) | @Override method getStreamId (line 105) | public int getStreamId() { method newStreamIdAvailable (line 110) | public boolean newStreamIdAvailable() { method getVersion (line 114) | public int getVersion() { method ensureVersionRead (line 119) | private synchronized void ensureVersionRead() { method read (line 131) | public synchronized android.os.Message read() throws IOException { method read (line 151) | private static Message read(int mcsTag, byte[] bytes, int len) throws ... method readVarint (line 178) | private int readVarint() throws IOException { FILE: play-services-core/src/main/java/org/microg/gms/gcm/McsOutputStream.java class McsOutputStream (line 36) | public class McsOutputStream extends Thread implements Handler.Callback,... method McsOutputStream (line 49) | public McsOutputStream(OutputStream os, Handler mainHandler) { method McsOutputStream (line 53) | public McsOutputStream(OutputStream os, Handler mainHandler, boolean i... method getStreamId (line 60) | public int getStreamId() { method run (line 64) | @Override method handleMessage (line 72) | @Override method close (line 102) | @Override method writeInternal (line 111) | private synchronized void writeInternal(Message message, int tag) thro... method writeVarint (line 125) | private void writeVarint(OutputStream os, int value) throws IOException { method getHandler (line 137) | public Handler getHandler() { FILE: play-services-core/src/main/java/org/microg/gms/gcm/McsService.java class McsService (line 88) | @ForegroundServiceInfo(value = "Cloud messaging", resName = "service_nam... class HandlerThread (line 148) | private class HandlerThread extends Thread { method HandlerThread (line 150) | public HandlerThread() { method run (line 154) | @Override method logd (line 170) | private static void logd(Context context, String msg) { method onCreate (line 174) | @Override method stop (line 219) | public static void stop(Context context) { method onDestroy (line 224) | @Override method onBind (line 233) | @Override method isConnected (line 238) | public synchronized static boolean isConnected(Context context) { method getStartTimestamp (line 262) | public static long getStartTimestamp() { method scheduleReconnect (line 267) | public static void scheduleReconnect(Context context) { method scheduleHeartbeat (line 279) | public void scheduleHeartbeat(Context context) { method getCurrentDelay (line 301) | public synchronized static long getCurrentDelay() { method resetCurrentDelay (line 308) | public synchronized static void resetCurrentDelay() { method onStartCommand (line 313) | @Override method handleSendMessage (line 340) | private void handleSendMessage(Intent intent) { method connect (line 440) | private void connect(int port) throws Exception { method connect (line 460) | private synchronized void connect() { method handleClose (line 492) | private void handleClose(Close close) { method handleLoginResponse (line 496) | private void handleLoginResponse(LoginResponse loginResponse) { method notifyGcmConnected (line 507) | private void notifyGcmConnected() { method handleCloudMessage (line 513) | private void handleCloudMessage(DataMessageStanza message) { method handleHeartbeatPing (line 524) | private void handleHeartbeatPing(HeartbeatPing ping) { method handleHeartbeatAck (line 532) | private void handleHeartbeatAck(HeartbeatAck ack) { method buildLoginRequest (line 538) | private LoginRequest buildLoginRequest() { method handleAppMessage (line 556) | private void handleAppMessage(DataMessageStanza msg) { method addPowerSaveTempWhitelistApp (line 626) | private void addPowerSaveTempWhitelistApp(String packageName) { method handleSelfMessage (line 649) | private void handleSelfMessage(DataMessageStanza msg) { method send (line 667) | private void send(int type, Message message) { method sendOutputStream (line 671) | private void sendOutputStream(int what, int arg, Object obj) { method handleMessage (line 680) | @Override method handleOutputDone (line 753) | private void handleOutputDone(android.os.Message msg) { method handleInput (line 762) | private void handleInput(int type, Message message) { method tryClose (line 791) | private static void tryClose(Closeable closeable) { method closeAll (line 800) | private static void closeAll() { method handleTeardown (line 812) | private void handleTeardown(android.os.Message msg) { FILE: play-services-core/src/main/java/org/microg/gms/gcm/PushRegisterManager.java class PushRegisterManager (line 35) | public class PushRegisterManager { method unregister (line 38) | public static RegisterResponse unregister(Context context, String pack... type BundleCallback (line 62) | public interface BundleCallback { method onResult (line 63) | void onResult(Bundle bundle); method completeRegisterRequest (line 66) | public static void completeRegisterRequest(Context context, GcmDatabas... method completeRegisterRequest (line 70) | public static void completeRegisterRequest(Context context, GcmDatabas... method handleResponse (line 122) | private static Bundle handleResponse(GcmDatabase database, RegisterReq... method handleResponse (line 126) | private static Bundle handleResponse(GcmDatabase database, RegisterReq... method handleResponse (line 130) | private static Bundle handleResponse(GcmDatabase database, RegisterReq... method attachRequestId (line 168) | public static String attachRequestId(String msg, String requestId) { FILE: play-services-core/src/main/java/org/microg/gms/gcm/RegisterRequest.java class RegisterRequest (line 36) | public class RegisterRequest extends HttpFormClient.Request { method prepare (line 68) | @Override method checkin (line 74) | public RegisterRequest checkin(LastCheckinInfo lastCheckinInfo) { method app (line 80) | public RegisterRequest app(String app) { method app (line 85) | public RegisterRequest app(String app, String appSignature) { method app (line 91) | public RegisterRequest app(String app, String appSignature, int appVer... method info (line 98) | public RegisterRequest info(String info) { method sender (line 103) | public RegisterRequest sender(String sender) { method build (line 108) | public RegisterRequest build(Context context) { method delete (line 115) | public RegisterRequest delete() { method delete (line 119) | public RegisterRequest delete(boolean delete) { method extraParams (line 124) | public RegisterRequest extraParams(Bundle extraBundle) { method extraParam (line 133) | public RegisterRequest extraParam(String key, String value) { method hasExtraParam (line 141) | public boolean hasExtraParam(String key) { method extraParamKey (line 145) | private static String extraParamKey(String key) { method getResponse (line 149) | public RegisterResponse getResponse() throws IOException { method getResponseAsync (line 153) | public void getResponseAsync(HttpFormClient.Callback... FILE: play-services-core/src/main/java/org/microg/gms/gcm/RegisterResponse.java class RegisterResponse (line 24) | public class RegisterResponse { method toString (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/gcm/SendReceiver.java class SendReceiver (line 28) | public class SendReceiver extends WakefulBroadcastReceiver { method onReceive (line 29) | @Override FILE: play-services-core/src/main/java/org/microg/gms/gcm/TriggerReceiver.java class TriggerReceiver (line 37) | public class TriggerReceiver extends WakefulBroadcastReceiver { method register (line 45) | public synchronized static void register(Context context) { method onReceive (line 53) | @Override FILE: play-services-core/src/main/java/org/microg/gms/gservices/DatabaseHelper.java class DatabaseHelper (line 28) | public class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 33) | public DatabaseHelper(Context context) { method onCreate (line 37) | @Override method onUpgrade (line 45) | @Override method get (line 55) | public String get(String name) { method search (line 77) | public Map search(String search) { method put (line 100) | public void put(String table, ContentValues values) { FILE: play-services-core/src/main/java/org/microg/gms/gservices/GServices.java class GServices (line 24) | public class GServices { method setString (line 29) | public static int setString(ContentResolver resolver, String key, Stri... method getString (line 36) | public static String getString(ContentResolver resolver, String key) { method getString (line 40) | public static String getString(ContentResolver resolver, String key, S... method getInt (line 52) | public static int getInt(ContentResolver resolver, String key, int def... method getLong (line 63) | public static long getLong(ContentResolver resolver, String key, long ... FILE: play-services-core/src/main/java/org/microg/gms/gservices/GServicesProvider.java class GServicesProvider (line 41) | public class GServicesProvider extends ContentProvider { method onCreate (line 53) | @Override method getCallingPackageName (line 59) | private String getCallingPackageName() { method query (line 67) | @Override method getType (line 104) | @Override method insert (line 109) | @Override method delete (line 114) | @Override method update (line 119) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/AppDataSearchImpl.java class AppDataSearchImpl (line 30) | public class AppDataSearchImpl extends IAppDataSearch.Stub { method onTransact (line 33) | @Override method getSuggestions (line 40) | @Override method requestIndexing (line 45) | @Override method getStatus (line 51) | @Override method requestPIMEUpdate (line 59) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/GlobalSearchAdminImpl.java class GlobalSearchAdminImpl (line 38) | public class GlobalSearchAdminImpl extends IGlobalSearchAdminService.Stub { method getGlobalSearchSources (line 41) | @Override method setExperimentIds (line 47) | @Override method getCurrentExperimentIds (line 53) | @Override method getPendingExperimentIds (line 59) | @Override method setIncludeInGlobalSearch (line 65) | @Override method onTransact (line 71) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/IndexService.java class IndexService (line 29) | public class IndexService extends BaseService { method IndexService (line 35) | public IndexService() { method handleServiceRequest (line 41) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/LightweightAppDataSearchImpl.java class LightweightAppDataSearchImpl (line 29) | public class LightweightAppDataSearchImpl extends ILightweightAppDataSea... method view (line 32) | public void view(ILightweightAppDataSearchCallbacks callbacks, String ... method onTransact (line 36) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/LightweightIndexService.java class LightweightIndexService (line 27) | public class LightweightIndexService extends BaseService { method LightweightIndexService (line 30) | public LightweightIndexService() { method handleServiceRequest (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/SearchCorporaImpl.java class SearchCorporaImpl (line 37) | public class SearchCorporaImpl extends ISearchCorporaService.Stub { method requestIndexing (line 43) | @Override method clearCorpus (line 50) | @Override method getCorpusStatus (line 55) | @Override method getCorpusInfo (line 68) | @Override method onTransact (line 73) | @Override FILE: play-services-core/src/main/java/org/microg/gms/icing/SearchQueriesImpl.java class SearchQueriesImpl (line 29) | public class SearchQueriesImpl extends ISearchQueriesService.Stub { method query (line 32) | @Override method onTransact (line 38) | @Override FILE: play-services-core/src/main/java/org/microg/gms/location/LocationConstants.java class LocationConstants (line 19) | public class LocationConstants { FILE: play-services-core/src/main/java/org/microg/gms/mdm/NetworkQualityService.java class NetworkQualityService (line 24) | public class NetworkQualityService extends Service { method onBind (line 27) | @Override FILE: play-services-core/src/main/java/org/microg/gms/people/ContactSyncService.java class ContactSyncService (line 31) | public class ContactSyncService extends Service { method onBind (line 34) | @Nullable FILE: play-services-core/src/main/java/org/microg/gms/people/DatabaseHelper.java class DatabaseHelper (line 27) | public class DatabaseHelper extends SQLiteOpenHelper { method DatabaseHelper (line 79) | public DatabaseHelper(Context context) { method onCreate (line 83) | @Override method onUpgrade (line 89) | @Override method onDowngrade (line 105) | @Override method getOwners (line 110) | public Cursor getOwners() { method putOwner (line 114) | public void putOwner(ContentValues contentValues) { method getOwner (line 119) | public Cursor getOwner(String accountName) { method getCircles (line 123) | public Cursor getCircles(int ownerId, String circleId, int type) { FILE: play-services-core/src/main/java/org/microg/gms/people/PeopleManager.java class PeopleManager (line 42) | public class PeopleManager { method getDisplayName (line 48) | public static String getDisplayName(Context context, String accountNam... method getGivenName (line 64) | public static String getGivenName(Context context, String accountName) { method getOwnerAvatarFile (line 80) | public static File getOwnerAvatarFile(Context context, String accountN... method getOwnerAvatarBitmap (line 112) | public static Bitmap getOwnerAvatarBitmap(Context context, String acco... method updateOwnerAvatar (line 118) | public static void updateOwnerAvatar(Context context, String accountNa... method loadUserInfo (line 129) | public static String loadUserInfo(Context context, Account account) { method getUserInfoAuthKey (line 157) | public static String getUserInfoAuthKey(Context context, Account accou... FILE: play-services-core/src/main/java/org/microg/gms/people/PeopleService.java class PeopleService (line 27) | public class PeopleService extends BaseService { method PeopleService (line 30) | public PeopleService() { method handleServiceRequest (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/people/PeopleServiceImpl.java class PeopleServiceImpl (line 44) | public class PeopleServiceImpl extends IPeopleService.Stub { method PeopleServiceImpl (line 48) | public PeopleServiceImpl(Context context) { method loadOwners (line 52) | @SuppressWarnings("MissingPermission") method loadPeopleForAggregation (line 80) | @Override method registerDataChangedListener (line 86) | @Override method loadCircles (line 93) | @Override method requestSync (line 114) | @Override method loadOwnerAvatar (line 120) | @Override method loadAutocompleteList (line 152) | @Override method onTransact (line 159) | @Override FILE: play-services-core/src/main/java/org/microg/gms/phenotype/ConfigurationProvider.java class ConfigurationProvider (line 29) | public class ConfigurationProvider extends ContentProvider { method onCreate (line 31) | @Override method query (line 37) | @Nullable method getType (line 45) | @Nullable method insert (line 51) | @Nullable method delete (line 57) | @Override method update (line 62) | @Override FILE: play-services-core/src/main/java/org/microg/gms/places/GeoDataService.java class GeoDataService (line 27) | public class GeoDataService extends BaseService { method GeoDataService (line 28) | public GeoDataService() { method handleServiceRequest (line 32) | @Override FILE: play-services-core/src/main/java/org/microg/gms/places/PlaceDetectionService.java class PlaceDetectionService (line 27) | public class PlaceDetectionService extends BaseService { method PlaceDetectionService (line 28) | public PlaceDetectionService() { method handleServiceRequest (line 32) | @Override FILE: play-services-core/src/main/java/org/microg/gms/places/PlaceDetectionServiceImpl.java class PlaceDetectionServiceImpl (line 25) | public class PlaceDetectionServiceImpl extends IGooglePlaceDetectionServ... method onTransact (line 28) | @Override FILE: play-services-core/src/main/java/org/microg/gms/places/PlacesServiceImpl.java class PlacesServiceImpl (line 25) | public class PlacesServiceImpl extends IGooglePlacesService.Stub { method onTransact (line 28) | @Override FILE: play-services-core/src/main/java/org/microg/gms/playlog/PlayLogService.java class PlayLogService (line 27) | @Deprecated method PlayLogService (line 32) | public PlayLogService() { method handleServiceRequest (line 36) | @Override FILE: play-services-core/src/main/java/org/microg/gms/playlog/PlayLogServiceImpl.java class PlayLogServiceImpl (line 29) | @Deprecated method onEvent (line 33) | @Override method onMultiEvent (line 38) | @Override method onTransact (line 45) | @Override FILE: play-services-core/src/main/java/org/microg/gms/plus/PlusOneButtonImpl.java class PlusOneButtonImpl (line 22) | public class PlusOneButtonImpl extends View { method PlusOneButtonImpl (line 23) | public PlusOneButtonImpl(Context context, int size, int annotation, St... FILE: play-services-core/src/main/java/org/microg/gms/reminders/RemindersService.java class RemindersService (line 27) | public class RemindersService extends BaseService { method RemindersService (line 29) | public RemindersService() { method handleServiceRequest (line 33) | @Override FILE: play-services-core/src/main/java/org/microg/gms/reminders/RemindersServiceImpl.java class RemindersServiceImpl (line 35) | public class RemindersServiceImpl extends IRemindersService.Stub { method loadReminders (line 38) | @Override method addListener (line 44) | @Override method createReminder (line 50) | @Override method updateReminder (line 56) | @Override method deleteReminder (line 62) | @Override method bumpReminder (line 68) | @Override method hasUpcomingReminders (line 74) | @Override method createRecurrence (line 80) | @Override method updateRecurrence (line 86) | @Override method deleteRecurrence (line 92) | @Override method changeRecurrence (line 98) | @Override method makeTaskRecurring (line 104) | @Override method makeRecurrenceSingleInstance (line 110) | @Override method clearListeners (line 116) | @Override method batchUpdateReminders (line 122) | @Override method createReminderWithOptions (line 128) | @Override method getCustomizedSnoozePreset (line 134) | @Override method setCustomizedSnoozePreset (line 140) | @Override method setAccountState (line 146) | @Override method getAccountState (line 152) | @Override method checkReindexDueDatesNeeded (line 158) | @Override method reindexDueDates (line 164) | @Override FILE: play-services-core/src/main/java/org/microg/gms/settings/GoogleSettingsProvider.java class GoogleSettingsProvider (line 24) | public class GoogleSettingsProvider extends ContentProvider { method onCreate (line 25) | @Override method query (line 30) | @Override method getType (line 35) | @Override method insert (line 40) | @Override method delete (line 45) | @Override method update (line 50) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/AboutFragment.java class AboutFragment (line 28) | public class AboutFragment extends AbstractAboutFragment { method collectLibraries (line 30) | @Override class AsActivity (line 53) | public static class AsActivity extends AbstractSettingsActivity { method AsActivity (line 54) | public AsActivity() { method getFragment (line 58) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/AskPushPermission.java class AskPushPermission (line 21) | public class AskPushPermission extends FragmentActivity { method onCreate (line 33) | @Override method onDestroy (line 92) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/Conditions.java class Conditions (line 44) | public class Conditions { method isActive (line 49) | @Override method onClick (line 58) | @Override method isActive (line 73) | @Override method getPluralsCount (line 85) | @Override method onClick (line 91) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/GoogleMoreFragment.java class GoogleMoreFragment (line 23) | public class GoogleMoreFragment { class AsActivity (line 24) | public static class AsActivity extends AbstractSettingsActivity { method AsActivity (line 25) | public AsActivity() { FILE: play-services-core/src/main/java/org/microg/gms/ui/LocationSettingsActivity.java class LocationSettingsActivity (line 21) | public class LocationSettingsActivity extends Activity { FILE: play-services-core/src/main/java/org/microg/gms/ui/MainSettingsActivity.java class MainSettingsActivity (line 25) | public class MainSettingsActivity extends AppCompatActivity { method getNavController (line 31) | private NavController getNavController() { method showDialogIfNeeded (line 35) | private void showDialogIfNeeded() { method onCreate (line 50) | @Override method onSupportNavigateUp (line 74) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/PlacePickerActivity.java class PlacePickerActivity (line 67) | public class method onCreate (line 78) | @Override method updateMapFromLocationManager (line 129) | @SuppressWarnings("MissingPermission") method onRequestPermissionsResult (line 147) | @Override method onCreateOptionsMenu (line 158) | @Override method onResume (line 168) | @Override method onPause (line 174) | @Override method onOptionsItemSelected (line 180) | @Override method onDestroy (line 189) | @Override method updateInfoText (line 246) | private void updateInfoText() { FILE: play-services-core/src/main/java/org/microg/gms/ui/SelfCheckFragment.java class SelfCheckFragment (line 58) | public class SelfCheckFragment extends AbstractSelfCheckFragment { method prepareSelfCheckList (line 60) | @Override method onRequestPermissionsResult (line 128) | @Override method onActivityResult (line 133) | @Override class AsActivity (line 139) | public static class AsActivity extends AbstractSettingsActivity { method AsActivity (line 140) | public AsActivity() { method getFragment (line 144) | @Override FILE: play-services-core/src/main/java/org/microg/gms/ui/SettingsDashboardActivity.java class SettingsDashboardActivity (line 26) | public class SettingsDashboardActivity extends AbstractDashboardActivity { method SettingsDashboardActivity (line 28) | public SettingsDashboardActivity() { method getFragment (line 34) | @Override FILE: play-services-core/src/main/java/org/microg/gms/wallet/OwServiceImpl.java class OwServiceImpl (line 32) | public class OwServiceImpl extends IOwService.Stub { method OwServiceImpl (line 36) | public OwServiceImpl(Context context) { method isReadyToPay (line 40) | @Override method getClientToken (line 50) | @Override method onTransact (line 60) | @Override FILE: play-services-core/src/main/java/org/microg/gms/wallet/PaymentService.java class PaymentService (line 30) | public class PaymentService extends BaseService { method PaymentService (line 43) | public PaymentService() { method handleServiceRequest (line 47) | @Override FILE: play-services-core/src/main/java/org/microg/tools/AccountPickerActivity.java class AccountPickerActivity (line 27) | public class AccountPickerActivity extends AppCompatActivity { method onCreate (line 28) | @Override FILE: play-services-core/src/main/java/org/microg/tools/selfcheck/InstalledPackagesChecks.java class InstalledPackagesChecks (line 35) | public class InstalledPackagesChecks implements SelfCheckGroup { method getGroupName (line 37) | @Override method doChecks (line 42) | @Override method addPackageInstalledAndSignedResult (line 49) | private void addPackageInstalledAndSignedResult(Context context, Resul... method addPackageSignedResult (line 55) | private boolean addPackageSignedResult(Context context, ResultCollecto... method tryGrantFakeSignaturePermissionActivity (line 65) | private void tryGrantFakeSignaturePermissionActivity(Fragment fragment... method addPackageInstalledResult (line 77) | private boolean addPackageInstalledResult(Context context, ResultColle... FILE: play-services-core/src/main/java/org/microg/tools/selfcheck/RomSpoofSignatureChecks.java class RomSpoofSignatureChecks (line 36) | public class RomSpoofSignatureChecks implements SelfCheckGroup { method getGroupName (line 40) | @Override method doChecks (line 45) | @Override method addSystemSpoofsSignature (line 50) | private boolean addSystemSpoofsSignature(Context context, ResultCollec... FILE: play-services-core/src/main/java/org/microg/tools/selfcheck/SystemChecks.java class SystemChecks (line 33) | @TargetApi(23) method getGroupName (line 38) | @Override method doChecks (line 43) | @Override method isBatterySavingDisabled (line 48) | private void isBatterySavingDisabled(final Context context, ResultColl... method tryResolve (line 55) | @Override FILE: play-services-cronet/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/cronet_dynamite/ModuleDescriptor.java class ModuleDescriptor (line 11) | public class ModuleDescriptor { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/Contents.java class Contents (line 23) | @Hide method Contents (line 41) | @Constructor method getParcelFileDescriptor (line 51) | public ParcelFileDescriptor getParcelFileDescriptor() { method getDriveId (line 55) | public final DriveId getDriveId() { method getInputStream (line 59) | public final FileInputStream getInputStream() { method getOutputStream (line 63) | public final OutputStream getOutputStream() { method getMode (line 67) | public final int getMode() { method getRequestId (line 71) | public final int getRequestId() { method writeToParcel (line 75) | @Override FILE: play-services-drive/src/main/java/com/google/android/gms/drive/DriveId.java class DriveId (line 26) | @SafeParcelable.Class method DriveId (line 51) | @Constructor method encodeToString (line 68) | public final String encodeToString() { method getResourceId (line 76) | @Nullable method getResourceType (line 89) | public int getResourceType() { method toInvariantString (line 101) | public final String toInvariantString() { method decodeFromString (line 109) | public static DriveId decodeFromString (String s) { method writeToParcel (line 113) | @Override FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/AddEventListenerRequest.java class AddEventListenerRequest (line 21) | public class AddEventListenerRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/AddPermissionRequest.java class AddPermissionRequest (line 21) | public class AddPermissionRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/AuthorizeAccessRequest.java class AuthorizeAccessRequest (line 21) | public class AuthorizeAccessRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CancelPendingActionsRequest.java class CancelPendingActionsRequest (line 21) | public class CancelPendingActionsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ChangeResourceParentsRequest.java class ChangeResourceParentsRequest (line 21) | public class ChangeResourceParentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ChangeSequenceNumber.java class ChangeSequenceNumber (line 21) | public class ChangeSequenceNumber extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ChangesResponse.java class ChangesResponse (line 21) | public class ChangesResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CheckResourceIdsExistRequest.java class CheckResourceIdsExistRequest (line 21) | public class CheckResourceIdsExistRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CloseContentsAndUpdateMetadataRequest.java class CloseContentsAndUpdateMetadataRequest (line 21) | public class CloseContentsAndUpdateMetadataRequest extends AutoSafeParce... FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CloseContentsRequest.java class CloseContentsRequest (line 21) | public class CloseContentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ContentsResponse.java class ContentsResponse (line 21) | public class ContentsResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ControlProgressRequest.java class ControlProgressRequest (line 21) | public class ControlProgressRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CreateContentsRequest.java class CreateContentsRequest (line 21) | public class CreateContentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CreateFileIntentSenderRequest.java class CreateFileIntentSenderRequest (line 21) | public class CreateFileIntentSenderRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CreateFileRequest.java class CreateFileRequest (line 21) | public class CreateFileRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/CreateFolderRequest.java class CreateFolderRequest (line 21) | public class CreateFolderRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DeleteResourceRequest.java class DeleteResourceRequest (line 21) | public class DeleteResourceRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DeviceUsagePreferenceResponse.java class DeviceUsagePreferenceResponse (line 21) | public class DeviceUsagePreferenceResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DisconnectRequest.java class DisconnectRequest (line 21) | public class DisconnectRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DownloadProgressResponse.java class DownloadProgressResponse (line 21) | public class DownloadProgressResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DriveIdResponse.java class DriveIdResponse (line 21) | public class DriveIdResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DrivePreferencesResponse.java class DrivePreferencesResponse (line 21) | public class DrivePreferencesResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/DriveServiceResponse.java class DriveServiceResponse (line 21) | public class DriveServiceResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/EventResponse.java class EventResponse (line 21) | public class EventResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailRequest.java class FetchThumbnailRequest (line 21) | public class FetchThumbnailRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/FetchThumbnailResponse.java class FetchThumbnailResponse (line 21) | public class FetchThumbnailResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/GetChangesRequest.java class GetChangesRequest (line 21) | public class GetChangesRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/GetDriveIdFromUniqueIdRequest.java class GetDriveIdFromUniqueIdRequest (line 21) | public class GetDriveIdFromUniqueIdRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/GetMetadataRequest.java class GetMetadataRequest (line 21) | public class GetMetadataRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/GetPermissionsRequest.java class GetPermissionsRequest (line 21) | public class GetPermissionsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/GetPermissionsResponse.java class GetPermissionsResponse (line 21) | public class GetPermissionsResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ListEntriesResponse.java class ListEntriesResponse (line 21) | public class ListEntriesResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ListParentsRequest.java class ListParentsRequest (line 21) | public class ListParentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ListParentsResponse.java class ListParentsResponse (line 21) | public class ListParentsResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeRequest.java class LoadRealtimeRequest (line 21) | public class LoadRealtimeRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/LoadRealtimeResponse.java class LoadRealtimeResponse (line 21) | public class LoadRealtimeResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/MetadataResponse.java class MetadataResponse (line 21) | public class MetadataResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/OpenContentsRequest.java class OpenContentsRequest (line 21) | public class OpenContentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/OpenFileIntentSenderRequest.java class OpenFileIntentSenderRequest (line 21) | public class OpenFileIntentSenderRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/RealtimeDocumentSyncRequest.java class RealtimeDocumentSyncRequest (line 21) | public class RealtimeDocumentSyncRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/RemoveEventListenerRequest.java class RemoveEventListenerRequest (line 21) | public class RemoveEventListenerRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/RemovePermissionRequest.java class RemovePermissionRequest (line 21) | public class RemovePermissionRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/ResourceIdSetResponse.java class ResourceIdSetResponse (line 21) | public class ResourceIdSetResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/SetDrivePreferencesRequest.java class SetDrivePreferencesRequest (line 21) | public class SetDrivePreferencesRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/SetFileUploadPreferencesRequest.java class SetFileUploadPreferencesRequest (line 21) | public class SetFileUploadPreferencesRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/SetResourceParentsRequest.java class SetResourceParentsRequest (line 21) | public class SetResourceParentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/StartStreamSession.java class StartStreamSession (line 21) | public class StartStreamSession extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/StreamContentsRequest.java class StreamContentsRequest (line 21) | public class StreamContentsRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/StringListResponse.java class StringListResponse (line 21) | public class StringListResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/SyncMoreResponse.java class SyncMoreResponse (line 21) | public class SyncMoreResponse extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/TrashResourceRequest.java class TrashResourceRequest (line 21) | public class TrashResourceRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/UnsubscribeResourceRequest.java class UnsubscribeResourceRequest (line 21) | public class UnsubscribeResourceRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/UntrashResourceRequest.java class UntrashResourceRequest (line 21) | public class UntrashResourceRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/UpdateMetadataRequest.java class UpdateMetadataRequest (line 21) | public class UpdateMetadataRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/internal/UpdatePermissionRequest.java class UpdatePermissionRequest (line 21) | public class UpdatePermissionRequest extends AutoSafeParcelable { FILE: play-services-drive/src/main/java/com/google/android/gms/drive/metadata/internal/MetadataBundle.java class MetadataBundle (line 19) | public class MetadataBundle { FILE: play-services-droidguard/core/src/main/java/com/google/android/gms/droidguard/DroidGuardChimeraService.java class DroidGuardChimeraService (line 33) | public class DroidGuardChimeraService extends TracingIntentService { method DroidGuardChimeraService (line 52) | public DroidGuardChimeraService() { method DroidGuardChimeraService (line 57) | public DroidGuardChimeraService(NetworkHandleProxyFactory factory, Obj... method c (line 66) | private final void c(byte[] data) { method a (line 89) | public final void a(@Nullable Intent intent) { method b (line 109) | public final GuardCallback b(String packageName) { method onBind (line 114) | @Nullable method onCreate (line 125) | @Override method onDestroy (line 138) | @Override FILE: play-services-droidguard/core/src/main/java/com/google/android/gms/framework/tracing/wrapper/TracingIntentService.java class TracingIntentService (line 21) | public abstract class TracingIntentService extends IntentService { method TracingIntentService (line 24) | public TracingIntentService(String name) { method attachBaseContext (line 28) | @Override method a (line 33) | protected abstract void a(@Nullable Intent intent); method getPackageManager (line 35) | @Override method onHandleIntent (line 53) | @Override FILE: play-services-droidguard/core/src/main/java/org/microg/gms/droidguard/GuardCallback.java class GuardCallback (line 25) | public class GuardCallback { method GuardCallback (line 30) | public GuardCallback(Context context, String packageName) { method a (line 35) | public final String a(final byte[] array) { method b (line 41) | public final String b() { method c (line 55) | public final String c() { method d (line 61) | public final void d(final Object mediaDrm, final byte[] sessionId) { method e (line 70) | public final void e(final int task) { FILE: play-services-droidguard/core/src/main/java/org/microg/gms/droidguard/MediaDrmLock.java class MediaDrmLock (line 8) | public class MediaDrmLock { FILE: play-services-droidguard/src/main/java/com/google/android/gms/droidguard/DroidGuard.java class DroidGuard (line 12) | public class DroidGuard { method getClient (line 13) | public static DroidGuardClient getClient(Context context) { method getClient (line 16) | public static DroidGuardClient getClient(Context context, String packa... FILE: play-services-droidguard/src/main/java/com/google/android/gms/droidguard/DroidGuardClient.java type DroidGuardClient (line 18) | public interface DroidGuardClient { method init (line 19) | @NonNull Task init(@NonNull String flow, @Nullable D... method getResults (line 21) | @NonNull Task getResults(@NonNull String flow, @Nullable Map data); method isOpened (line 13) | boolean isOpened(); method close (line 15) | void close(); FILE: play-services-droidguard/src/main/java/com/google/android/gms/droidguard/internal/DroidGuardInitReply.java class DroidGuardInitReply (line 14) | public class DroidGuardInitReply implements Parcelable { method DroidGuardInitReply (line 18) | public DroidGuardInitReply(@Nullable ParcelFileDescriptor pfd, @Nullab... method describeContents (line 23) | @Override method writeToParcel (line 28) | @Override method createFromParcel (line 35) | @Override method newArray (line 45) | @Override FILE: play-services-droidguard/src/main/java/com/google/android/gms/droidguard/internal/DroidGuardResultsRequest.java class DroidGuardResultsRequest (line 19) | public class DroidGuardResultsRequest extends AutoSafeParcelable { method DroidGuardResultsRequest (line 30) | public DroidGuardResultsRequest() { method getAppArchitecture (line 42) | public String getAppArchitecture() { method getTimeoutMillis (line 46) | public int getTimeoutMillis() { method setTimeoutMillis (line 50) | public DroidGuardResultsRequest setTimeoutMillis(int millis) { method getClientVersion (line 55) | public int getClientVersion() { method setClientVersion (line 59) | public DroidGuardResultsRequest setClientVersion(int clientVersion) { method getFd (line 64) | public ParcelFileDescriptor getFd() { method setFd (line 68) | public DroidGuardResultsRequest setFd(ParcelFileDescriptor fd) { method getOpenHandles (line 73) | public int getOpenHandles() { method setOpenHandles (line 77) | public DroidGuardResultsRequest setOpenHandles(int openHandles) { method getNetworkToUse (line 82) | @RequiresApi(api = 21) method setNetworkToUse (line 87) | @RequiresApi(api = 21) method toString (line 93) | @NonNull FILE: play-services-droidguard/src/main/java/org/microg/gms/droidguard/DroidGuardApiClient.java class DroidGuardApiClient (line 28) | public class DroidGuardApiClient extends GmsClient { method DroidGuardApiClient (line 35) | public DroidGuardApiClient(Context context, ConnectionCallbacks callba... method setPackageName (line 47) | public void setPackageName(String packageName) { method openHandle (line 51) | public DroidGuardHandle openHandle(String flow, DroidGuardResultsReque... method handleDroidGuardData (line 78) | private void handleDroidGuardData(ParcelFileDescriptor pfd, Bundle bun... method markHandleClosed (line 88) | public void markHandleClosed() { method runOnHandler (line 97) | public void runOnHandler(Runnable runnable) { method interfaceFromBinder (line 105) | @Override FILE: play-services-droidguard/src/main/java/org/microg/gms/droidguard/DroidGuardClientImpl.java class DroidGuardClientImpl (line 23) | public class DroidGuardClientImpl extends GoogleApi getRegisterPendingIntent(PublicKeyCredentia... method getSignIntent (line 80) | @Deprecated method getSignPendingIntent (line 92) | public Task getSignPendingIntent(PublicKeyCredentialReq... method isUserVerifyingPlatformAuthenticatorAvailable (line 115) | public Task isUserVerifyingPlatformAuthenticatorAvailable() { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2PendingIntent.java type Fido2PendingIntent (line 19) | @Deprecated method hasPendingIntent (line 24) | boolean hasPendingIntent(); method launchPendingIntent (line 36) | void launchPendingIntent(Activity activity, int requestCode) throws In... FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2PrivilegedApiClient.java class Fido2PrivilegedApiClient (line 38) | @PublicApi method Fido2PrivilegedApiClient (line 42) | @PublicApi(exclude = true) method getCredentialList (line 54) | public Task> getCredentialList(String rpId) { method getRegisterIntent (line 81) | @Deprecated method getRegisterPendingIntent (line 92) | public Task getRegisterPendingIntent(BrowserPublicKeyCr... method getSignIntent (line 118) | @Deprecated method getSignPendingIntent (line 129) | public Task getSignPendingIntent(BrowserPublicKeyCreden... method isUserVerifyingPlatformAuthenticatorAvailable (line 152) | public Task isUserVerifyingPlatformAuthenticatorAvailable() { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/Algorithm.java type Algorithm (line 15) | public interface Algorithm { method getAlgoValue (line 19) | int getAlgoValue(); FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/Attachment.java type Attachment (line 18) | public enum Attachment implements Parcelable { method Attachment (line 24) | Attachment(String value) { method toString (line 28) | @Override method describeContents (line 33) | @Override method writeToParcel (line 38) | @Override method fromString (line 43) | @Hide method createFromParcel (line 52) | @Override method newArray (line 61) | @Override class UnsupportedAttachmentException (line 70) | public static class UnsupportedAttachmentException extends Exception { method UnsupportedAttachmentException (line 71) | public UnsupportedAttachmentException(String message) { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AttestationConveyancePreference.java type AttestationConveyancePreference (line 19) | public enum AttestationConveyancePreference implements Parcelable { method AttestationConveyancePreference (line 26) | AttestationConveyancePreference(String value) { method toString (line 30) | @Override method describeContents (line 36) | @Override method writeToParcel (line 41) | @Override method fromString (line 46) | @Hide method createFromParcel (line 56) | @Override method newArray (line 65) | @Override class UnsupportedAttestationConveyancePreferenceException (line 74) | public static class UnsupportedAttestationConveyancePreferenceExceptio... method UnsupportedAttestationConveyancePreferenceException (line 75) | public UnsupportedAttestationConveyancePreferenceException(String me... FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensions.java class AuthenticationExtensions (line 34) | @PublicApi method AuthenticationExtensions (line 77) | @Constructor method getFidoAppIdExtension (line 94) | @Nullable method getCableAuthenticationExtension (line 99) | @Hide method getUserVerificationMethodExtension (line 105) | @Nullable method getGoogleMultiAssertionExtension (line 110) | @Nullable method getGoogleSessionIdExtension (line 115) | @Nullable method getGoogleSilentVerificationExtension (line 120) | @Nullable method getDevicePublicKeyExtension (line 125) | @Nullable method getGoogleTunnelServerIdExtension (line 130) | @Nullable method getGoogleThirdPartyPaymentExtension (line 135) | @Nullable method getPrfExtension (line 140) | @Nullable method getSimpleTransactionAuthorizationExtension (line 145) | @Nullable method getHmacSecretExtension (line 150) | @Nullable method getPaymentExtension (line 155) | @Nullable method equals (line 160) | @Override method hashCode (line 182) | @Override method toString (line 187) | @Override class Builder (line 195) | public static class Builder { method Builder (line 204) | public Builder() { method setFido2Extension (line 211) | public Builder setFido2Extension(@Nullable FidoAppIdExtension appIdE... method setUserVerificationMethodExtension (line 220) | public Builder setUserVerificationMethodExtension(@Nullable UserVeri... method build (line 228) | @NonNull method writeToParcel (line 234) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensionsClientOutputs.java class AuthenticationExtensionsClientOutputs (line 29) | @PublicApi method AuthenticationExtensionsClientOutputs (line 52) | @Constructor method getUvmEntries (line 61) | @Nullable method getDevicePublicKeyOutputs (line 66) | @Nullable method getCredProps (line 71) | @Nullable method getPrfOutputs (line 76) | @Nullable method getTxAuthSimple (line 81) | @Nullable method serializeToBytes (line 90) | @NonNull method deserializeFromBytes (line 100) | @NonNull method equals (line 105) | @Override method hashCode (line 114) | @Override class Builder (line 122) | public static class Builder { method Builder (line 137) | public Builder() { method setUserVerificationMethodEntries (line 144) | public Builder setUserVerificationMethodEntries(@Nullable UvmEntries... method setDevicePublicKeyOutputs (line 152) | public Builder setDevicePublicKeyOutputs(@Nullable AuthenticationExt... method setCredProps (line 160) | public Builder setCredProps(@Nullable AuthenticationExtensionsCredPr... method setPrfOutputs (line 168) | public Builder setPrfOutputs(@Nullable AuthenticationExtensionsPrfOu... method setTxAuthSimple (line 176) | public Builder setTxAuthSimple(@Nullable String txAuthSimple) { method build (line 184) | public AuthenticationExtensionsClientOutputs build() { method writeToParcel (line 189) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensionsCredPropsOutputs.java class AuthenticationExtensionsCredPropsOutputs (line 24) | @SafeParcelable.Class method AuthenticationExtensionsCredPropsOutputs (line 29) | @Constructor method equals (line 34) | public boolean equals(Object other) { method getIsDiscoverableCredential (line 41) | public boolean getIsDiscoverableCredential() { method hashCode (line 45) | public int hashCode() { method writeToParcel (line 49) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensionsDevicePublicKeyOutputs.java class AuthenticationExtensionsDevicePublicKeyOutputs (line 23) | @PublicApi method AuthenticationExtensionsDevicePublicKeyOutputs (line 35) | @Constructor method getDevicePublicKey (line 41) | @Nullable method getSignature (line 46) | @Nullable class Builder (line 51) | @PublicApi method Builder (line 58) | public Builder() { method setDevicePublicKey (line 61) | public Builder setDevicePublicKey(@Nullable byte[] devicePublicKey) { method setSignature (line 66) | public Builder setSignature(@Nullable byte[] signature) { method build (line 71) | public AuthenticationExtensionsDevicePublicKeyOutputs build() { method writeToParcel (line 76) | @Override method serializeToBytes (line 81) | @PublicApi method deserializeFromBytes (line 87) | @PublicApi method equals (line 93) | @Override method hashCode (line 100) | @Override method toString (line 105) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensionsPrfOutputs.java class AuthenticationExtensionsPrfOutputs (line 20) | @SafeParcelable.Class method AuthenticationExtensionsPrfOutputs (line 34) | @Constructor method isEnabled (line 41) | public boolean isEnabled() { method getFirst (line 45) | @Nullable method getSecond (line 50) | @Nullable method b64url (line 55) | private String b64url(byte[] v) { method writeToParcel (line 59) | @Override method toString (line 66) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticatorAssertionResponse.java class AuthenticatorAssertionResponse (line 26) | @PublicApi method AuthenticatorAssertionResponse (line 45) | private AuthenticatorAssertionResponse() { method AuthenticatorAssertionResponse (line 48) | @Constructor method getAuthenticatorData (line 57) | @NonNull method getClientDataJSON (line 62) | @Override method getKeyHandle (line 71) | @Deprecated method getSignature (line 77) | @NonNull method getUserHandle (line 82) | @Nullable method serializeToBytes (line 87) | @Override method equals (line 93) | @Override method hashCode (line 107) | @Override method toString (line 112) | @Override method deserializeFromBytes (line 124) | @NonNull method writeToParcel (line 129) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticatorAttestationResponse.java class AuthenticatorAttestationResponse (line 25) | @PublicApi method AuthenticatorAttestationResponse (line 41) | private AuthenticatorAttestationResponse() { method AuthenticatorAttestationResponse (line 44) | @Hide method getAttestationObject (line 53) | @NonNull method getClientDataJSON (line 58) | @Override method getKeyHandle (line 67) | @Deprecated method getTransports (line 73) | @NonNull method serializeToBytes (line 78) | @Override method equals (line 84) | @Override method hashCode (line 98) | @Override method toString (line 103) | @Override method deserializeFromBytes (line 114) | @NonNull method writeToParcel (line 119) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticatorErrorResponse.java class AuthenticatorErrorResponse (line 26) | @PublicApi method AuthenticatorErrorResponse (line 38) | private AuthenticatorErrorResponse() { method AuthenticatorErrorResponse (line 41) | @Hide method AuthenticatorErrorResponse (line 47) | @Constructor method getClientDataJSON (line 54) | @Override method getErrorCode (line 60) | @NonNull method getErrorCodeAsInt (line 65) | public int getErrorCodeAsInt() { method getErrorMessage (line 69) | @Nullable method getInternalErrorCode (line 74) | @Hide method serializeToBytes (line 79) | @Override method equals (line 85) | @Override method hashCode (line 98) | @Override method toString (line 103) | @Override method deserializeFromBytes (line 112) | @NonNull method writeToParcel (line 117) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticatorResponse.java class AuthenticatorResponse (line 17) | public abstract class AuthenticatorResponse extends AbstractSafeParcelab... method getClientDataJSON (line 18) | @NonNull method serializeToBytes (line 21) | @NonNull FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticatorSelectionCriteria.java class AuthenticatorSelectionCriteria (line 26) | @SafeParcelable.Class method AuthenticatorSelectionCriteria (line 41) | @Constructor method getAttachment (line 49) | @Nullable method getAttachmentAsString (line 54) | @Nullable method getRequireResidentKey (line 60) | @Nullable method getResidentKeyRequirement (line 65) | @Nullable method getResidentKeyRequirementAsString (line 70) | @Nullable method getRequireUserVerification (line 76) | @Hide method equals (line 82) | @Override method hashCode (line 96) | @Override method toString (line 101) | @Override class Builder (line 115) | public static class Builder { method setAttachment (line 126) | public Builder setAttachment(@Nullable Attachment attachment) { method setRequireResidentKey (line 134) | public Builder setRequireResidentKey(@Nullable Boolean requireReside... method setResidentKeyRequirement (line 142) | public Builder setResidentKeyRequirement(@Nullable ResidentKeyRequir... method build (line 147) | @NonNull method writeToParcel (line 153) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/BrowserPublicKeyCredentialCreationOptions.java class BrowserPublicKeyCredentialCreationOptions (line 25) | @PublicApi method BrowserPublicKeyCredentialCreationOptions (line 38) | @Constructor method getAuthenticationExtensions (line 45) | @Override method getChallenge (line 51) | @Override method getClientDataHash (line 57) | @Override method getOrigin (line 63) | @Override method getPublicKeyCredentialCreationOptions (line 69) | @NonNull method getRequestId (line 74) | @Override method getTimeoutSeconds (line 80) | @Override method getTokenBinding (line 86) | @Override method equals (line 92) | @Override method hashCode (line 104) | @Override method toString (line 109) | @Override class Builder (line 121) | public static class Builder { method Builder (line 132) | public Builder() { method setClientDataHash (line 146) | public BrowserPublicKeyCredentialCreationOptions.Builder setClientDa... method setOrigin (line 154) | public BrowserPublicKeyCredentialCreationOptions.Builder setOrigin(@... method setPublicKeyCredentialCreationOptions (line 162) | public BrowserPublicKeyCredentialCreationOptions.Builder setPublicKe... method build (line 170) | @NonNull method deserializeFromBytes (line 176) | public static BrowserPublicKeyCredentialCreationOptions deserializeFro... method writeToParcel (line 180) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/BrowserPublicKeyCredentialRequestOptions.java class BrowserPublicKeyCredentialRequestOptions (line 24) | @PublicApi method BrowserPublicKeyCredentialRequestOptions (line 37) | @Constructor method getAuthenticationExtensions (line 44) | @Override method getChallenge (line 50) | @Override method getClientDataHash (line 56) | @Override method getOrigin (line 62) | @Override method getPublicKeyCredentialRequestOptions (line 68) | @NonNull method getRequestId (line 73) | @Override method getTimeoutSeconds (line 79) | @Override method getTokenBinding (line 85) | @Override method equals (line 91) | @Override method hashCode (line 103) | @Override method toString (line 108) | @Override class Builder (line 121) | public static class Builder { method Builder (line 132) | public Builder() { method setClientDataHash (line 146) | public Builder setClientDataHash(@NonNull byte[] clientDataHash) { method setOrigin (line 154) | public Builder setOrigin(@NonNull Uri origin) { method setPublicKeyCredentialRequestOptions (line 162) | public Builder setPublicKeyCredentialRequestOptions(@NonNull PublicK... method build (line 170) | @NonNull method deserializeFromBytes (line 176) | public static BrowserPublicKeyCredentialRequestOptions deserializeFrom... method writeToParcel (line 180) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/BrowserRequestOptions.java class BrowserRequestOptions (line 18) | public abstract class BrowserRequestOptions extends RequestOptions { method getClientDataHash (line 22) | @Nullable method getOrigin (line 25) | @NonNull FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/COSEAlgorithmIdentifier.java class COSEAlgorithmIdentifier (line 18) | @PublicApi method COSEAlgorithmIdentifier (line 22) | private COSEAlgorithmIdentifier() { method COSEAlgorithmIdentifier (line 25) | private COSEAlgorithmIdentifier(Algorithm algorithm) { method fromCoseValue (line 29) | @NonNull method toCoseValue (line 41) | public int toCoseValue() { method toString (line 45) | @Override method describeContents (line 53) | @Override method writeToParcel (line 58) | @Override method createFromParcel (line 64) | @Override method newArray (line 73) | @Override class UnsupportedAlgorithmIdentifierException (line 79) | public static class UnsupportedAlgorithmIdentifierException extends Ex... method UnsupportedAlgorithmIdentifierException (line 80) | public UnsupportedAlgorithmIdentifierException(int algId) { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/CableAuthenticationData.java class CableAuthenticationData (line 14) | @SafeParcelable.Class method writeToParcel (line 28) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/CableAuthenticationExtension.java class CableAuthenticationExtension (line 16) | @SafeParcelable.Class method writeToParcel (line 22) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/CredentialPropertiesOutput.java class CredentialPropertiesOutput (line 20) | @PublicApi method CredentialPropertiesOutput (line 26) | @Constructor method isResidentKey (line 31) | public boolean isResidentKey() { method equals (line 35) | @Override method hashCode (line 43) | @Override method writeToParcel (line 48) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/DevicePublicKeyExtension.java class DevicePublicKeyExtension (line 19) | @PublicApi method DevicePublicKeyExtension (line 25) | @Constructor method isDevicePublicKey (line 30) | public boolean isDevicePublicKey() { method toString (line 34) | @Override method writeToParcel (line 39) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/EC2Algorithm.java type EC2Algorithm (line 16) | @PublicApi method EC2Algorithm (line 49) | EC2Algorithm(int algoValue) { method getAlgoValue (line 53) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/ErrorCode.java type ErrorCode (line 20) | @PublicApi method ErrorCode (line 74) | ErrorCode(int code) { method getCode (line 78) | @Hide method describeContents (line 83) | @Override method writeToParcel (line 88) | @Override method toErrorCode (line 93) | @Hide class UnsupportedErrorCodeException (line 104) | public static class UnsupportedErrorCodeException extends Exception { method UnsupportedErrorCodeException (line 108) | public UnsupportedErrorCodeException(int errorCode) { method createFromParcel (line 115) | @Override method newArray (line 124) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/FidoAppIdExtension.java class FidoAppIdExtension (line 29) | @PublicApi method FidoAppIdExtension (line 36) | private FidoAppIdExtension() { method FidoAppIdExtension (line 39) | @Constructor method getAppId (line 44) | @NonNull method equals (line 49) | @Override method hashCode (line 59) | @Override method writeToParcel (line 64) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/FidoCredentialDetails.java class FidoCredentialDetails (line 25) | @SafeParcelable.Class method FidoCredentialDetails (line 44) | private FidoCredentialDetails() { method FidoCredentialDetails (line 47) | @Constructor method deserializeFromBytes (line 62) | @NonNull method getCredentialId (line 70) | @NonNull method getIsDiscoverable (line 78) | public boolean getIsDiscoverable() { method getIsPaymentCredential (line 85) | public boolean getIsPaymentCredential() { method getLastUsedTime (line 92) | public long getLastUsedTime() { method getUserDisplayName (line 99) | @Nullable method getUserId (line 107) | @Nullable method getUserName (line 115) | @Nullable method hashCode (line 120) | public int hashCode() { method serializeToBytes (line 129) | @NonNull method writeToParcel (line 134) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/GoogleMultiAssertionExtension.java class GoogleMultiAssertionExtension (line 18) | @PublicApi method GoogleMultiAssertionExtension (line 24) | @Constructor method isRequestForMultiAssertion (line 29) | public boolean isRequestForMultiAssertion() { method writeToParcel (line 33) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/GoogleSessionIdExtension.java class GoogleSessionIdExtension (line 19) | @PublicApi method GoogleSessionIdExtension (line 25) | @Constructor method getSessionId (line 30) | public long getSessionId() { method toString (line 34) | @Override method writeToParcel (line 39) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/GoogleSilentVerificationExtension.java class GoogleSilentVerificationExtension (line 19) | @PublicApi method GoogleSilentVerificationExtension (line 25) | @Constructor method isSilentVerification (line 30) | public boolean isSilentVerification() { method toString (line 34) | @Override method writeToParcel (line 39) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/GoogleThirdPartyPaymentExtension.java class GoogleThirdPartyPaymentExtension (line 19) | @PublicApi method GoogleThirdPartyPaymentExtension (line 25) | @Constructor method isThirdPartyPayment (line 30) | public boolean isThirdPartyPayment() { method toString (line 34) | @Override method writeToParcel (line 39) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/GoogleTunnelServerIdExtension.java class GoogleTunnelServerIdExtension (line 19) | @PublicApi method GoogleTunnelServerIdExtension (line 26) | @Constructor method getTunnelServerId (line 31) | @NonNull method toString (line 36) | @Override method writeToParcel (line 41) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/HmacSecretExtension.java class HmacSecretExtension (line 19) | @PublicApi method HmacSecretExtension (line 35) | @Constructor method getCoseKeyAgreement (line 43) | public byte[] getCoseKeyAgreement() { method getSaltEnc (line 47) | public byte[] getSaltEnc() { method getSaltAuth (line 51) | public byte[] getSaltAuth() { method getPinUvAuthProtocol (line 55) | public int getPinUvAuthProtocol() { method toString (line 59) | @Override method writeToParcel (line 64) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/KeyProtectionTypes.java class KeyProtectionTypes (line 15) | public final class KeyProtectionTypes { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/MatcherProtectionTypes.java class MatcherProtectionTypes (line 15) | public final class MatcherProtectionTypes { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PaymentExtension.java class PaymentExtension (line 19) | @PublicApi method PaymentExtension (line 25) | @Constructor method isPayment (line 30) | public boolean isPayment() { method toString (line 34) | @Override method writeToParcel (line 39) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PrfExtension.java class PrfExtension (line 18) | @PublicApi method PrfExtension (line 24) | @Constructor method getEntries (line 29) | @NonNull method writeToParcel (line 34) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredential.java class PublicKeyCredential (line 31) | @PublicApi method PublicKeyCredential (line 59) | PublicKeyCredential(@NonNull String id, @NonNull String type, @NonNull... method PublicKeyCredential (line 63) | @Constructor method getAuthenticatorAttachment (line 78) | @Nullable method getClientExtensionResults (line 83) | @Nullable method getId (line 88) | @NonNull method getRawId (line 93) | @NonNull method getResponse (line 98) | public AuthenticatorResponse getResponse() { method getType (line 105) | @NonNull class Builder (line 113) | public static class Builder { method Builder (line 127) | public Builder() { method setAuthenticationExtensionsClientOutputs (line 133) | public Builder setAuthenticationExtensionsClientOutputs(@Nullable Au... method setAuthenticatorAttachment (line 141) | public Builder setAuthenticatorAttachment(@NonNull String authentica... method setId (line 149) | public Builder setId(@NonNull String id) { method setRawId (line 157) | public Builder setRawId(@NonNull byte[] rawId) { method setResponse (line 171) | public Builder setResponse(@NonNull AuthenticatorResponse response) { method build (line 179) | public PublicKeyCredential build() { method toString (line 184) | @NonNull method equals (line 200) | @Override method hashCode (line 217) | @Override method serializeToBytes (line 227) | @NonNull method deserializeFromBytes (line 238) | @NonNull method writeToParcel (line 243) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialCreationOptions.java class PublicKeyCredentialCreationOptions (line 24) | @PublicApi method PublicKeyCredentialCreationOptions (line 61) | @Constructor method getAttestationConveyancePreference (line 76) | @Nullable method getAttestationConveyancePreferenceAsString (line 81) | @Nullable method getAuthenticationExtensions (line 87) | @Nullable method getAuthenticatorSelection (line 93) | @Nullable method getChallenge (line 98) | @NonNull method getExcludeList (line 104) | @Nullable method getParameters (line 109) | @NonNull method getRequestId (line 114) | @Nullable method getRp (line 120) | @NonNull method getTimeoutSeconds (line 125) | @Nullable method getTokenBinding (line 131) | @Nullable method getUser (line 137) | @NonNull method equals (line 142) | @Override method hashCode (line 164) | @Override method toString (line 169) | @Override class Builder (line 189) | public static class Builder { method Builder (line 216) | public Builder() { method setAttestationConveyancePreference (line 222) | public Builder setAttestationConveyancePreference(@Nullable Attestat... method setAuthenticationExtensions (line 231) | public Builder setAuthenticationExtensions(@Nullable AuthenticationE... method setAuthenticatorSelection (line 239) | public Builder setAuthenticatorSelection(@Nullable AuthenticatorSele... method setChallenge (line 247) | public Builder setChallenge(@NonNull byte[] challenge) { method setExcludeList (line 257) | public Builder setExcludeList(@Nullable List uvmEntryList) { method addUvmEntry (line 80) | public Builder addUvmEntry(@Nullable UvmEntry uvmEntry) { method build (line 86) | @NonNull method writeToParcel (line 92) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/UvmEntry.java class UvmEntry (line 24) | @PublicApi method UvmEntry (line 34) | @Constructor method getUserVerificationMethod (line 41) | public int getUserVerificationMethod() { method getKeyProtectionType (line 45) | public short getKeyProtectionType() { method getMatcherProtectionType (line 49) | public short getMatcherProtectionType() { method equals (line 53) | @Override method hashCode (line 65) | @Override class Builder (line 73) | public static class Builder { method setUserVerificationMethod (line 78) | public Builder setUserVerificationMethod(int userVerificationMethod) { method setKeyProtectionType (line 83) | public Builder setKeyProtectionType(short keyProtectionType) { method setMatcherProtectionType (line 88) | public Builder setMatcherProtectionType(short matcherProtectionType) { method build (line 93) | public UvmEntry build() { method writeToParcel (line 98) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/sourcedevice/SourceDirectTransferClient.java type SourceDirectTransferClient (line 26) | @PublicApi method getSourceDirectTransferResultFromIntent (line 40) | SourceDirectTransferResult getSourceDirectTransferResultFromIntent(Int... method startDirectTransfer (line 48) | Task startDirectTransfer(SourceStartDirectTransferOptio... FILE: play-services-fido/src/main/java/com/google/android/gms/fido/sourcedevice/SourceDirectTransferResult.java class SourceDirectTransferResult (line 24) | @PublicApi method SourceDirectTransferResult (line 30) | private SourceDirectTransferResult() { method SourceDirectTransferResult (line 33) | @Constructor method getStatus (line 41) | public Status getStatus() { method writeToParcel (line 45) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/sourcedevice/SourceStartDirectTransferOptions.java class SourceStartDirectTransferOptions (line 19) | public class SourceStartDirectTransferOptions extends AbstractSafeParcel... method SourceStartDirectTransferOptions (line 32) | private SourceStartDirectTransferOptions() { method SourceStartDirectTransferOptions (line 38) | public SourceStartDirectTransferOptions(@Param(1) int callerType) { method getCallerType (line 42) | public int getCallerType() { method writeToParcel (line 46) | @Override FILE: play-services-fido/src/main/java/com/google/android/gms/fido/u2f/U2fApiClient.java class U2fApiClient (line 27) | @Deprecated method U2fApiClient (line 34) | public U2fApiClient(Activity activity) { method U2fApiClient (line 42) | public U2fApiClient(Context context) { FILE: play-services-fido/src/main/java/com/google/android/gms/fido/u2f/U2fPendingIntent.java type U2fPendingIntent (line 22) | public interface U2fPendingIntent { method hasPendingIntent (line 26) | boolean hasPendingIntent(); method launchPendingIntent (line 38) | void launchPendingIntent(Activity activity, int requestCode); FILE: play-services-fido/src/main/java/org/microg/gms/fido/fido2/Fido2GmsClient.java class Fido2GmsClient (line 23) | public class Fido2GmsClient extends GmsClient { method Fido2GmsClient (line 24) | public Fido2GmsClient(Context context, ConnectionCallbacks callbacks, ... method getRegisterPendingIntent (line 29) | public void getRegisterPendingIntent(IFido2AppCallbacks callbacks, Pub... method getSignPendingIntent (line 33) | public void getSignPendingIntent(IFido2AppCallbacks callbacks, PublicK... method isUserVerifyingPlatformAuthenticatorAvailable (line 37) | public void isUserVerifyingPlatformAuthenticatorAvailable(IBooleanCall... method interfaceFromBinder (line 41) | @Override FILE: play-services-fido/src/main/java/org/microg/gms/fido/fido2/Fido2PendingIntentImpl.java class Fido2PendingIntentImpl (line 14) | public class Fido2PendingIntentImpl implements Fido2PendingIntent { method Fido2PendingIntentImpl (line 17) | public Fido2PendingIntentImpl(PendingIntent pendingIntent) { method hasPendingIntent (line 21) | @Override method launchPendingIntent (line 26) | @Override FILE: play-services-fido/src/main/java/org/microg/gms/fido/fido2/Fido2PrivilegedGmsClient.java class Fido2PrivilegedGmsClient (line 24) | public class Fido2PrivilegedGmsClient extends GmsClient getDataSets() { method getEndTime (line 107) | public long getEndTime(TimeUnit timeUnit) { method getSession (line 114) | @Nullable method getStartTime (line 122) | public long getStartTime(@NonNull TimeUnit timeUnit) { method getActivityType (line 126) | int getActivityType() { method getEndTimeMillis (line 130) | long getEndTimeMillis() { method getStartTimeMillis (line 134) | long getStartTimeMillis() { method writeToParcel (line 138) | @Override method toString (line 145) | @NonNull FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/DataPoint.java class DataPoint (line 26) | @SafeParcelable.Class method DataPoint (line 43) | DataPoint(DataSource dataSource) { method DataPoint (line 53) | @Constructor method getDataSource (line 66) | @NonNull method getDataType (line 74) | @NonNull method getEndTime (line 83) | public long getEndTime(@NonNull TimeUnit timeUnit) { method getOriginalDataSource (line 98) | @NonNull method getStartTime (line 107) | public long getStartTime(@NonNull TimeUnit timeUnit) { method getTimestamp (line 115) | public long getTimestamp(@NonNull TimeUnit timeUnit) { method getValue (line 126) | @NonNull method getTimestampNanos (line 131) | long getTimestampNanos() { method getStartTimeNanos (line 135) | long getStartTimeNanos() { method getValues (line 139) | Value[] getValues() { method getOriginalDataSourceIfSet (line 143) | DataSource getOriginalDataSourceIfSet() { method getRawTimestamp (line 147) | long getRawTimestamp() { method setFloatValues (line 157) | @Deprecated method setIntValues (line 173) | @Deprecated method setTimeInterval (line 192) | @Deprecated method setTimestamp (line 207) | @Deprecated method builder (line 218) | @NonNull method create (line 229) | @NonNull method extract (line 240) | @Nullable class Builder (line 248) | public static class Builder { method Builder (line 252) | Builder(DataSource dataSource) { method build (line 259) | @NonNull method setActivityField (line 272) | @NonNull method setField (line 285) | @NonNull method setField (line 299) | @NonNull method setField (line 313) | @NonNull method setField (line 326) | @NonNull method setFloatValues (line 338) | @NonNull method setIntValues (line 350) | @NonNull method setTimeInterval (line 365) | @NonNull method setTimestamp (line 379) | @NonNull method writeToParcel (line 387) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/DataSet.java class DataSet (line 27) | @SafeParcelable.Class method DataSet (line 42) | @Constructor method DataSet (line 50) | DataSet(@NonNull DataSource dataSource) { method add (line 65) | @Deprecated method addAll (line 79) | @Deprecated method createDataPoint (line 90) | @NonNull method getDataPoints (line 100) | @NonNull method getDataSource (line 108) | @NonNull method getDataType (line 116) | @NonNull method getRawDataPoints (line 121) | @NonNull method getUniqueDataSources (line 126) | @NonNull method builder (line 136) | @NonNull method create (line 149) | @NonNull method writeToParcel (line 154) | @Override class Builder (line 162) | public static class Builder { method Builder (line 166) | Builder(DataSource dataSource) { method add (line 176) | @NonNull method addAll (line 189) | @NonNull method build (line 201) | @NonNull FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/DataSource.java class DataSource (line 39) | @SafeParcelable.Class method DataSource (line 73) | @Constructor method getApplication (line 82) | @Nullable method getAppPackageName (line 93) | @Nullable method getDataType (line 103) | @NonNull method getDevice (line 111) | @Nullable method getStreamIdentifier (line 126) | @NonNull method getStreamName (line 140) | @NonNull method getType (line 151) | public int getType() { method hashCode (line 155) | @Override method toString (line 160) | @NonNull method writeToParcel (line 166) | @Override method extract (line 176) | @Nullable class Builder (line 185) | public static class Builder { method build (line 197) | @NonNull method setAppPackageName (line 209) | @NonNull method setAppPackageName (line 221) | @NonNull method setDataType (line 232) | @NonNull method setDevice (line 247) | @NonNull method setStreamName (line 263) | @NonNull method setType (line 275) | @NonNull FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/DataType.java class DataType (line 42) | @SafeParcelable.Class method DataType (line 121) | DataType(@NonNull String name, @Nullable String readScope, @Nullable S... method DataType (line 128) | @Constructor method getAggregateType (line 141) | @Nullable method getFields (line 150) | @NonNull method getName (line 158) | @NonNull method indexOf (line 168) | public int indexOf(@NonNull com.google.android.gms.fitness.data.Field ... method getAggregatesForInput (line 182) | @NonNull method getMimeType (line 193) | @NonNull method writeToParcel (line 198) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/Device.java class Device (line 30) | @SafeParcelable.Class method Device (line 76) | @Constructor method Device (line 93) | public Device(@NonNull String manufacturer, @NonNull String model, @No... method getManufacturer (line 100) | @NonNull method getModel (line 108) | @NonNull method getType (line 117) | public int getType() { method getUid (line 128) | @NonNull method getDeviceId (line 133) | String getDeviceId() { method getPlatformType (line 137) | int getPlatformType() { method getLocalDevice (line 146) | public static Device getLocalDevice(Context context) { method toString (line 164) | @NonNull method writeToParcel (line 170) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/Field.java class Field (line 30) | @SafeParcelable.Class method Field (line 401) | @Constructor method Field (line 408) | public Field(@NonNull String name, int format) { method getFormat (line 415) | public int getFormat() { method getName (line 422) | public String getName() { method isOptional (line 426) | public Boolean isOptional() { method hashCode (line 430) | @Override method equals (line 435) | @Override method createIntField (line 443) | public static com.google.android.gms.fitness.data.Field createIntField... method createFloatField (line 447) | public static com.google.android.gms.fitness.data.Field createFloatFie... method createStringField (line 451) | public static com.google.android.gms.fitness.data.Field createStringFi... method createMapField (line 455) | public static com.google.android.gms.fitness.data.Field createMapField... method createLongField (line 459) | public static com.google.android.gms.fitness.data.Field createLongFiel... method createDoubleField (line 463) | public static com.google.android.gms.fitness.data.Field createDoubleFi... method createObjectField (line 467) | public static com.google.android.gms.fitness.data.Field createObjectFi... method createOptionalIntField (line 471) | public static com.google.android.gms.fitness.data.Field createOptional... method createOptionalFloatField (line 475) | public static com.google.android.gms.fitness.data.Field createOptional... method createOptionalStringField (line 479) | public static com.google.android.gms.fitness.data.Field createOptional... method writeToParcel (line 483) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/MapValue.java class MapValue (line 17) | @Hide method MapValue (line 25) | @Constructor method ofFloat (line 31) | @NonNull method getFormat (line 36) | public int getFormat() { method getValue (line 40) | float getValue() { method asFloat (line 44) | public float asFloat() { method hashCode (line 49) | @Override method writeToParcel (line 54) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/Session.java class Session (line 31) | @SafeParcelable.Class method Session (line 70) | @Constructor method getActiveTime (line 89) | public long getActiveTime(@NonNull TimeUnit timeUnit) { method getActivity (line 97) | @NonNull method getAppPackageName (line 106) | @Nullable method getDescription (line 115) | @NonNull method getEndTime (line 123) | public long getEndTime(@NonNull TimeUnit timeUnit) { method getIdentifier (line 130) | @NonNull method getName (line 138) | @Nullable method getStartTime (line 146) | public long getStartTime(@NonNull TimeUnit timeUnit) { method hasActiveTime (line 153) | public boolean hasActiveTime() { method isOngoing (line 160) | public boolean isOngoing() { method getApplication (line 164) | Application getApplication() { method getActivityType (line 168) | int getActivityType() { method getStartTimeMillis (line 172) | long getStartTimeMillis() { method getEndTimeMillis (line 176) | long getEndTimeMillis() { method getActiveTimeMillis (line 180) | @Nullable method extract (line 190) | @Nullable method getMimeType (line 201) | @NonNull method writeToParcel (line 206) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/SessionDataSet.java class SessionDataSet (line 17) | @SafeParcelable.Class method SessionDataSet (line 27) | @Constructor method writeToParcel (line 33) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/Subscription.java class Subscription (line 16) | @SafeParcelable.Class method Subscription (line 29) | @Constructor method writeToParcel (line 38) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/data/Value.java class Value (line 33) | @SafeParcelable.Class method Value (line 53) | @Constructor method Value (line 65) | Value(int format) { method asActivity (line 76) | public String asActivity() { method asFloat (line 85) | public float asFloat() { method asInt (line 95) | public int asInt() { method asString (line 105) | @NonNull method clearKey (line 118) | @Deprecated method getFormat (line 131) | public int getFormat() { method getKeyValue (line 141) | @Nullable method isSet (line 159) | public boolean isSet() { method getValue (line 163) | float getValue() { method getStringValue (line 167) | String getStringValue() { method getMapValue (line 171) | @Nullable method getIntArrayValue (line 176) | int[] getIntArrayValue() { method getFloatArrayValue (line 180) | float[] getFloatArrayValue() { method getBlob (line 184) | byte[] getBlob() { method setActivity (line 194) | public void setActivity(String activity) { method setFloat (line 204) | public void setFloat(float value) { method setInt (line 216) | public void setInt(int value) { method setKeyValue (line 233) | public void setKeyValue(String key, float value) { method setMap (line 240) | void setMap(@NonNull Map value) { method setString (line 258) | public void setString(String value) { method writeToParcel (line 264) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DailyTotalRequest.java class DailyTotalRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 28) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataDeleteRequest.java class DataDeleteRequest (line 24) | @SafeParcelable.Class method toString (line 47) | @NonNull method writeToParcel (line 64) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataInsertRequest.java class DataInsertRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataPointChangesRequest.java class DataPointChangesRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataReadRequest.java class DataReadRequest (line 22) | @SafeParcelable.Class method writeToParcel (line 52) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataReadResult.java class DataReadResult (line 21) | @SafeParcelable.Class method writeToParcel (line 35) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataSourceQueryParams.java class DataSourceQueryParams (line 17) | @SafeParcelable.Class method writeToParcel (line 31) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataTypeCreateRequest.java class DataTypeCreateRequest (line 19) | @SafeParcelable.Class method writeToParcel (line 30) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataUpdateListenerRegistrationRequest.java class DataUpdateListenerRegistrationRequest (line 20) | @SafeParcelable.Class method writeToParcel (line 32) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataUpdateListenerUnregistrationRequest.java class DataUpdateListenerUnregistrationRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 26) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DataUpdateRequest.java class DataUpdateRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 30) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DebugInfoRequest.java class DebugInfoRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 23) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/DisableFitRequest.java class DisableFitRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 24) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/GetFileUriRequest.java class GetFileUriRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 23) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/GetSyncInfoRequest.java class GetSyncInfoRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 23) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/ListSubscriptionsRequest.java class ListSubscriptionsRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 25) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/ReadDataTypeRequest.java class ReadDataTypeRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 26) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/ReadRawRequest.java class ReadRawRequest (line 19) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/ReadStatsRequest.java class ReadStatsRequest (line 20) | @SafeParcelable.Class method writeToParcel (line 30) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionChangesRequest.java class SessionChangesRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionInsertRequest.java class SessionInsertRequest (line 22) | @SafeParcelable.Class method writeToParcel (line 36) | public void writeToParcel(@NonNull Parcel dest, int flags) { FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionReadRequest.java class SessionReadRequest (line 21) | @SafeParcelable.Class method writeToParcel (line 48) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionRegistrationRequest.java class SessionRegistrationRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 26) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionStartRequest.java class SessionStartRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 25) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionStopRequest.java class SessionStopRequest (line 17) | @SafeParcelable.Class method writeToParcel (line 26) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SessionUnregistrationRequest.java class SessionUnregistrationRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 25) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/SubscribeRequest.java class SubscribeRequest (line 18) | @SafeParcelable.Class method writeToParcel (line 27) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/request/UnsubscribeRequest.java class UnsubscribeRequest (line 19) | @SafeParcelable.Class method writeToParcel (line 28) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/DataSourceStatsResult.java class DataSourceStatsResult (line 18) | @Hide method writeToParcel (line 34) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/DataStatsResult.java class DataStatsResult (line 22) | @Hide method writeToParcel (line 38) | @Override method close (line 45) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/DataTypeResult.java class DataTypeResult (line 40) | @Deprecated method DataTypeResult (line 50) | @Constructor method getDataType (line 60) | @Nullable method getStatus (line 65) | public Status getStatus() { method writeToParcel (line 69) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/ListSubscriptionsResult.java class ListSubscriptionsResult (line 20) | @SafeParcelable.Class method ListSubscriptionsResult (line 28) | @Constructor method writeToParcel (line 34) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/SessionReadResult.java class SessionReadResult (line 48) | @SafeParcelable.Class method SessionReadResult (line 60) | @Constructor method getDataSet (line 77) | @NonNull method getDataSet (line 97) | @NonNull method getSessions (line 112) | @NonNull method getStatus (line 117) | @NonNull method getSessionDataSets (line 122) | @NonNull method writeToParcel (line 127) | @Override FILE: play-services-fitness/src/main/java/com/google/android/gms/fitness/result/SessionStopResult.java class SessionStopResult (line 35) | @SafeParcelable.Class method SessionStopResult (line 44) | @Constructor method getSessions (line 54) | @NonNull method getStatus (line 63) | @NonNull method writeToParcel (line 68) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/AnnotatedData.java class AnnotatedData (line 16) | public class AnnotatedData { method AnnotatedData (line 20) | @Hide method get (line 29) | public T get() { method isStale (line 37) | public boolean isStale() { FILE: play-services-games/src/main/java/com/google/android/gms/games/CurrentPlayerInfo.java type CurrentPlayerInfo (line 17) | public interface CurrentPlayerInfo extends Freezable,... method getFriendsListVisibilityStatus (line 21) | @Player.FriendsListVisibilityStatus FILE: play-services-games/src/main/java/com/google/android/gms/games/CurrentPlayerInfoEntity.java class CurrentPlayerInfoEntity (line 12) | @Hide method CurrentPlayerInfoEntity (line 18) | public CurrentPlayerInfoEntity() { method CurrentPlayerInfoEntity (line 21) | public CurrentPlayerInfoEntity(CurrentPlayerInfo copy) { method CurrentPlayerInfoEntity (line 25) | public CurrentPlayerInfoEntity(int friendsListVisibilityStatus) { method getFriendsListVisibilityStatus (line 29) | @Override method freeze (line 35) | @Override method isDataValid (line 40) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/Game.java type Game (line 22) | public interface Game extends Freezable { method areSnapshotsEnabled (line 28) | boolean areSnapshotsEnabled(); method getAchievementTotalCount (line 35) | int getAchievementTotalCount(); method getApplicationId (line 42) | @NonNull method getDescription (line 50) | @NonNull method getDescription (line 58) | void getDescription(@NonNull CharArrayBuffer dataOut); method getDeveloperName (line 65) | @NonNull method getDeveloperName (line 73) | void getDeveloperName(@NonNull CharArrayBuffer dataOut); method getDisplayName (line 80) | @NonNull method getDisplayName (line 88) | void getDisplayName(@NonNull CharArrayBuffer dataOut); method getFeaturedImageUri (line 97) | @Nullable method getFeaturedImageUrl (line 100) | @Hide method getHiResImageUri (line 111) | @Nullable method getHiResImageUrl (line 114) | @Hide method getIconImageUri (line 125) | @Nullable method getIconImageUrl (line 128) | @Hide method getLeaderboardCount (line 137) | int getLeaderboardCount(); method getPrimaryCategory (line 144) | @Nullable method getSecondaryCategory (line 152) | @Nullable method getThemeColor (line 160) | @NonNull method hasGamepadSupport (line 168) | boolean hasGamepadSupport(); FILE: play-services-games/src/main/java/com/google/android/gms/games/GameColumns.java class GameColumns (line 13) | @Hide FILE: play-services-games/src/main/java/com/google/android/gms/games/GameEntity.java class GameEntity (line 30) | @SafeParcelable.Class method GameEntity (line 83) | @Hide method areSnapshotsEnabled (line 118) | @Override method freeze (line 123) | @Override method getAchievementTotalCount (line 133) | @Override method getApplicationId (line 143) | @Override method getDescription (line 154) | @Override method getDescription (line 165) | @Override method getDeveloperName (line 175) | @Override method getDeveloperName (line 186) | @Override method getDisplayName (line 196) | @Override method getDisplayName (line 207) | @Override method getFeaturedImageUri (line 219) | @Override method getFeaturedImageUrl (line 225) | @Override method getHiResImageUri (line 239) | @Override method getHiResImageUrl (line 245) | @Override method getIconImageUri (line 259) | @Override method getIconImageUrl (line 264) | @Override method getLeaderboardCount (line 276) | @Override method getPrimaryCategory (line 286) | @Override method getSecondaryCategory (line 297) | @Override method getThemeColor (line 308) | @Override method hasGamepadSupport (line 319) | @Override method isDataValid (line 324) | @Override method getGameplayAclStatus (line 329) | int getGameplayAclStatus() { method getInstancePackageName (line 333) | String getInstancePackageName() { method isMuted (line 337) | boolean isMuted() { method isIdentitySharingConfirmed (line 341) | boolean isIdentitySharingConfirmed() { method isPlayEnabledGame (line 345) | boolean isPlayEnabledGame() { method isInstanceInstalled (line 349) | boolean isInstanceInstalled() { method isRealTimeMultiplayerEnabled (line 353) | @Hide method isTurnBasedMultiplayerEnabled (line 358) | @Hide method copyStringToBuffer (line 363) | private static void copyStringToBuffer(@Nullable String toCopy, @NonNu... method writeToParcel (line 376) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/GamesStatusCodes.java type GamesStatusCodes (line 10) | public enum GamesStatusCodes { method GamesStatusCodes (line 72) | GamesStatusCodes(int code, String description) { method getCode (line 77) | public int getCode() { method getDescription (line 81) | public String getDescription() { method createStatus (line 85) | public static Status createStatus(GamesStatusCodes gamesStatusCodes) { FILE: play-services-games/src/main/java/com/google/android/gms/games/Player.java type Player (line 24) | public interface Player extends Freezable, Parcelable { method getBannerImageLandscapeUri (line 90) | Uri getBannerImageLandscapeUri(); method getBannerImagePortraitUri (line 99) | Uri getBannerImagePortraitUri(); method getCurrentPlayerInfo (line 104) | CurrentPlayerInfo getCurrentPlayerInfo(); method getDisplayName (line 111) | void getDisplayName(CharArrayBuffer dataOut); method getDisplayName (line 118) | String getDisplayName(); method getHiResImageUri (line 127) | Uri getHiResImageUri(); method getIconImageUri (line 136) | Uri getIconImageUri(); method getLastPlayedWithTimestamp (line 145) | @Deprecated method getLevelInfo (line 153) | PlayerLevelInfo getLevelInfo(); method getPlayerId (line 160) | String getPlayerId(); method getRelationshipInfo (line 165) | PlayerRelationshipInfo getRelationshipInfo(); method getRetrievedTimestamp (line 172) | long getRetrievedTimestamp(); method getTitle (line 180) | String getTitle(); method getTitle (line 187) | void getTitle(CharArrayBuffer dataOut); method hasHiResImage (line 194) | boolean hasHiResImage(); method hasIconImage (line 201) | boolean hasIconImage(); FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerBuffer.java class PlayerBuffer (line 18) | public class PlayerBuffer extends AbstractDataBuffer { method PlayerBuffer (line 19) | @Hide method get (line 24) | public Player get(int position) { FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerColumns.java class PlayerColumns (line 12) | public class PlayerColumns { FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerEntity.java class PlayerEntity (line 24) | public class PlayerEntity extends AutoSafeParcelable implements Player { method PlayerEntity (line 76) | @Hide method PlayerEntity (line 80) | @Hide method PlayerEntity (line 96) | @Hide method getBannerImageLandscapeUri (line 125) | @Override method getBannerImagePortraitUri (line 130) | @Override method getCurrentPlayerInfo (line 135) | @Override method getDisplayName (line 140) | @Override method getDisplayName (line 145) | @Override method getHiResImageUri (line 150) | @Override method getIconImageUri (line 155) | @Override method getLastPlayedWithTimestamp (line 160) | @Override method getLevelInfo (line 165) | @Override method getPlayerId (line 170) | @Override method getRelationshipInfo (line 175) | @Override method getRetrievedTimestamp (line 180) | @Override method getTitle (line 185) | @Override method getTitle (line 190) | @Override method hasHiResImage (line 195) | @Override method hasIconImage (line 200) | @Override method isDataValid (line 205) | @Override method freeze (line 210) | @Override method getGamerTag (line 215) | @Hide method getName (line 220) | @Hide method getIconImageUrl (line 225) | @Hide method getHiResImageUrl (line 230) | @Hide method getBannerImageLandscapeUrl (line 235) | @Hide method getBannerImagePortraitUrl (line 240) | @Hide method getIsInCircles (line 245) | @Hide method isProfileVisible (line 250) | @Hide method getHasDebugAccess (line 255) | @Hide method getTotalUnlockedAchievement (line 260) | @Hide method isAlwaysAutoSignIn (line 265) | @Hide method getMostRecentGameInfo (line 270) | @Hide FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerLevel.java class PlayerLevel (line 24) | @SafeParcelable.Class method PlayerLevel (line 33) | @Constructor method getLevelNumber (line 49) | public int getLevelNumber() { method getMaxXp (line 56) | public long getMaxXp() { method getMinXp (line 63) | public long getMinXp() { method writeToParcel (line 67) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerLevelInfo.java class PlayerLevelInfo (line 21) | public class PlayerLevelInfo extends AutoSafeParcelable { method PlayerLevelInfo (line 31) | @Hide method PlayerLevelInfo (line 35) | @Hide method getCurrentLevel (line 50) | public PlayerLevel getCurrentLevel() { method getCurrentXpTotal (line 57) | public long getCurrentXpTotal() { method getLastLevelUpTimestamp (line 64) | public long getLastLevelUpTimestamp() { method getNextLevel (line 75) | public PlayerLevel getNextLevel() { method isMaxLevel (line 82) | public boolean isMaxLevel() { FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerRef.java class PlayerRef (line 16) | @Hide method PlayerRef (line 18) | public PlayerRef(DataHolder dataHolder, int position) { method toUri (line 22) | private Uri toUri(String str) { method getBannerImageLandscapeUri (line 27) | @Override method getBannerImagePortraitUri (line 32) | @Override method getCurrentPlayerInfo (line 37) | @Override method getDisplayName (line 42) | @Override method getDisplayName (line 47) | @Override method getHiResImageUri (line 52) | @Override method getIconImageUri (line 57) | @Override method getLastPlayedWithTimestamp (line 62) | @Override method getLevelInfo (line 67) | @Override method getPlayerId (line 72) | @Override method getRelationshipInfo (line 77) | @Override method getRetrievedTimestamp (line 82) | @Override method getTitle (line 87) | @Override method getTitle (line 92) | @Override method hasHiResImage (line 97) | @Override method hasIconImage (line 102) | @Override method describeContents (line 107) | @Override method writeToParcel (line 112) | @Override method freeze (line 117) | @Override method createFromParcel (line 123) | @Override method newArray (line 128) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/PlayerRelationshipInfo.java type PlayerRelationshipInfo (line 17) | public interface PlayerRelationshipInfo extends Freezable> getCurrentPlayer(boolean forceReload); method getCurrentPlayer (line 43) | Task getCurrentPlayer(); method getCurrentPlayerId (line 50) | Task getCurrentPlayerId(); method getPlayerSearchIntent (line 67) | Task getPlayerSearchIntent(); FILE: play-services-games/src/main/java/com/google/android/gms/games/client/PlayGamesConsistencyTokens.java class PlayGamesConsistencyTokens (line 13) | public class PlayGamesConsistencyTokens implements Parcelable { method PlayGamesConsistencyTokens (line 17) | public PlayGamesConsistencyTokens(String oneupConsistencyToken, String... method toString (line 22) | @NonNull method describeContents (line 31) | @Override method writeToParcel (line 36) | @Override method createFromParcel (line 43) | @Override method newArray (line 48) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/internal/connect/GamesSignInRequest.java class GamesSignInRequest (line 12) | public class GamesSignInRequest extends AutoSafeParcelable { method toString (line 18) | @NonNull FILE: play-services-games/src/main/java/com/google/android/gms/games/internal/connect/GamesSignInResponse.java class GamesSignInResponse (line 10) | public class GamesSignInResponse extends AutoSafeParcelable { FILE: play-services-games/src/main/java/com/google/android/gms/games/internal/connect/SignInResolutionResult.java class SignInResolutionResult (line 13) | public class SignInResolutionResult extends AutoSafeParcelable { method toString (line 17) | @NonNull FILE: play-services-games/src/main/java/com/google/android/gms/games/internal/player/MostRecentGameInfo.java type MostRecentGameInfo (line 12) | public interface MostRecentGameInfo extends Freezable { method getCoverImageAspectRatio (line 40) | float getCoverImageAspectRatio(); method getCoverImageUri (line 49) | @Nullable method getCoverImageUrl (line 52) | @Hide method getDescription (line 61) | @NonNull method getDescription (line 69) | void getDescription(@NonNull CharArrayBuffer dataOut); method getDeviceName (line 76) | @Nullable method getGame (line 84) | @NonNull method getLastModifiedTimestamp (line 92) | long getLastModifiedTimestamp(); method getOwner (line 99) | @NonNull method getPlayedTime (line 108) | long getPlayedTime(); method getProgressValue (line 116) | long getProgressValue(); method getSnapshotId (line 123) | @NonNull method getUniqueName (line 134) | @NonNull method hasChangePending (line 143) | boolean hasChangePending(); FILE: play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataChange.java type SnapshotMetadataChange (line 17) | public interface SnapshotMetadataChange { method getCoverImage (line 21) | @Nullable method getDescription (line 27) | @Nullable method getPlayedTimeMillis (line 33) | @Nullable method getProgressValue (line 39) | @Nullable FILE: play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataChangeEntity.java class SnapshotMetadataChangeEntity (line 24) | @Hide method SnapshotMetadataChangeEntity (line 44) | @Constructor method getCoverImage (line 56) | @Override method getCoverImageTeleporter (line 62) | @Nullable method getCoverImageUri (line 67) | @Nullable method getDescription (line 75) | @Override method getPlayedTimeMillis (line 84) | @Override method getProgressValue (line 93) | @Override method writeToParcel (line 99) | @Override method toString (line 106) | @Override FILE: play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataEntity.java class SnapshotMetadataEntity (line 26) | @SafeParcelable.Class method SnapshotMetadataEntity (line 61) | @Hide method freeze (line 80) | @Override method getCoverImageAspectRatio (line 91) | @Override method getCoverImageUri (line 103) | @Override method getCoverImageUrl (line 109) | @Override method getDescription (line 120) | @Override method getDescription (line 131) | @Override method getDeviceName (line 141) | @Override method getGame (line 152) | @Override method getLastModifiedTimestamp (line 163) | @Override method getOwner (line 173) | @Override method getPlayedTime (line 185) | @Override method getProgressValue (line 196) | @Override method getSnapshotId (line 206) | @Override method getUniqueName (line 220) | @Override method hasChangePending (line 232) | @Override method getTitle (line 237) | String getTitle() { method isDataValid (line 241) | @Override method writeToParcel (line 246) | @Override method copyStringToBuffer (line 251) | private static void copyStringToBuffer(@Nullable String toCopy, @NonNu... FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmListenerService.java class GcmListenerService (line 60) | @PublicApi method onBind (line 68) | public final IBinder onBind(Intent intent) { method onDeletedMessages (line 80) | public void onDeletedMessages() { method onMessageReceived (line 90) | public void onMessageReceived(String from, Bundle data) { method onMessageSent (line 101) | public void onMessageSent(String msgId) { method onSendError (line 112) | public void onSendError(String msgId, String error) { method onStartCommand (line 116) | public final int onStartCommand(final Intent intent, int flags, int st... method handleC2dmMessage (line 147) | private void handleC2dmMessage(Intent intent) { method handlePendingNotification (line 172) | private void handlePendingNotification(Intent intent) { method finishCounter (line 185) | private void finishCounter() { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmNetworkManager.java class GcmNetworkManager (line 117) | public class GcmNetworkManager { method GcmNetworkManager (line 137) | private GcmNetworkManager(Context context) { method cancelAllTasks (line 147) | public void cancelAllTasks(Class gcmTaskServ... method cancelTask (line 164) | public void cancelTask(String tag, Class gcm... method getInstance (line 182) | public static GcmNetworkManager getInstance(Context context) { method schedule (line 201) | public void schedule(Task task) { method createScheduleIntent (line 213) | private Intent createScheduleIntent() { method packageExists (line 221) | private boolean packageExists(String packageName) { method validateService (line 231) | private void validateService(String serviceName) { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmPubSub.java class GcmPubSub (line 48) | public class GcmPubSub { method GcmPubSub (line 55) | public GcmPubSub(Context context) { method getInstance (line 64) | public static synchronized GcmPubSub getInstance(Context context) { method subscribe (line 89) | public void subscribe(String registrationToken, String topic, Bundle e... method unsubscribe (line 112) | public void unsubscribe(String registrationToken, String topic) throws... FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmReceiver.java class GcmReceiver (line 59) | public class GcmReceiver extends WakefulBroadcastReceiver { method onReceive (line 62) | public void onReceive(Context context, Intent intent) { method sanitizeIntent (line 69) | private void sanitizeIntent(Context context, Intent intent) { method enforceIntentClassName (line 86) | private void enforceIntentClassName(Context context, Intent intent) { method sendIntent (line 100) | private void sendIntent(Context context, Intent intent) { method setResultCodeIfOrdered (line 122) | private void setResultCodeIfOrdered(int code) { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GcmTaskService.java class GcmTaskService (line 75) | @PublicApi method onBind (line 97) | public IBinder onBind(Intent intent) { method onInitializeTasks (line 108) | public void onInitializeTasks() { method onRunTask (line 121) | public abstract int onRunTask(TaskParams params); method onStartCommand (line 126) | public int onStartCommand(Intent intent, int flags, int startId) { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/GoogleCloudMessaging.java class GoogleCloudMessaging (line 67) | @PublicApi method GoogleCloudMessaging (line 129) | public GoogleCloudMessaging() { method close (line 136) | public synchronized void close() { method getInstance (line 144) | public static GoogleCloudMessaging getInstance(Context context) { method getMessageType (line 167) | public String getMessageType(Intent intent) { method register (line 192) | @Deprecated method send (line 238) | public void send(String to, String msgId, long timeToLive, Bundle data... method send (line 281) | public void send(String to, String msgId, Bundle data) throws IOExcept... method unregister (line 301) | @Deprecated method isLegacyFallback (line 307) | private boolean isLegacyFallback() { method getFrom (line 312) | private String getFrom(String to) { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/OneoffTask.java class OneoffTask (line 35) | @PublicApi method OneoffTask (line 40) | private OneoffTask(Builder builder) { method OneoffTask (line 46) | private OneoffTask(Parcel source) { method getWindowEnd (line 55) | public long getWindowEnd() { method getWindowStart (line 62) | public long getWindowStart() { method toBundle (line 70) | public void toBundle(Bundle bundle) { method toString (line 76) | public String toString() { method writeToParcel (line 82) | public void writeToParcel(Parcel parcel, int flags) { method createFromParcel (line 89) | @Override method newArray (line 94) | @Override class Builder (line 100) | public static class Builder extends Task.Builder { method Builder (line 104) | public Builder() { method build (line 108) | public OneoffTask build() { method setExecutionWindow (line 121) | public OneoffTask.Builder setExecutionWindow(long windowStartDelaySe... method setExtras (line 130) | public OneoffTask.Builder setExtras(Bundle extras) { method setPersisted (line 143) | public OneoffTask.Builder setPersisted(boolean isPersisted) { method setRequiredNetwork (line 160) | public OneoffTask.Builder setRequiredNetwork(int requiredNetworkStat... method setRequiresCharging (line 177) | public OneoffTask.Builder setRequiresCharging(boolean requiresChargi... method setService (line 187) | public OneoffTask.Builder setService(Class... method setTag (line 201) | public OneoffTask.Builder setTag(String tag) { method setUpdateCurrent (line 214) | public OneoffTask.Builder setUpdateCurrent(boolean updateCurrent) { FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/PendingCallback.java class PendingCallback (line 23) | public class PendingCallback implements Parcelable { method PendingCallback (line 26) | public PendingCallback(IBinder binder) { method PendingCallback (line 30) | private PendingCallback(Parcel in) { method getBinder (line 34) | public IBinder getBinder() { method describeContents (line 38) | @Override method writeToParcel (line 43) | @Override method createFromParcel (line 49) | @Override method newArray (line 54) | @Override FILE: play-services-gcm/src/main/java/com/google/android/gms/gcm/PeriodicTask.java class PeriodicTask (line 35) | @PublicApi method PeriodicTask (line 42) | private PeriodicTask(Builder builder) { method PeriodicTask (line 48) | private PeriodicTask(Parcel source) { method getFlex (line 59) | public long getFlex() { method getPeriod (line 66) | public long getPeriod() { method toBundle (line 74) | public void toBundle(Bundle bundle) { method toString (line 80) | public String toString() { method writeToParcel (line 84) | public void writeToParcel(Parcel parcel, int flags) { method createFromParcel (line 91) | @Override method newArray (line 96) | @Override class Builder (line 102) | public static class Builder extends com.google.android.gms.gcm.Task.Bu... method Builder (line 106) | public Builder() { method build (line 110) | public PeriodicTask build() { method setExtras (line 117) | public PeriodicTask.Builder setExtras(Bundle extras) { method setFlex (line 130) | public PeriodicTask.Builder setFlex(long flexInSeconds) { method setPeriod (line 143) | public PeriodicTask.Builder setPeriod(long periodInSeconds) { method setPersisted (line 158) | public PeriodicTask.Builder setPersisted(boolean isPersisted) { method setRequiredNetwork (line 175) | public PeriodicTask.Builder setRequiredNetwork(int requiredNetworkSt... method setRequiresCharging (line 192) | public PeriodicTask.Builder setRequiresCharging(boolean requiresChar... method setService (line 202) | public PeriodicTask.Builder setService(Class getAllProviders() { method getProviders (line 203) | public List getProviders(boolean enabledOnly) { method getProvider (line 217) | public LocationProvider getProvider(String name) { method getProviders (line 231) | public List getProviders(Criteria criteria, boolean enabledOnl... method getBestProvider (line 257) | public String getBestProvider(Criteria criteria, boolean enabledOnly) { method requestLocationUpdates (line 280) | public void requestLocationUpdates(String provider, long minTime, floa... method requestLocationUpdates (line 304) | public void requestLocationUpdates(String provider, long minTime, floa... method requestLocationUpdates (line 329) | public void requestLocationUpdates(long minTime, float minDistance, Cr... method requestLocationUpdates (line 349) | public void requestLocationUpdates(String provider, long minTime, floa... method requestLocationUpdates (line 443) | public void requestLocationUpdates(long minTime, float minDistance, Cr... method requestSingleUpdate (line 465) | public void requestSingleUpdate(String provider, LocationListener list... method requestSingleUpdate (line 487) | public void requestSingleUpdate(Criteria criteria, LocationListener li... method requestSingleUpdate (line 502) | public void requestSingleUpdate(String provider, PendingIntent intent) { method requestSingleUpdate (line 518) | public void requestSingleUpdate(Criteria criteria, PendingIntent inten... method requestLocationUpdates (line 576) | public void requestLocationUpdates(LocationRequest request, LocationLi... method requestLocationUpdates (line 598) | public void requestLocationUpdates(LocationRequest request, PendingInt... method removeUpdates (line 610) | public void removeUpdates(LocationListener listener) { method removeUpdates (line 621) | public void removeUpdates(PendingIntent intent) { method addProximityAlert (line 670) | public void addProximityAlert(double latitude, double longitude, float... method addGeofence (line 708) | public void addGeofence(LocationRequest request, Geofence fence, Pendi... method removeProximityAlert (line 726) | public void removeProximityAlert(PendingIntent intent) { method removeGeofence (line 743) | public void removeGeofence(Geofence fence, PendingIntent intent) { method removeAllGeofences (line 755) | public void removeAllGeofences(PendingIntent intent) { method isProviderEnabled (line 778) | public boolean isProviderEnabled(String provider) { method getLastLocation (line 795) | public Location getLastLocation() { method getLastKnownLocation (line 815) | public Location getLastKnownLocation(String provider) { method addTestProvider (line 832) | public void addTestProvider(String name, boolean requiresNetwork, bool... method removeTestProvider (line 846) | public void removeTestProvider(String provider) { method setTestProviderLocation (line 864) | public void setTestProviderLocation(String provider, Location loc) { method clearTestProviderLocation (line 876) | public void clearTestProviderLocation(String provider) { method setTestProviderEnabled (line 890) | public void setTestProviderEnabled(String provider, boolean enabled) { method clearTestProviderEnabled (line 902) | public void clearTestProviderEnabled(String provider) { method setTestProviderStatus (line 918) | public void setTestProviderStatus(String provider, int status, Bundle ... method clearTestProviderStatus (line 930) | public void clearTestProviderStatus(String provider) { method addGpsStatusListener (line 942) | public boolean addGpsStatusListener(GpsStatus.Listener listener) { method removeGpsStatusListener (line 951) | public void removeGpsStatusListener(GpsStatus.Listener listener) { method addNmeaListener (line 961) | public boolean addNmeaListener(GpsStatus.NmeaListener listener) { method removeNmeaListener (line 970) | public void removeNmeaListener(GpsStatus.NmeaListener listener) { method getGpsStatus (line 1025) | public GpsStatus getGpsStatus(GpsStatus status) { method sendExtraCommand (line 1039) | public boolean sendExtraCommand(String provider, String command, Bundl... method sendNiResponse (line 1049) | public boolean sendNiResponse(int notifId, int userResponse) { FILE: play-services-location/core/system-api/src/main/java/android/location/LocationRequest.java class LocationRequest (line 75) | @SuppressWarnings("WrongConstant") method create (line 135) | public static LocationRequest create() { method createFromDeprecatedProvider (line 142) | public static LocationRequest createFromDeprecatedProvider(String prov... method createFromDeprecatedCriteria (line 150) | public static LocationRequest createFromDeprecatedCriteria(Criteria cr... method LocationRequest (line 158) | public LocationRequest() { method LocationRequest (line 164) | public LocationRequest(LocationRequest src) { method setQuality (line 188) | public LocationRequest setQuality(int quality) { method getQuality (line 197) | public int getQuality() { method setInterval (line 229) | public LocationRequest setInterval(long millis) { method getInterval (line 238) | public long getInterval() { method setFastestInterval (line 271) | public LocationRequest setFastestInterval(long millis) { method getFastestInterval (line 284) | public long getFastestInterval() { method setExpireIn (line 304) | public LocationRequest setExpireIn(long millis) { method setExpireAt (line 322) | public LocationRequest setExpireAt(long millis) { method getExpireAt (line 334) | public long getExpireAt() { method setNumUpdates (line 351) | public LocationRequest setNumUpdates(int numUpdates) { method getNumUpdates (line 363) | public int getNumUpdates() { method decrementNumUpdates (line 370) | public void decrementNumUpdates() { method setProvider (line 376) | public LocationRequest setProvider(String provider) { method getProvider (line 383) | public String getProvider() { method setSmallestDisplacement (line 390) | public LocationRequest setSmallestDisplacement(float meters) { method getSmallestDisplacement (line 397) | public float getSmallestDisplacement() { method setWorkSource (line 411) | public void setWorkSource(WorkSource workSource) { method getWorkSource (line 417) | public WorkSource getWorkSource() { method setHideFromAppOps (line 435) | public void setHideFromAppOps(boolean hideFromAppOps) { method getHideFromAppOps (line 441) | public boolean getHideFromAppOps() { method createFromParcel (line 447) | @Override method newArray (line 452) | @Override method describeContents (line 458) | @Override method writeToParcel (line 463) | @Override method qualityToString (line 470) | public static String qualityToString(int quality) { FILE: play-services-location/core/system-api/src/main/java/android/net/wifi/WifiScanner.java class WifiScanner (line 48) | public class WifiScanner { type ActionListener (line 272) | public static interface ActionListener { method onSuccess (line 273) | public void onSuccess(); method onFailure (line 275) | public void onFailure(int reason, String description); method isFullBandScan (line 288) | public static boolean isFullBandScan(@WifiBand int bandsScanned, boole... method getAvailableChannels (line 302) | @NonNull class ChannelSpec (line 311) | public static class ChannelSpec { method ChannelSpec (line 333) | public ChannelSpec(int frequency) { class ScanSettings (line 406) | public static class ScanSettings implements Parcelable { class HiddenNetwork (line 410) | public static class HiddenNetwork { method HiddenNetwork (line 420) | public HiddenNetwork(@NonNull String ssid) { method set6GhzPscOnlyEnabled (line 547) | @RequiresApi(Build.VERSION_CODES.S) method is6GhzPscOnlyEnabled (line 555) | @RequiresApi(Build.VERSION_CODES.S) method setRnrSetting (line 566) | @RequiresApi(Build.VERSION_CODES.S) method getRnrSetting (line 574) | @RequiresApi(Build.VERSION_CODES.S) method describeContents (line 582) | public int describeContents() { method writeToParcel (line 589) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 598) | public ScanSettings createFromParcel(Parcel in) { method newArray (line 602) | public ScanSettings[] newArray(int size) { class ScanData (line 611) | public static class ScanData implements Parcelable { method ScanData (line 640) | ScanData() { method ScanData (line 644) | public ScanData(int id, int flags, ScanResult[] results) { method ScanData (line 653) | public ScanData(int id, int flags, int bucketsScanned, int bandsScan... method ScanData (line 661) | public ScanData(int id, int flags, int bucketsScanned, int bandsScan... method ScanData (line 670) | public ScanData(ScanData s) { method getId (line 674) | public int getId() { method getFlags (line 678) | public int getFlags() { method getBucketsScanned (line 685) | public int getBucketsScanned() { method getScannedBands (line 709) | public @WifiBand int getScannedBands() { method getScannedBandsInternal (line 718) | public @WifiBand int getScannedBandsInternal() { method getResults (line 722) | public ScanResult[] getResults() { method addResults (line 729) | public void addResults(@NonNull ScanResult[] newResults) { method addResults (line 736) | public void addResults(@NonNull ScanData s) { method isFullBandScanResults (line 745) | public boolean isFullBandScanResults() { method describeContents (line 753) | public int describeContents() { method writeToParcel (line 760) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 769) | public ScanData createFromParcel(Parcel in) { method newArray (line 773) | public ScanData[] newArray(int size) { class ParcelableScanData (line 779) | public static class ParcelableScanData implements Parcelable { method ParcelableScanData (line 783) | public ParcelableScanData(ScanData[] results) { method getResults (line 787) | public ScanData[] getResults() { method describeContents (line 794) | public int describeContents() { method writeToParcel (line 801) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 818) | public ParcelableScanData createFromParcel(Parcel in) { method newArray (line 827) | public ParcelableScanData[] newArray(int size) { class ParcelableScanResults (line 833) | public static class ParcelableScanResults implements Parcelable { method ParcelableScanResults (line 837) | public ParcelableScanResults(ScanResult[] results) { method getResults (line 841) | public ScanResult[] getResults() { method describeContents (line 848) | public int describeContents() { method writeToParcel (line 855) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 872) | public ParcelableScanResults createFromParcel(Parcel in) { method newArray (line 876) | public ParcelableScanResults[] newArray(int size) { class PnoSettings (line 896) | public static class PnoSettings implements Parcelable { class PnoNetwork (line 901) | public static class PnoNetwork { method PnoNetwork (line 965) | public PnoNetwork(String ssid) { method hashCode (line 969) | @Override method equals (line 974) | @Override method describeContents (line 1013) | public int describeContents() { method writeToParcel (line 1020) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 1043) | public PnoSettings createFromParcel(Parcel in) { method newArray (line 1062) | public PnoSettings[] newArray(int size) { type ScanListener (line 1073) | public interface ScanListener extends ActionListener { method onPeriodChanged (line 1082) | @Deprecated method onResults (line 1088) | public void onResults(ScanData[] results); method onFullResult (line 1093) | public void onFullResult(ScanResult fullScanResult); type PnoScanListener (line 1101) | public interface PnoScanListener extends ScanListener { method onPnoNetworkFound (line 1105) | void onPnoNetworkFound(ScanResult[] results); method setScanningEnabled (line 1115) | public void setScanningEnabled(boolean enable) { method registerScanListener (line 1133) | @RequiresPermission(anyOf = { method registerScanListener (line 1146) | public void registerScanListener(@NonNull ScanListener listener) { method unregisterScanListener (line 1156) | public void unregisterScanListener(@NonNull ScanListener listener) { method isScanning (line 1171) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method startBackgroundScan (line 1185) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method startBackgroundScan (line 1203) | @Deprecated method stopBackgroundScan (line 1219) | @Deprecated method getScanResults (line 1233) | @Deprecated method startScan (line 1248) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method startScan (line 1263) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method startScan (line 1280) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method stopScan (line 1292) | @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) method getSingleScanResults (line 1300) | @NonNull method startPnoScan (line 1306) | private void startPnoScan(ScanSettings scanSettings, PnoSettings pnoSe... method startConnectedPnoScan (line 1323) | public void startConnectedPnoScan(ScanSettings scanSettings, PnoSettin... method startDisconnectedPnoScan (line 1340) | public void startDisconnectedPnoScan(ScanSettings scanSettings, PnoSet... method stopPnoScan (line 1352) | public void stopPnoScan(ScanListener listener) { class BssidInfo (line 1359) | @Deprecated class WifiChangeSettings (line 1382) | @Deprecated method describeContents (line 1394) | public int describeContents() { method writeToParcel (line 1401) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 1409) | public WifiChangeSettings createFromParcel(Parcel in) { method newArray (line 1413) | public WifiChangeSettings[] newArray(int size) { method configureWifiChange (line 1431) | @Deprecated type WifiChangeListener (line 1447) | @Deprecated method onChanging (line 1454) | public void onChanging(ScanResult[] results); method onQuiescence (line 1461) | public void onQuiescence(ScanResult[] results); method startTrackingWifiChange (line 1470) | @Deprecated method stopTrackingWifiChange (line 1482) | @Deprecated method configureWifiChange (line 1491) | @Deprecated type BssidListener (line 1497) | @Deprecated method onFound (line 1504) | public void onFound(ScanResult[] results); method onLost (line 1511) | public void onLost(ScanResult[] results); class HotlistSettings (line 1517) | @Deprecated method describeContents (line 1525) | public int describeContents() { method writeToParcel (line 1532) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 1540) | public HotlistSettings createFromParcel(Parcel in) { method newArray (line 1545) | public HotlistSettings[] newArray(int size) { method startTrackingBssids (line 1559) | @Deprecated method stopTrackingBssids (line 1571) | @Deprecated method addListener (line 1678) | private int addListener(ActionListener listener, Executor executor) { method putListener (line 1682) | private int putListener(Object listener) { class ListenerWithExecutor (line 1694) | private static class ListenerWithExecutor { method ListenerWithExecutor (line 1700) | ListenerWithExecutor(@Nullable Object listener, @Nullable Executor e... method getListenerWithExecutor (line 1706) | private ListenerWithExecutor getListenerWithExecutor(int key) { method getListenerKey (line 1715) | private int getListenerKey(Object listener) { method removeListener (line 1727) | private Object removeListener(int key) { method removeListener (line 1737) | private int removeListener(Object listener) { method getInternalHandler (line 1753) | @VisibleForTesting class OperationResult (line 1761) | public static class OperationResult implements Parcelable { method OperationResult (line 1765) | public OperationResult(int reason, String description) { method describeContents (line 1773) | public int describeContents() { method writeToParcel (line 1780) | public void writeToParcel(Parcel dest, int flags) { method createFromParcel (line 1790) | public OperationResult createFromParcel(Parcel in) { method newArray (line 1796) | public OperationResult[] newArray(int size) { class ServiceHandler (line 1802) | private class ServiceHandler extends Handler { method ServiceHandler (line 1803) | ServiceHandler(Looper looper) { method handleMessage (line 1807) | @Override FILE: play-services-location/core/system-api/src/main/java/com/android/internal/location/ProviderProperties.java class ProviderProperties (line 18) | public final class ProviderProperties implements Parcelable { method ProviderProperties (line 88) | public ProviderProperties(boolean mRequiresNetwork, method createFromParcel (line 105) | @Override method newArray (line 110) | @Override method describeContents (line 116) | @Override method writeToParcel (line 121) | @Override FILE: play-services-location/core/system-api/src/main/java/com/android/internal/location/ProviderRequest.java class ProviderRequest (line 18) | public final class ProviderRequest implements Parcelable { method ProviderRequest (line 38) | public ProviderRequest() { method createFromParcel (line 43) | @Override method newArray (line 48) | @Override method describeContents (line 54) | @Override method writeToParcel (line 59) | @Override FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/GeocodeProvider.java class GeocodeProvider (line 25) | public abstract class GeocodeProvider { method onGetFromLocation (line 31) | public abstract String onGetFromLocation(double latitude, double longi... method onGetFromLocationName (line 39) | public abstract String onGetFromLocationName(String locationName, method getBinder (line 51) | public IBinder getBinder() { FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/LocationProvider.java class LocationProvider (line 23) | public abstract class LocationProvider { method LocationProvider (line 25) | public LocationProvider() { method getBinder (line 35) | public IBinder getBinder() { method reportLocation (line 46) | public void reportLocation(Location location) { method onRequiresNetwork (line 53) | public abstract boolean onRequiresNetwork(); method onRequiresSatellite (line 60) | public abstract boolean onRequiresSatellite(); method onRequiresCell (line 67) | public abstract boolean onRequiresCell(); method onHasMonetaryCost (line 74) | public abstract boolean onHasMonetaryCost(); method onSupportsAltitude (line 82) | public abstract boolean onSupportsAltitude(); method onSupportsSpeed (line 90) | public abstract boolean onSupportsSpeed(); method onSupportsBearing (line 98) | public abstract boolean onSupportsBearing(); method onGetPowerRequirement (line 106) | public abstract int onGetPowerRequirement(); method onMeetsCriteria (line 112) | public abstract boolean onMeetsCriteria(Criteria criteria); method onGetAccuracy (line 121) | public abstract int onGetAccuracy(); method onEnable (line 126) | public abstract void onEnable(); method onDisable (line 131) | public abstract void onDisable(); method onGetStatus (line 145) | public abstract int onGetStatus(Bundle extras); method onGetStatusUpdateTime (line 157) | public abstract long onGetStatusUpdateTime(); method onGetInternalState (line 164) | public abstract String onGetInternalState(); method onEnableLocationTracking (line 175) | public abstract void onEnableLocationTracking(boolean enable); method onSetMinTime (line 185) | public abstract void onSetMinTime(long minTime, WorkSource ws); method onUpdateNetworkState (line 195) | @SuppressWarnings("deprecation") method onUpdateLocation (line 205) | public abstract void onUpdateLocation(Location location); method onSendExtraCommand (line 215) | public abstract boolean onSendExtraCommand(String command, Bundle extr... method onAddListener (line 223) | public abstract void onAddListener(int uid, WorkSource ws); method onRemoveListener (line 231) | public abstract void onRemoveListener(int uid, WorkSource ws); FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/LocationProviderBase.java class LocationProviderBase (line 47) | @Deprecated type OnFlushCompleteCallback (line 54) | protected interface OnFlushCompleteCallback { method onFlushComplete (line 59) | void onFlushComplete(); method LocationProviderBase (line 93) | @Deprecated method LocationProviderBase (line 103) | @RequiresApi(VERSION_CODES.R) method getBinder (line 109) | public IBinder getBinder() { method setEnabled (line 116) | @Deprecated method setAllowed (line 138) | @RequiresApi(VERSION_CODES.R) method setProperties (line 147) | @RequiresApi(VERSION_CODES.Q) method setAdditionalProviderPackages (line 161) | @Deprecated method isEnabled (line 168) | @Deprecated method isAllowed (line 177) | @RequiresApi(VERSION_CODES.R) method reportLocation (line 185) | public void reportLocation(@NonNull Location location) { method reportLocations (line 193) | public void reportLocations(@NonNull List locations) { method onInit (line 197) | protected void onInit() { method onEnable (line 209) | @Deprecated method onDisable (line 218) | @Deprecated method onSetRequest (line 226) | protected abstract void onSetRequest(ProviderRequestUnbundled request,... method onFlush (line 234) | protected void onFlush(OnFlushCompleteCallback callback) { method onDump (line 242) | @Deprecated method onGetStatus (line 252) | @Deprecated method onGetStatusUpdateTime (line 264) | @Deprecated method onSendExtraCommand (line 273) | protected boolean onSendExtraCommand(@Nullable String command, @Nullab... FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/LocationRequestUnbundled.java class LocationRequestUnbundled (line 18) | public final class LocationRequestUnbundled { method getInterval (line 73) | public long getInterval() { method getFastestInterval (line 86) | public long getFastestInterval() { method getQuality (line 95) | public int getQuality() { method getSmallestDisplacement (line 104) | public float getSmallestDisplacement() { FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/ProviderPropertiesUnbundled.java class ProviderPropertiesUnbundled (line 18) | public final class ProviderPropertiesUnbundled { method create (line 19) | public static ProviderPropertiesUnbundled create(boolean requiresNetwork, method getProviderProperties (line 26) | public ProviderProperties getProviderProperties() { FILE: play-services-location/core/system-api/src/main/java/com/android/location/provider/ProviderRequestUnbundled.java class ProviderRequestUnbundled (line 24) | public final class ProviderRequestUnbundled { method ProviderRequestUnbundled (line 26) | public ProviderRequestUnbundled(ProviderRequest request) { method getReportLocation (line 33) | public boolean getReportLocation() { method getInterval (line 41) | public long getInterval() { method getQuality (line 50) | @RequiresApi(Build.VERSION_CODES.S) method getMaxUpdateDelayMillis (line 62) | @RequiresApi(Build.VERSION_CODES.S) method isLowPower (line 70) | @RequiresApi(Build.VERSION_CODES.S) method isLocationSettingsIgnored (line 80) | @RequiresApi(Build.VERSION_CODES.Q) method getLocationRequests (line 91) | @Deprecated method getWorkSource (line 99) | @RequiresApi(Build.VERSION_CODES.S) FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognition.java class ActivityRecognition (line 24) | @PublicApi method getClient (line 47) | public static ActivityRecognitionClient getClient (Activity activity) { method getClient (line 54) | public static ActivityRecognitionClient getClient (Context context) { FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognitionApi.java type ActivityRecognitionApi (line 33) | public interface ActivityRecognitionApi { method removeActivityUpdates (line 49) | PendingResult removeActivityUpdates(GoogleApiClient client, Pe... method requestActivityUpdates (line 108) | PendingResult requestActivityUpdates(GoogleApiClient client, l... FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognitionClient.java type ActivityRecognitionClient (line 24) | public interface ActivityRecognitionClient extends HasApiKey removeActivityTransitionUpdates(PendingIntent pendingIntent); method removeActivityUpdates (line 54) | Task removeActivityUpdates(PendingIntent callbackIntent); method removeSleepSegmentUpdates (line 64) | Task removeSleepSegmentUpdates(PendingIntent callbackIntent); method requestActivityTransitionUpdates (line 77) | Task requestActivityTransitionUpdates(ActivityTransitionRequest ... method requestActivityUpdates (line 93) | Task requestActivityUpdates(long detectionIntervalMillis, Pendin... method requestSleepSegmentUpdates (line 106) | Task requestSleepSegmentUpdates(PendingIntent callbackIntent, Sl... FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognitionRequest.java class ActivityRecognitionRequest (line 13) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityRecognitionResult.java class ActivityRecognitionResult (line 33) | @PublicApi method ActivityRecognitionResult (line 53) | private ActivityRecognitionResult() { method ActivityRecognitionResult (line 64) | public ActivityRecognitionResult(List probableActivi... method ActivityRecognitionResult (line 77) | public ActivityRecognitionResult(DetectedActivity mostProbableActivity... method extractResult (line 89) | public static ActivityRecognitionResult extractResult(Intent intent) { method getActivityConfidence (line 111) | public int getActivityConfidence(int activityType) { method getElapsedRealtimeMillis (line 123) | public long getElapsedRealtimeMillis() { method getMostProbableActivity (line 130) | public DetectedActivity getMostProbableActivity() { method getProbableActivities (line 142) | public List getProbableActivities() { method getTime (line 149) | public long getTime() { method hasResult (line 161) | public static boolean hasResult(Intent intent) { method toString (line 169) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityTransition.java class ActivityTransition (line 25) | public class ActivityTransition extends AutoSafeParcelable { method ActivityTransition (line 40) | private ActivityTransition() { method ActivityTransition (line 43) | private ActivityTransition(int activityType, @SupportedActivityTransit... method getActivityType (line 51) | public int getActivityType() { method getTransitionType (line 58) | public @SupportedActivityTransition int getTransitionType() { method hashCode (line 62) | @Override method equals (line 67) | @Override method toString (line 72) | @NonNull class Builder (line 90) | public static class Builder { method setActivityTransition (line 100) | public ActivityTransition.Builder setActivityTransition(int transiti... method setActivityType (line 111) | public ActivityTransition.Builder setActivityType(int activityType) { method build (line 116) | public ActivityTransition build() { FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityTransitionEvent.java class ActivityTransitionEvent (line 20) | @PublicApi method ActivityTransitionEvent (line 29) | private ActivityTransitionEvent() { method ActivityTransitionEvent (line 39) | public ActivityTransitionEvent(int activityType, int transitionType, l... method getActivityType (line 48) | public int getActivityType() { method getElapsedRealTimeNanos (line 56) | public long getElapsedRealTimeNanos() { method getTransitionType (line 63) | public int getTransitionType() { method hashCode (line 67) | @Override method equals (line 72) | @Override method toString (line 84) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityTransitionRequest.java class ActivityTransitionRequest (line 23) | @PublicApi method compare (line 41) | @Override method ActivityTransitionRequest (line 50) | private ActivityTransitionRequest() { method ActivityTransitionRequest (line 60) | public ActivityTransitionRequest(List transitions) { method serializeToIntentExtra (line 74) | public void serializeToIntentExtra(Intent intent) { method equals (line 78) | @Override method hashCode (line 91) | @Override method toString (line 100) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/ActivityTransitionResult.java class ActivityTransitionResult (line 24) | @PublicApi method ActivityTransitionResult (line 41) | public ActivityTransitionResult(List transiti... method getTransitionEvents (line 53) | public List getTransitionEvents() { method extractResult (line 63) | public static ActivityTransitionResult extractResult(Intent intent) { method hasResult (line 71) | public static boolean hasResult(Intent intent) { method equals (line 75) | @Override method hashCode (line 85) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/CurrentLocationRequest.java class CurrentLocationRequest (line 27) | @PublicApi method CurrentLocationRequest (line 48) | private CurrentLocationRequest() { method getDurationMillis (line 62) | public long getDurationMillis() { method getGranularity (line 69) | public @Granularity int getGranularity() { method getMaxUpdateAgeMillis (line 81) | public long getMaxUpdateAgeMillis() { method getPriority (line 88) | public @Priority int getPriority() { class Builder (line 95) | public static class Builder { method Builder (line 112) | public Builder() { method Builder (line 127) | public Builder(CurrentLocationRequest request) { method build (line 142) | @NonNull method setDurationMillis (line 167) | public CurrentLocationRequest.Builder setDurationMillis(long duratio... method setGranularity (line 178) | public CurrentLocationRequest.Builder setGranularity(@Granularity in... method setMaxUpdateAgeMillis (line 194) | public CurrentLocationRequest.Builder setMaxUpdateAgeMillis(long max... method setPriority (line 206) | public CurrentLocationRequest.Builder setPriority(@Priority int prio... method setBypass (line 212) | @Hide method setThrottleBehavior (line 218) | @Hide method setModuleId (line 224) | @Hide method setWorkSource (line 230) | @Hide method setImpersonation (line 236) | @Hide method isBypass (line 243) | @Hide method getThrottleBehavior (line 248) | @Hide method getModuleId (line 253) | @Hide method getWorkSource (line 258) | @Hide method getImpersonation (line 263) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/DetectedActivity.java class DetectedActivity (line 20) | @PublicApi method DetectedActivity (line 73) | private DetectedActivity() { method DetectedActivity (line 83) | public DetectedActivity(int activityType, int confidence) { method getConfidence (line 105) | public int getConfidence() { method getType (line 112) | public int getType() { method toString (line 116) | @Override method typeToString (line 121) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/DeviceOrientation.java class DeviceOrientation (line 14) | @Hide method getAttitude (line 33) | public float[] getAttitude() { method setAttitude (line 38) | public void setAttitude(float[] attitude) { method getAttitudeConfidence (line 44) | public int getAttitudeConfidence() { method setAttitudeConfidence (line 49) | public void setAttitudeConfidence(int attitudeConfidence) { method getMagConfidence (line 54) | public int getMagConfidence() { method setMagConfidence (line 59) | public void setMagConfidence(int magConfidence) { method getHeadingDegrees (line 64) | public float getHeadingDegrees() { method setHeadingDegrees (line 69) | public void setHeadingDegrees(float headingDegrees) { method getHeadingErrorDegrees (line 78) | public float getHeadingErrorDegrees() { method setHeadingErrorDegrees (line 83) | public void setHeadingErrorDegrees(float headingErrorDegrees) { method getConservativeHeadingErrorVonMisesKappa (line 88) | public float getConservativeHeadingErrorVonMisesKappa() { method setConservativeHeadingErrorVonMisesKappa (line 93) | public void setConservativeHeadingErrorVonMisesKappa(float conservativ... method hasAttitude (line 98) | public final boolean hasAttitude() { method hasAttitudeConfidence (line 102) | public final boolean hasAttitudeConfidence() { method hasConservativeHeadingErrorVonMisesKappa (line 106) | public final boolean hasConservativeHeadingErrorVonMisesKappa() { method hasHeadingDegrees (line 110) | public final boolean hasHeadingDegrees() { method hasHeadingErrorDegrees (line 114) | public final boolean hasHeadingErrorDegrees() { method hasMagConfidence (line 118) | public final boolean hasMagConfidence() { method toString (line 122) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/DeviceOrientationRequest.java class DeviceOrientationRequest (line 13) | @Hide method toString (line 28) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/FusedLocationProviderApi.java type FusedLocationProviderApi (line 36) | @Deprecated method flushLocations (line 64) | @NonNull method getLastLocation (line 78) | @Nullable method getLocationAvailability (line 94) | @Nullable method removeLocationUpdates (line 109) | @NonNull method removeLocationUpdates (line 120) | @NonNull method removeLocationUpdates (line 131) | @NonNull method requestLocationUpdates (line 154) | @NonNull method requestLocationUpdates (line 177) | @NonNull method requestLocationUpdates (line 201) | @NonNull method requestLocationUpdates (line 225) | @NonNull method setMockLocation (line 245) | @NonNull method setMockMode (line 266) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/FusedLocationProviderClient.java class FusedLocationProviderClient (line 63) | @PublicApi method FusedLocationProviderClient (line 65) | @PublicApi(exclude = true) method flushLocations (line 99) | @NonNull method getCurrentLocation (line 111) | @NonNull method getCurrentLocation (line 124) | @NonNull method getLastLocation (line 132) | @NonNull method getLastLocation (line 140) | @NonNull method getLocationAvailability (line 150) | @NonNull method removeLocationUpdates (line 157) | @NonNull method removeLocationUpdates (line 163) | @NonNull method removeLocationUpdates (line 169) | @NonNull method requestLocationUpdates (line 186) | @NonNull method requestLocationUpdates (line 201) | @NonNull method requestLocationUpdates (line 210) | @NonNull method requestLocationUpdates (line 231) | @NonNull method requestLocationUpdates (line 258) | @NonNull method setMockLocation (line 276) | @NonNull method setMockMode (line 294) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/Geofence.java type Geofence (line 28) | public interface Geofence { method getExpirationTime (line 50) | long getExpirationTime(); method getLatitude (line 55) | double getLatitude(); method getLoiteringDelay (line 60) | int getLoiteringDelay(); method getLongitude (line 65) | double getLongitude(); method getNotificationResponsiveness (line 71) | int getNotificationResponsiveness(); method getRadius (line 76) | float getRadius(); method getRequestId (line 84) | String getRequestId(); method getTransitionTypes (line 89) | @TransitionTypes int getTransitionTypes(); class Builder (line 94) | class Builder { method build (line 110) | public Geofence build() throws IllegalArgumentException { method setCircularRegion (line 135) | public Builder setCircularRegion(@FloatRange(from = -90.0d, to = 90.... method setExpirationDuration (line 151) | public Builder setExpirationDuration(long durationMillis) { method setLoiteringDelay (line 160) | public Builder setLoiteringDelay(int loiteringDelayMs) { method setNotificationResponsiveness (line 179) | public Builder setNotificationResponsiveness(@IntRange(from = 0) int... method setRequestId (line 192) | public Builder setRequestId(String requestId) { method setTransitionTypes (line 204) | public Builder setTransitionTypes(@TransitionTypes int transitionTyp... FILE: play-services-location/src/main/java/com/google/android/gms/location/GeofenceStatusCodes.java class GeofenceStatusCodes (line 19) | public class GeofenceStatusCodes extends CommonStatusCodes { method getStatusCodeString (line 48) | public static String getStatusCodeString(int statusCode) { FILE: play-services-location/src/main/java/com/google/android/gms/location/GeofencingApi.java type GeofencingApi (line 42) | @Deprecated method addGeofences (line 44) | @NonNull method addGeofences (line 48) | @Deprecated method removeGeofences (line 53) | @NonNull method removeGeofences (line 56) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/GeofencingClient.java type GeofencingClient (line 31) | public interface GeofencingClient extends HasApiKey getTriggeringGeofences() { method getTriggeringLocation (line 120) | public Location getTriggeringLocation() { method hasError (line 130) | public boolean hasError() { FILE: play-services-location/src/main/java/com/google/android/gms/location/GeofencingRequest.java class GeofencingRequest (line 29) | public class GeofencingRequest extends AutoSafeParcelable { method getGeofences (line 61) | public List getGeofences() { method getInitialTrigger (line 71) | public @InitialTrigger int getInitialTrigger() { class Builder (line 90) | public static class Builder { method addGeofence (line 102) | @NonNull method addGeofences (line 117) | @NonNull method setInitialTrigger (line 136) | public GeofencingRequest.Builder setInitialTrigger(@InitialTrigger i... method build (line 147) | public GeofencingRequest build() { method toString (line 156) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/GestureRequest.java class GestureRequest (line 22) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/LastLocationRequest.java class LastLocationRequest (line 25) | public class LastLocationRequest extends AutoSafeParcelable { method LastLocationRequest (line 39) | private LastLocationRequest() { method getGranularity (line 48) | public @Granularity int getGranularity() { method getMaxUpdateAgeMillis (line 55) | public long getMaxUpdateAgeMillis() { class Builder (line 62) | public static class Builder { method Builder (line 74) | public Builder() { method Builder (line 82) | public Builder(@NonNull LastLocationRequest request) { method setGranularity (line 95) | public LastLocationRequest.Builder setGranularity(@Granularity int g... method setMaxUpdateAgeMillis (line 106) | public LastLocationRequest.Builder setMaxUpdateAgeMillis(long maxUpd... method build (line 115) | public LastLocationRequest build() { method equals (line 126) | @Override method hashCode (line 140) | @Override method isBypass (line 145) | @Hide method getModuleId (line 150) | @Hide method getImpersonation (line 156) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationAvailability.java class LocationAvailability (line 23) | @PublicApi method LocationAvailability (line 74) | private LocationAvailability() { method LocationAvailability (line 77) | @Hide method equals (line 86) | @Override method extractLocationAvailability (line 100) | public static LocationAvailability extractLocationAvailability(Intent ... method hasLocationAvailability (line 112) | public static boolean hasLocationAvailability(Intent intent) { method hashCode (line 116) | @Override method isLocationAvailable (line 124) | public boolean isLocationAvailable() { method toString (line 128) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationAvailabilityRequest.java class LocationAvailabilityRequest (line 13) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationCallback.java class LocationCallback (line 16) | @PublicApi method onLocationAvailability (line 29) | public void onLocationAvailability(LocationAvailability availability) { method onLocationResult (line 41) | public void onLocationResult(LocationResult result) { FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationClient.java class LocationClient (line 40) | @Deprecated method LocationClient (line 45) | public LocationClient(Context context, ConnectionCallbacks callbacks, method getLastLocation (line 55) | @RequiresPermission(anyOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCAT... method requestLocationUpdates (line 61) | @RequiresPermission(anyOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCAT... method requestLocationUpdates (line 69) | @RequiresPermission(anyOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCAT... method requestLocationUpdates (line 77) | @RequiresPermission(anyOf = {ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCAT... method removeLocationUpdates (line 85) | public void removeLocationUpdates(LocationListener listener) { method removeLocationUpdates (line 90) | public void removeLocationUpdates(PendingIntent callbackIntent) { method setMockMode (line 96) | public void setMockMode(boolean isMockMode) { method setMockLocation (line 101) | public void setMockLocation(Location mockLocation) { FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationListener.java type LocationListener (line 27) | public interface LocationListener { method onLocationChanged (line 34) | public void onLocationChanged(@NonNull Location location); FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java class LocationRequest (line 77) | public class LocationRequest extends AutoSafeParcelable { method LocationRequest (line 145) | @Deprecated method create (line 169) | @Deprecated method equals (line 174) | @Override method getDurationMillis (line 201) | public long getDurationMillis() { method getExpirationTime (line 209) | @Deprecated method getFastestInterval (line 217) | @Deprecated method getGranularity (line 225) | @Granularity method getImpersonation (line 230) | @Nullable method getInterval (line 239) | @Deprecated method getIntervalMillis (line 249) | public long getIntervalMillis() { method getMaxUpdateAgeMillis (line 258) | public long getMaxUpdateAgeMillis() { method getMaxUpdateDelayMillis (line 279) | public long getMaxUpdateDelayMillis() { method getMaxUpdates (line 288) | public int getMaxUpdates() { method getMaxWaitTime (line 295) | @Deprecated method getMinUpdateDistanceMeters (line 305) | public float getMinUpdateDistanceMeters() { method getMinUpdateIntervalMillis (line 315) | public long getMinUpdateIntervalMillis() { method getModuleId (line 320) | @PublicApi(exclude = true) method getNumUpdates (line 329) | @Deprecated method getPriority (line 337) | @Priority method getSmallestDisplacement (line 345) | @Deprecated method getThrottleBehavior (line 350) | @PublicApi(exclude = true) method getWorkSource (line 356) | @PublicApi(exclude = true) method hashCode (line 361) | @Override method isBatched (line 369) | public boolean isBatched() { method isBypass (line 373) | @PublicApi(exclude = true) method isFastestIntervalExplicitlySet (line 381) | @Deprecated method isPassive (line 389) | public boolean isPassive() { method isWaitForAccurateLocation (line 397) | public boolean isWaitForAccurateLocation() { method setExpirationDuration (line 404) | @Deprecated method setExpirationTime (line 416) | @Deprecated method setFastestInterval (line 426) | @Deprecated method setInterval (line 438) | @Deprecated method setMaxWaitTime (line 455) | @Deprecated method setNumUpdates (line 466) | @Deprecated method setPriority (line 477) | @Deprecated method setSmallestDisplacement (line 488) | @Deprecated method setWaitForAccurateLocation (line 499) | @Deprecated method toString (line 506) | @Override class Builder (line 553) | public static final class Builder { method Builder (line 588) | public Builder(long intervalMillis) { method Builder (line 595) | public Builder(@Priority int priority, long intervalMillis) { method Builder (line 618) | public Builder(LocationRequest request) { method build (line 639) | @NonNull method setBypass (line 664) | @NonNull method setDurationMillis (line 678) | @NonNull method setGranularity (line 691) | @NonNull method setIntervalMillis (line 703) | @NonNull method setMaxUpdateAgeMillis (line 720) | @NonNull method setMaxUpdateDelayMillis (line 748) | @NonNull method setMaxUpdates (line 762) | @NonNull method setMinUpdateDistanceMeters (line 776) | @NonNull method setMinUpdateIntervalMillis (line 794) | @NonNull method setModuleId (line 802) | @NonNull method setPriority (line 815) | @NonNull method setThrottleBehavior (line 822) | @NonNull method setWaitForAccurateLocation (line 836) | @NonNull method setWorkSource (line 842) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationResult.java class LocationResult (line 20) | @PublicApi method LocationResult (line 31) | private LocationResult() { method LocationResult (line 35) | private LocationResult(List locations) { method create (line 42) | public static LocationResult create(List locations) { method extractResult (line 54) | public static LocationResult extractResult(Intent intent) { method hasResult (line 67) | public static boolean hasResult(Intent intent) { method getLastLocation (line 75) | public Location getLastLocation() { method getLocations (line 86) | @NonNull method toString (line 91) | @Override method equals (line 96) | @Override method hashCode (line 110) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationServices.java class LocationServices (line 28) | public class LocationServices { method getFusedLocationProviderClient (line 65) | public static FusedLocationProviderClient getFusedLocationProviderClie... method getFusedLocationProviderClient (line 74) | public static FusedLocationProviderClient getFusedLocationProviderClie... method getGeofencingClient (line 82) | public static GeofencingClient getGeofencingClient(Activity activity) { method getGeofencingClient (line 91) | public static GeofencingClient getGeofencingClient(Context context) { method getSettingsClient (line 99) | public static SettingsClient getSettingsClient(Activity activity) { method getSettingsClient (line 108) | public static SettingsClient getSettingsClient(Context context) { FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationSettingsConfiguration.java class LocationSettingsConfiguration (line 11) | @Hide FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationSettingsRequest.java class LocationSettingsRequest (line 31) | @PublicApi method LocationSettingsRequest (line 54) | @Constructor class Builder (line 65) | public static class Builder { method addAllLocationRequests (line 74) | public Builder addAllLocationRequests(Collection re... method addLocationRequest (line 83) | public Builder addLocationRequest(LocationRequest request) { method build (line 91) | public LocationSettingsRequest build() { method setAlwaysShow (line 101) | public Builder setAlwaysShow(boolean show) { method setNeedBle (line 112) | public Builder setNeedBle(boolean needBle) { method toString (line 118) | @Hide method writeToParcel (line 131) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/LocationSettingsResponse.java class LocationSettingsResponse (line 28) | public class LocationSettingsResponse extends Response checkLocationSettings(GoogleApiC... FILE: play-services-location/src/main/java/com/google/android/gms/location/SettingsClient.java type SettingsClient (line 23) | public interface SettingsClient extends HasApiKey checkLocationSettings(LocationSettingsR... method isGoogleLocationAccuracyEnabled (line 43) | Task isGoogleLocationAccuracyEnabled(); FILE: play-services-location/src/main/java/com/google/android/gms/location/SleepClassifyEvent.java class SleepClassifyEvent (line 22) | public class SleepClassifyEvent extends AutoSafeParcelable { method extractEvents (line 32) | public static List extractEvents(Intent intent) { method getConfidence (line 40) | public int getConfidence() { method getLight (line 49) | public int getLight() { method getMotion (line 57) | public int getMotion() { method getTimestampMillis (line 64) | public long getTimestampMillis() { method hasEvents (line 74) | public static boolean hasEvents(Intent intent) { FILE: play-services-location/src/main/java/com/google/android/gms/location/SleepSegmentEvent.java class SleepSegmentEvent (line 16) | public class SleepSegmentEvent extends AutoSafeParcelable { FILE: play-services-location/src/main/java/com/google/android/gms/location/SleepSegmentRequest.java class SleepSegmentRequest (line 16) | public class SleepSegmentRequest extends AutoSafeParcelable { method SleepSegmentRequest (line 35) | private SleepSegmentRequest() { method SleepSegmentRequest (line 45) | public SleepSegmentRequest(int requestedDataType) { method equals (line 49) | public boolean equals(Object o) { method getDefaultSleepSegmentRequest (line 56) | public static SleepSegmentRequest getDefaultSleepSegmentRequest() { method getRequestedDataType (line 64) | public int getRequestedDataType() { method hashCode (line 68) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/ClientIdentity.java class ClientIdentity (line 19) | @Hide method ClientIdentity (line 41) | private ClientIdentity() {} method ClientIdentity (line 43) | public ClientIdentity(String packageName) { method equals (line 47) | @Override method hashCode (line 56) | @Override method toString (line 69) | @NonNull FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/DeviceOrientationRequestInternal.java class DeviceOrientationRequestInternal (line 16) | @Hide method toString (line 28) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/DeviceOrientationRequestUpdateData.java class DeviceOrientationRequestUpdateData (line 13) | @Hide method toString (line 30) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/FusedLocationProviderResult.java class FusedLocationProviderResult (line 25) | @Hide method create (line 35) | public static FusedLocationProviderResult create(Status status) { FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/LocationReceiver.java class LocationReceiver (line 17) | @Hide method LocationReceiver (line 43) | private LocationReceiver() { method LocationReceiver (line 46) | public LocationReceiver(@NonNull ILocationListener listener) { method LocationReceiver (line 50) | public LocationReceiver(@NonNull ILocationListener listener, @Nullable... method LocationReceiver (line 56) | public LocationReceiver(@NonNull ILocationCallback callback) { method LocationReceiver (line 60) | public LocationReceiver(@NonNull ILocationCallback callback, @Nullable... method LocationReceiver (line 66) | public LocationReceiver(@NonNull PendingIntent pendingIntent) { method LocationReceiver (line 70) | public LocationReceiver(@NonNull PendingIntent pendingIntent, @Nullabl... method LocationReceiver (line 76) | public LocationReceiver(@NonNull ILocationStatusCallback callback) { method LocationReceiver (line 80) | public LocationReceiver(@NonNull ILocationStatusCallback callback, @Nu... method LocationReceiver (line 86) | public LocationReceiver(@NonNull ILocationAvailabilityStatusCallback c... method getListener (line 91) | public ILocationListener getListener() { method getCallback (line 96) | public ILocationCallback getCallback() { method getStatusCallback (line 101) | public ILocationStatusCallback getStatusCallback() { method getAvailabilityStatusCallback (line 106) | public ILocationAvailabilityStatusCallback getAvailabilityStatusCallba... FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/LocationRequestInternal.java class LocationRequestInternal (line 21) | @Hide method toString (line 82) | @Override method LocationRequestInternal (line 101) | public LocationRequestInternal() { method LocationRequestInternal (line 104) | public LocationRequestInternal(LocationRequest request) { method getRequest (line 108) | @SuppressLint("MissingPermission") FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/LocationRequestUpdateData.java class LocationRequestUpdateData (line 17) | @Hide method toString (line 47) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/ParcelableGeofence.java class ParcelableGeofence (line 13) | @Hide method ParcelableGeofence (line 46) | private ParcelableGeofence() { method ParcelableGeofence (line 51) | public ParcelableGeofence(String requestId, long expirationTime, int r... method getRequestId (line 63) | @Override method getExpirationTime (line 68) | @Override method getLatitude (line 73) | @Override method getLongitude (line 78) | @Override method getRadius (line 83) | @Override method getTransitionTypes (line 88) | @Override method getNotificationResponsiveness (line 93) | @Override method getLoiteringDelay (line 98) | @Override FILE: play-services-location/src/main/java/com/google/android/gms/location/internal/RemoveGeofencingRequest.java class RemoveGeofencingRequest (line 18) | @SafeParcelable.Class method RemoveGeofencingRequest (line 29) | @Constructor method byGeofenceIds (line 36) | public static RemoveGeofencingRequest byGeofenceIds(@NonNull List callVoid(GoogleApiClient client, final R... type Runnable (line 64) | private interface Runnable { method run (line 65) | void run(ActivityRecognitionClientImpl client) throws RemoteException; FILE: play-services-location/src/main/java/org/microg/gms/location/ActivityRecognitionClientImpl.java class ActivityRecognitionClientImpl (line 26) | public class ActivityRecognitionClientImpl extends GoogleLocationManager... method ActivityRecognitionClientImpl (line 27) | public ActivityRecognitionClientImpl(Context context, ConnectionCallba... method requestActivityUpdates (line 31) | public void requestActivityUpdates(long detectionIntervalMillis, Pendi... method removeActivityUpdates (line 35) | public void removeActivityUpdates(PendingIntent callbackIntent) throws... FILE: play-services-location/src/main/java/org/microg/gms/location/FusedLocationProviderApiImpl.java class FusedLocationProviderApiImpl (line 37) | @SuppressWarnings("deprecation") method flushLocations (line 41) | @Override method getLastLocation (line 46) | @Override method getLocationAvailability (line 56) | @Override method requestLocationUpdates (line 66) | @Override method requestLocationUpdates (line 77) | @Override method requestLocationUpdates (line 88) | @Override method requestLocationUpdates (line 101) | @Override method removeLocationUpdates (line 112) | @Override method removeLocationUpdates (line 123) | @Override method removeLocationUpdates (line 133) | @Override method setMockMode (line 144) | @Override method setMockLocation (line 154) | @Override method callVoid (line 164) | private PendingResult callVoid(GoogleApiClient client, final R... type Runnable (line 174) | private interface Runnable { method run (line 175) | void run(LocationClientImpl client) throws RemoteException; FILE: play-services-location/src/main/java/org/microg/gms/location/FusedLocationProviderClientImpl.java class FusedLocationProviderClientImpl (line 26) | public class FusedLocationProviderClientImpl extends FusedLocationProvid... method FusedLocationProviderClientImpl (line 27) | public FusedLocationProviderClientImpl(Context context) { method flushLocations (line 31) | @NonNull method getCurrentLocation (line 36) | @NonNull method getCurrentLocation (line 42) | @NonNull method getLastLocation (line 48) | @NonNull method getLastLocation (line 54) | @NonNull method getLocationAvailability (line 59) | @NonNull method removeLocationUpdates (line 65) | @NonNull method removeLocationUpdates (line 71) | @NonNull method requestLocationUpdates (line 77) | @NonNull method requestLocationUpdates (line 85) | @NonNull method requestLocationUpdates (line 91) | @NonNull method requestLocationUpdates (line 97) | @NonNull method requestLocationUpdates (line 105) | @NonNull method setMockLocation (line 111) | @NonNull method setMockMode (line 117) | @NonNull method removeLocationUpdates (line 123) | @NonNull FILE: play-services-location/src/main/java/org/microg/gms/location/GeofencingApiImpl.java class GeofencingApiImpl (line 39) | public class GeofencingApiImpl implements GeofencingApi { method addGeofences (line 40) | @Override method addGeofences (line 50) | @Override method removeGeofences (line 64) | @Override method removeGeofences (line 74) | @Override method createGeofencerCallbacks (line 84) | @NonNull method callGeofencer (line 104) | private PendingResult callGeofencer(GoogleApiClient client, fi... type Runnable (line 113) | private interface Runnable { method run (line 114) | void run(LocationClientImpl client, IGeofencerCallbacks callbacks) t... FILE: play-services-location/src/main/java/org/microg/gms/location/GeofencingClientImpl.java class GeofencingClientImpl (line 21) | public class GeofencingClientImpl extends GoogleApi request, PendingInte... method removeGeofences (line 78) | public void removeGeofences(List geofenceRequestIds, IGeofence... method removeGeofences (line 82) | public void removeGeofences(PendingIntent pendingIntent, IGeofencerCal... method getLastLocation (line 86) | public Location getLastLocation() throws RemoteException { method getLocationAvailability (line 90) | public LocationAvailability getLocationAvailability() throws RemoteExc... method requestLocationUpdates (line 94) | public void requestLocationUpdates(LocationRequest request, final Loca... method requestLocationUpdates (line 112) | public void requestLocationUpdates(LocationRequest request, PendingInt... method requestLocationUpdates (line 117) | public void requestLocationUpdates(LocationRequest request, LocationLi... method requestLocationUpdates (line 122) | public void requestLocationUpdates(LocationRequest request, Executor e... method requestLocationUpdates (line 139) | public void requestLocationUpdates(LocationRequest request, LocationCa... method requestLocationUpdates (line 144) | public void requestLocationUpdates(LocationRequest request, Executor e... method removeLocationUpdates (line 161) | public void removeLocationUpdates(LocationListener listener) throws Re... method removeLocationUpdates (line 165) | public void removeLocationUpdates(LocationCallback callback) throws Re... method removeLocationUpdates (line 169) | public void removeLocationUpdates(PendingIntent pendingIntent) throws ... method setMockMode (line 173) | public void setMockMode(boolean isMockMode) throws RemoteException { method setMockLocation (line 177) | public void setMockLocation(Location mockLocation) throws RemoteExcept... FILE: play-services-location/src/main/java/org/microg/gms/location/LocationServicesApiClientBuilder.java class LocationServicesApiClientBuilder (line 30) | public class LocationServicesApiClientBuilder implements ApiClientBuilde... method build (line 31) | @Override FILE: play-services-location/src/main/java/org/microg/gms/location/PriorityUtil.java class PriorityUtil (line 11) | public class PriorityUtil { method isValidPriority (line 12) | public static boolean isValidPriority(@Priority int priority) { method checkValidPriority (line 24) | public static int checkValidPriority(@Priority int priority) { method priorityToString (line 31) | @NonNull FILE: play-services-location/src/main/java/org/microg/gms/location/SettingsApiImpl.java class SettingsApiImpl (line 28) | public class SettingsApiImpl implements SettingsApi { method checkLocationSettings (line 29) | @Override FILE: play-services-location/src/main/java/org/microg/gms/location/SettingsClientImpl.java class SettingsClientImpl (line 20) | public class SettingsClientImpl extends GoogleApi T add(T markup) { method updateDrawableLayer (line 146) | private synchronized void updateDrawableLayer() { method add (line 156) | public synchronized T add(T markup) { method clear (line 165) | public synchronized void clear() { method remove (line 173) | public synchronized void remove(Markup markup) { method getByUid (line 186) | private MarkerItem getByUid(String uid) { method update (line 195) | public synchronized void update(Markup markup) { method onItemSingleTapUp (line 213) | @Override method onItemLongPress (line 222) | @Override method onInputEvent (line 235) | @Override method snapshot (line 259) | public void snapshot(final Bitmap bitmap, final ISnapshotReadyCallback... method createBitmapFromGLSurface (line 287) | private Bitmap createBitmapFromGLSurface(int x, int y, int w, int h, G... method setZoomGesturesEnabled (line 315) | public void setZoomGesturesEnabled(boolean enabled) { method setScrollGesturesEnabled (line 319) | public void setScrollGesturesEnabled(boolean enabled) { method setRotateGesturesEnabled (line 323) | public void setRotateGesturesEnabled(boolean enabled) { method setTiltGesturesEnabled (line 327) | public void setTiltGesturesEnabled(boolean enabled) { method onMapEvent (line 331) | @Override type CameraUpdateListener (line 337) | public interface CameraUpdateListener { method onCameraUpdate (line 338) | void onCameraUpdate(CameraPosition cameraPosition); FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/BackendMapView.java class BackendMapView (line 52) | public class BackendMapView extends MapView { method loadNativeLib (line 61) | static synchronized Context loadNativeLib(Context context) { method copyInputStream (line 96) | private static final void copyInputStream(InputStream in, OutputStream... method onResume (line 107) | @Override method onPause (line 112) | @Override method BackendMapView (line 117) | public BackendMapView(Context context) { method BackendMapView (line 125) | public BackendMapView(Context context, AttributeSet attributeSet) { method items (line 130) | ItemizedLayer items() { method buildings (line 134) | BuildingLayer buildings() { method drawables (line 138) | ClearableVectorLayer drawables() { method initialize (line 142) | private void initialize() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/ContainerLayout.java class ContainerLayout (line 24) | public class ContainerLayout extends FrameLayout { method ContainerLayout (line 25) | public ContainerLayout(Context context) { method onLayout (line 29) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/GmsMapsTypeHelper.java class GmsMapsTypeHelper (line 29) | public class GmsMapsTypeHelper { method toPoint (line 30) | public static android.graphics.Point toPoint(org.oscim.core.Point in) { method fromLatLng (line 34) | public static GeoPoint fromLatLng(LatLng latLng) { method toLatLng (line 38) | public static LatLng toLatLng(GeoPoint geoPoint) { method toLatLngBounds (line 42) | public static LatLngBounds toLatLngBounds(Box box) { method fromPoint (line 52) | public static org.oscim.core.Point fromPoint(android.graphics.Point po... method toCameraPosition (line 56) | public static CameraPosition toCameraPosition(MapPosition mapPosition) { method fromCameraPosition (line 62) | public static MapPosition fromCameraPosition(CameraPosition cameraPosi... method fromLatLngBounds (line 70) | public static BoundingBox fromLatLngBounds(LatLngBounds bounds) { method fromBearing (line 75) | public static float fromBearing(float bearing) { method toBearing (line 79) | public static float toBearing(float bearing) { method fromZoom (line 83) | public static double fromZoom(float zoom) { method toZoom (line 87) | public static float toZoom(double scale) { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/GoogleMapImpl.java class GoogleMapImpl (line 69) | public class GoogleMapImpl extends IGoogleMapDelegate.Stub method onLocationChanged (line 92) | @Override method onStatusChanged (line 105) | @Override method onProviderEnabled (line 109) | @Override method onProviderDisabled (line 113) | @Override method GoogleMapImpl (line 118) | private GoogleMapImpl(Context context, GoogleMapOptions options) { method create (line 136) | public synchronized static GoogleMapImpl create(Context context, Googl... method initFromOptions (line 140) | private void initFromOptions() { method onDestroy (line 156) | public void onDestroy() { method onLowMemory (line 160) | @Override method useViewLifecycleWhenInFragment (line 166) | @Override method onSaveInstanceState (line 172) | @Override method setContentDescription (line 178) | @Override method snapshotForTest (line 184) | @Override method onEnterAmbient (line 189) | @Override method onExitAmbient (line 195) | @Override method setOnGroundOverlayClickListener (line 201) | @Override method setOnPolygonClickListener (line 206) | @Override method setOnPolylineClickListener (line 211) | @Override method setOnCircleClickListener (line 216) | @Override method setMapStyle (line 221) | @Override method setMinZoomPreference (line 227) | @Override method setMaxZoomPreference (line 233) | @Override method resetMinMaxZoomPreference (line 239) | @Override method setLatLngBoundsForCameraTarget (line 245) | @Override method onResume (line 251) | public void onResume() { method onPause (line 255) | public void onPause() { method getView (line 259) | public View getView() { method getNextMarkerId (line 263) | private String getNextMarkerId() { method getNextCircleId (line 267) | private String getNextCircleId() { method getNextPolylineId (line 271) | private String getNextPolylineId() { method getNextPolygonId (line 275) | private String getNextPolygonId() { method getCameraPosition (line 283) | @Override method getMaxZoomLevel (line 288) | @Override method getMinZoomLevel (line 293) | @Override method moveCamera (line 298) | @Override method animateCamera (line 304) | @Override method animateCameraWithCallback (line 310) | @Override method animateCameraWithDurationAndCallback (line 317) | @Override method getProjection (line 324) | @Override method stopAnimation (line 329) | @Override method onCameraUpdate (line 334) | @Override method addCircle (line 349) | @Override method addPolyline (line 354) | @Override method addPolygon (line 359) | @Override method addMarker (line 364) | @Override method addGroundOverlay (line 369) | @Override method addTileOverlay (line 376) | @Override method setInfoWindowAdapter (line 382) | @Override method clear (line 387) | @Override method update (line 396) | @Override method remove (line 401) | @Override method onClick (line 406) | @Override method onDragStart (line 422) | @Override method onDragStop (line 439) | @Override method onDragProgress (line 460) | @Override method getMapType (line 477) | @Override method setMapType (line 482) | @Override method isTrafficEnabled (line 487) | @Override method setTrafficEnabled (line 492) | @Override method isIndoorEnabled (line 497) | @Override method setIndoorEnabled (line 502) | @Override method isMyLocationEnabled (line 507) | @Override method setMyLocationEnabled (line 512) | @Override method isBuildingsEnabled (line 528) | @Override method setBuildingsEnabled (line 533) | @Override method getUiSettings (line 542) | @Override method onUiSettingsChanged (line 548) | @Override method setOnCameraChangeListener (line 569) | @Override method setOnMapClickListener (line 575) | @Override method setOnMapLongClickListener (line 580) | @Override method setOnMarkerClickListener (line 585) | @Override method setOnMarkerDragListener (line 591) | @Override method setOnInfoWindowClickListener (line 597) | @Override method setOnMyLocationChangeListener (line 603) | @Override method setOnMyLocationButtonClickListener (line 610) | @Override method setOnMapLoadedCallback (line 616) | @Override method setWatermarkEnabled (line 634) | @Override method onCreate (line 640) | @Override method setCameraMoveStartedListener (line 646) | @Override method setCameraMoveListener (line 652) | @Override method setCameraMoveCanceledListener (line 658) | @Override method setCameraIdleListener (line 664) | @Override method setOnInfoWindowLongClickListener (line 670) | @Override method setOnInfoWindowCloseListener (line 675) | @Override method onStart (line 680) | @Override method onStop (line 686) | @Override method setOnMyLocationClickListener (line 692) | @Override method getTestingHelper (line 701) | @Override method snapshot (line 706) | @Override method setPadding (line 714) | @Override method getMyLocation (line 719) | @Override method setLocationSource (line 724) | @Override method onTransact (line 729) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/MapFragmentImpl.java class MapFragmentImpl (line 37) | public class MapFragmentImpl extends IMapFragmentDelegate.Stub { method MapFragmentImpl (line 44) | public MapFragmentImpl(Activity activity) { method myMap (line 48) | private GoogleMapImpl myMap() { method getMap (line 57) | @Override method onInflate (line 63) | @Override method onCreate (line 70) | @Override method onCreateView (line 83) | @Override method onResume (line 100) | @Override method onPause (line 106) | @Override method onDestroyView (line 112) | @Override method onDestroy (line 117) | @Override method onLowMemory (line 123) | @Override method onEnterAmbient (line 128) | @Override method onExitAmbient (line 133) | @Override method onStart (line 138) | @Override method onStop (line 143) | @Override method onSaveInstanceState (line 148) | @Override method isReady (line 154) | @Override method getMapAsync (line 160) | @Override method onTransact (line 174) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/MapViewImpl.java class MapViewImpl (line 34) | public class MapViewImpl extends IMapViewDelegate.Stub { method MapViewImpl (line 42) | public MapViewImpl(Context context, GoogleMapOptions options) { method myMap (line 47) | private GoogleMapImpl myMap() { method getMap (line 56) | @Override method onCreate (line 62) | @Override method onResume (line 68) | @Override method onPause (line 83) | @Override method onDestroy (line 89) | @Override method onLowMemory (line 95) | @Override method onSaveInstanceState (line 100) | @Override method getView (line 105) | @Override method getMapAsync (line 110) | @Override method onEnterAmbient (line 125) | @Override method onExitAmbient (line 130) | @Override method onStart (line 135) | @Override method onStop (line 140) | @Override method onTransact (line 145) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/ProjectionImpl.java class ProjectionImpl (line 30) | public class ProjectionImpl extends IProjectionDelegate.Stub { method ProjectionImpl (line 34) | public ProjectionImpl(Viewport viewport) { method fromScreenLocation (line 38) | @Override method toScreenLocation (line 46) | @Override method getVisibleRegion (line 53) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/ResourcesContainer.java class ResourcesContainer (line 21) | public class ResourcesContainer { method set (line 24) | public static void set(Resources resources) { method get (line 28) | public static Resources get() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/StreetViewPanoramaFragmentImpl.java class StreetViewPanoramaFragmentImpl (line 20) | public class StreetViewPanoramaFragmentImpl extends IStreetViewPanoramaF... method StreetViewPanoramaFragmentImpl (line 24) | public StreetViewPanoramaFragmentImpl(Activity activity) { method getStreetViewPanorama (line 28) | @Override method onInflate (line 33) | @Override method onCreate (line 38) | @Override method onCreateView (line 43) | @Override method onResume (line 48) | @Override method onPause (line 53) | @Override method onDestroyView (line 58) | @Override method onDestroy (line 63) | @Override method onLowMemory (line 68) | @Override method onSaveInstanceState (line 73) | @Override method isReady (line 78) | @Override method getStreetViewPanoramaAsync (line 83) | @Override method onStart (line 88) | @Override method onStop (line 93) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/StreetViewPanoramaViewImpl.java class StreetViewPanoramaViewImpl (line 19) | public class StreetViewPanoramaViewImpl extends IStreetViewPanoramaViewD... method StreetViewPanoramaViewImpl (line 23) | public StreetViewPanoramaViewImpl(Activity activity) { method getStreetViewPanorama (line 27) | @Override method onCreate (line 32) | @Override method onResume (line 37) | @Override method onPause (line 42) | @Override method onDestroy (line 47) | @Override method onLowMemory (line 52) | @Override method onSaveInstanceState (line 57) | @Override method getView (line 62) | @Override method getStreetViewPanoramaAsync (line 67) | @Override method onStart (line 72) | @Override method onStop (line 77) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/UiSettingsImpl.java class UiSettingsImpl (line 22) | public class UiSettingsImpl extends IUiSettingsDelegate.Stub { method UiSettingsImpl (line 37) | public UiSettingsImpl() { method UiSettingsImpl (line 40) | public UiSettingsImpl(UiSettingsListener listener) { method setListener (line 44) | public void setListener(UiSettingsListener listener) { method setZoomControlsEnabled (line 48) | @Override method setCompassEnabled (line 54) | @Override method setMyLocationButtonEnabled (line 60) | @Override method setScrollGesturesEnabled (line 66) | @Override method setZoomGesturesEnabled (line 72) | @Override method setTiltGesturesEnabled (line 78) | @Override method setRotateGesturesEnabled (line 84) | @Override method setAllGesturesEnabled (line 90) | @Override method isZoomControlsEnabled (line 99) | @Override method isCompassEnabled (line 104) | @Override method isMyLocationButtonEnabled (line 109) | @Override method isScrollGesturesEnabled (line 114) | @Override method isZoomGesturesEnabled (line 119) | @Override method isTiltGesturesEnabled (line 124) | @Override method isRotateGesturesEnabled (line 129) | @Override method setIndoorLevelPickerEnabled (line 134) | @Override method isIndoorLevelPickerEnabled (line 140) | @Override method setMapToolbarEnabled (line 145) | @Override method isMapToolbarEnabled (line 151) | @Override method setScrollGesturesEnabledDuringRotateOrZoom (line 156) | @Override method isScrollGesturesEnabledDuringRotateOrZoom (line 162) | @Override type UiSettingsListener (line 167) | public static interface UiSettingsListener { method onUiSettingsChanged (line 168) | void onUiSettingsChanged(UiSettingsImpl settings) throws RemoteExcep... FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/AbstractBitmapDescriptor.java class AbstractBitmapDescriptor (line 22) | public abstract class AbstractBitmapDescriptor { method generateBitmap (line 26) | protected abstract Bitmap generateBitmap(Context context); method loadBitmap (line 28) | public Bitmap loadBitmap(Context context) { method getBitmap (line 38) | public Bitmap getBitmap() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/AssetBitmapDescriptor.java class AssetBitmapDescriptor (line 25) | public class AssetBitmapDescriptor extends AbstractBitmapDescriptor { method AssetBitmapDescriptor (line 28) | public AssetBitmapDescriptor(String assetName) { method generateBitmap (line 32) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/BitmapBitmapDescriptor.java class BitmapBitmapDescriptor (line 22) | public class BitmapBitmapDescriptor extends AbstractBitmapDescriptor { method BitmapBitmapDescriptor (line 25) | public BitmapBitmapDescriptor(Bitmap bitmap) { method getBitmap (line 29) | @Override method generateBitmap (line 34) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/BitmapDescriptorFactoryImpl.java class BitmapDescriptorFactoryImpl (line 28) | public class BitmapDescriptorFactoryImpl extends IBitmapDescriptorFactor... method fromResource (line 31) | @Override method fromAsset (line 36) | @Override method fromFile (line 41) | @Override method defaultMarker (line 46) | @Override method defaultMarkerWithHue (line 51) | @Override method fromBitmap (line 56) | @Override method fromPath (line 61) | @Override method onTransact (line 66) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/BitmapDescriptorImpl.java class BitmapDescriptorImpl (line 30) | public class BitmapDescriptorImpl { method BitmapDescriptorImpl (line 35) | public BitmapDescriptorImpl(IObjectWrapper remoteObject) { method BitmapDescriptorImpl (line 39) | public BitmapDescriptorImpl(BitmapDescriptor descriptor) { method BitmapDescriptorImpl (line 43) | public BitmapDescriptorImpl() { method getDescriptor (line 47) | public AbstractBitmapDescriptor getDescriptor() { method getBitmap (line 58) | public Bitmap getBitmap() { method loadBitmapAsync (line 65) | public synchronized boolean loadBitmapAsync(final Context context, Run... FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/DefaultBitmapDescriptor.java class DefaultBitmapDescriptor (line 33) | public class DefaultBitmapDescriptor extends AbstractBitmapDescriptor { method DefaultBitmapDescriptor (line 40) | public DefaultBitmapDescriptor(float hue) { method generateBitmap (line 44) | @Override method adjustHue (line 69) | public static ColorFilter adjustHue(float value) { method adjustHue (line 79) | public static void adjustHue(ColorMatrix cm, float value) { method cleanValue (line 102) | protected static float cleanValue(float p_val, float p_limit) { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/FileBitmapDescriptor.java class FileBitmapDescriptor (line 23) | public class FileBitmapDescriptor extends AbstractBitmapDescriptor { method FileBitmapDescriptor (line 26) | public FileBitmapDescriptor(String fileName) { method generateBitmap (line 30) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/PathBitmapDescriptor.java class PathBitmapDescriptor (line 19) | public class PathBitmapDescriptor { method PathBitmapDescriptor (line 20) | public PathBitmapDescriptor(String absolutePath) { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/bitmap/ResourceBitmapDescriptor.java class ResourceBitmapDescriptor (line 27) | public class ResourceBitmapDescriptor extends AbstractBitmapDescriptor { method ResourceBitmapDescriptor (line 30) | public ResourceBitmapDescriptor(int resourceId) { method generateBitmap (line 34) | @Override method drawableToBitmap (line 39) | public static Bitmap drawableToBitmap(Context context, Drawable drawab... FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdate.java type CameraUpdate (line 21) | public interface CameraUpdate { method apply (line 22) | void apply(Map map); method applyAnimated (line 23) | void applyAnimated(Map map, int duration); FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdateFactoryImpl.java class CameraUpdateFactoryImpl (line 33) | public class CameraUpdateFactoryImpl extends ICameraUpdateFactoryDelegat... method CameraUpdateFactoryImpl (line 36) | private CameraUpdateFactoryImpl() { method get (line 41) | public static CameraUpdateFactoryImpl get() { method zoomIn (line 48) | @Override method zoomOut (line 63) | @Override method scrollBy (line 77) | @Override method zoomTo (line 92) | @Override method zoomBy (line 105) | @Override method zoomByWithFocus (line 119) | @Override method newCameraPosition (line 135) | @Override method newLatLng (line 147) | @Override method newLatLngZoom (line 160) | @Override method newLatLngBounds (line 175) | @Override method newLatLngBoundsWithSize (line 189) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/MapPositionCameraUpdate.java class MapPositionCameraUpdate (line 22) | public abstract class MapPositionCameraUpdate implements CameraUpdate { method getMapPosition (line 24) | abstract MapPosition getMapPosition(Map map); method apply (line 26) | @Override method applyAnimated (line 31) | @Override method directMapPosition (line 36) | public static CameraUpdate directMapPosition(final MapPosition positio... FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/NoCameraUpdate.java class NoCameraUpdate (line 21) | public class NoCameraUpdate implements CameraUpdate { method apply (line 22) | @Override method applyAnimated (line 27) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/data/SharedTileCache.java class SharedTileCache (line 32) | public class SharedTileCache implements ITileCache { method SharedTileCache (line 36) | public SharedTileCache(Context context) { method writeTile (line 41) | @Override method saveTile (line 55) | public void saveTile(Tile tile, ByteArrayOutputStream data, boolean su... method getTile (line 78) | @Override method setCacheSize (line 94) | @Override class CacheTileWriter (line 99) | class CacheTileWriter implements TileWriter { method CacheTileWriter (line 103) | CacheTileWriter(Tile tile, ByteArrayOutputStream os) { method getTile (line 108) | public Tile getTile() { method getOutputStream (line 112) | public OutputStream getOutputStream() { method complete (line 116) | public void complete(boolean success) { class CacheTileReader (line 121) | class CacheTileReader implements TileReader { method CacheTileReader (line 125) | public CacheTileReader(Tile tile, InputStream is) { method getTile (line 130) | public Tile getTile() { method getInputStream (line 134) | public InputStream getInputStream() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/data/SharedTileProvider.java class SharedTileProvider (line 30) | public class SharedTileProvider extends ContentProvider { method SharedTileProvider (line 37) | public SharedTileProvider() { method delete (line 40) | @Override method getType (line 46) | @Override method insert (line 51) | @Override method onCreate (line 57) | @Override method query (line 63) | @Override method update (line 68) | @Override class SQLiteHelper (line 73) | class SQLiteHelper extends SQLiteOpenHelper { method SQLiteHelper (line 77) | public SQLiteHelper(Context context, String dbName) { method onCreate (line 81) | public void onCreate(SQLiteDatabase db) { method onUpgrade (line 85) | public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVers... method onDowngrade (line 90) | public void onDowngrade(SQLiteDatabase db, int oldVersion, int newVe... FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/CircleImpl.java class CircleImpl (line 37) | public class CircleImpl extends ICircleDelegate.Stub implements Drawable... method CircleImpl (line 46) | public CircleImpl(String id, CircleOptions options, MarkupListener lis... method remove (line 52) | @Override method getId (line 58) | @Override method setCenter (line 63) | @Override method getCenter (line 69) | @Override method setRadius (line 74) | @Override method getRadius (line 80) | @Override method setStrokeWidth (line 85) | @Override method getStrokeWidth (line 91) | @Override method setStrokeColor (line 96) | @Override method getStrokeColor (line 102) | @Override method setFillColor (line 107) | @Override method getFillColor (line 113) | @Override method setZIndex (line 118) | @Override method getZIndex (line 124) | @Override method setVisible (line 129) | @Override method isVisible (line 135) | @Override method equalsRemote (line 140) | @Override method hashCodeRemote (line 145) | @Override method setClickable (line 150) | @Override method isClickable (line 155) | @Override method setStrokePattern (line 160) | @Override method getStrokePattern (line 165) | @Override method setTag (line 171) | @Override method getTag (line 176) | @Override method onClick (line 182) | @Override method onDragStart (line 187) | @Override method onDragStop (line 192) | @Override method onDragProgress (line 197) | @Override method getDrawable (line 202) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/ClearableVectorLayer.java class ClearableVectorLayer (line 22) | public class ClearableVectorLayer extends VectorLayer { method ClearableVectorLayer (line 23) | public ClearableVectorLayer(Map map) { method clear (line 27) | public void clear() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/DrawableMarkup.java type DrawableMarkup (line 22) | public interface DrawableMarkup extends Markup { method getZIndex (line 23) | float getZIndex(); method getDrawable (line 25) | Drawable getDrawable(Map map); FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/GroundOverlayImpl.java class GroundOverlayImpl (line 26) | public class GroundOverlayImpl extends IGroundOverlayDelegate.Stub { method GroundOverlayImpl (line 36) | public GroundOverlayImpl(GroundOverlayOptions options) { method remove (line 40) | @Override method getId (line 45) | @Override method setPosition (line 50) | @Override method getPosition (line 55) | @Override method setDimension (line 60) | @Override method setDimensions (line 65) | @Override method getWidth (line 71) | @Override method getHeight (line 76) | @Override method setPositionFromBounds (line 81) | @Override method getBounds (line 86) | @Override method setBearing (line 91) | @Override method getBearing (line 96) | @Override method setZIndex (line 101) | @Override method getZIndex (line 106) | @Override method setVisible (line 111) | @Override method isVisible (line 116) | @Override method setTransparency (line 121) | @Override method getTransparency (line 126) | @Override method equalsRemote (line 131) | @Override method hashCodeRemote (line 136) | @Override method setImage (line 141) | @Override method setClickable (line 146) | @Override method isClickable (line 151) | @Override method setTag (line 156) | @Override method getTag (line 161) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/InfoWindow.java class InfoWindow (line 32) | public class InfoWindow { method InfoWindow (line 39) | public InfoWindow(Context context, final GoogleMapImpl map, final Mark... method setWindow (line 46) | public void setWindow(View view) { method isComplete (line 53) | public boolean isComplete() { method setContent (line 57) | public void setContent(View view) { method buildDefault (line 63) | public void buildDefault() { method destroy (line 68) | public void destroy() { method getMarker (line 74) | public IMarkerDelegate getMarker() { class DefaultWindow (line 134) | private class DefaultWindow extends FrameLayout { method DefaultWindow (line 135) | @SuppressWarnings("deprecation") class DefaultContent (line 147) | private class DefaultContent extends LinearLayout { method DefaultContent (line 148) | public DefaultContent() { FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/MarkerImpl.java class MarkerImpl (line 37) | public class MarkerImpl extends IMarkerDelegate.Stub implements MarkerIt... method MarkerImpl (line 48) | public MarkerImpl(String id, MarkerOptions options, MarkupListener lis... method remove (line 60) | @Override method getId (line 68) | @Override method setPosition (line 73) | @Override method getPosition (line 79) | @Override method setTitle (line 84) | @Override method getTitle (line 90) | @Override method setSnippet (line 95) | @Override method getSnippet (line 100) | @Override method setDraggable (line 105) | @Override method isDraggable (line 110) | @Override method showInfoWindow (line 115) | @Override method hideInfoWindow (line 120) | @Override method isInfoWindowShown (line 125) | @Override method setVisible (line 130) | @Override method isVisible (line 135) | @Override method equalsRemote (line 140) | @Override method hashCodeRemote (line 145) | @Override method hashCode (line 150) | @Override method setIcon (line 155) | @Override method setAnchor (line 165) | @Override method setFlat (line 171) | @Override method isFlat (line 177) | @Override method setRotation (line 182) | @Override method getRotation (line 188) | @Override method setInfoWindowAnchor (line 193) | @Override method setAlpha (line 198) | @Override method getAlpha (line 204) | @Override method getHeight (line 209) | public int getHeight() { method onClick (line 216) | @Override method onDragStart (line 221) | @Override method onDragStop (line 226) | @Override method onDragProgress (line 231) | @Override method getMarkerItem (line 236) | @Override method prepareMarkerIcon (line 266) | private void prepareMarkerIcon(MarkerItem item) { method setZIndex (line 270) | @Override method getZIndex (line 275) | @Override method setTag (line 280) | @Override method getTag (line 285) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/MarkerItemMarkup.java type MarkerItemMarkup (line 25) | public interface MarkerItemMarkup extends Markup { method getMarkerItem (line 26) | MarkerItem getMarkerItem(Context context); method isDraggable (line 28) | boolean isDraggable(); method getPosition (line 30) | LatLng getPosition(); method setPosition (line 32) | void setPosition(LatLng latLng); FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/Markup.java type Markup (line 19) | public interface Markup { method getId (line 20) | String getId(); method onClick (line 22) | boolean onClick(); method onDragStart (line 24) | void onDragStart(); method onDragStop (line 25) | void onDragStop(); method onDragProgress (line 26) | void onDragProgress(); type MarkupListener (line 28) | interface MarkupListener { method update (line 29) | void update(Markup markup); method remove (line 31) | void remove(Markup markup); method onClick (line 33) | boolean onClick(Markup markup); method onDragStart (line 35) | void onDragStart(Markup markup); method onDragStop (line 37) | void onDragStop(Markup markup); method onDragProgress (line 39) | void onDragProgress(Markup markup); FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/PolygonImpl.java class PolygonImpl (line 37) | public class PolygonImpl extends IPolygonDelegate.Stub implements Drawab... method PolygonImpl (line 45) | public PolygonImpl(String id, PolygonOptions options, MarkupListener l... method remove (line 51) | @Override method getId (line 57) | @Override method onClick (line 62) | @Override method onDragStart (line 67) | @Override method onDragStop (line 72) | @Override method onDragProgress (line 77) | @Override method setPoints (line 82) | @Override method getPoints (line 89) | @Override method setHoles (line 94) | @Override method getHoles (line 101) | @Override method setStrokeWidth (line 106) | @Override method getStrokeWidth (line 112) | @Override method setStrokeColor (line 117) | @Override method getStrokeColor (line 123) | @Override method setFillColor (line 128) | @Override method getFillColor (line 134) | @Override method setZIndex (line 139) | @Override method getZIndex (line 145) | @Override method getDrawable (line 150) | @Override method setVisible (line 170) | @Override method isVisible (line 176) | @Override method setGeodesic (line 181) | @Override method isGeodesic (line 187) | @Override method equalsRemote (line 192) | @Override method hashCodeRemote (line 197) | @Override method setClickable (line 203) | @Override method isClickable (line 208) | @Override method setStrokeJointType (line 213) | @Override method getStrokeJointType (line 218) | @Override method setStrokePattern (line 223) | @Override method getStrokePattern (line 228) | @Override method setTag (line 233) | @Override method getTag (line 238) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/PolylineImpl.java class PolylineImpl (line 39) | public class PolylineImpl extends IPolylineDelegate.Stub implements Draw... method PolylineImpl (line 47) | public PolylineImpl(String id, PolylineOptions options, MarkupListener... method remove (line 53) | @Override method getId (line 59) | @Override method onClick (line 64) | @Override method onDragStart (line 69) | @Override method onDragStop (line 74) | @Override method onDragProgress (line 79) | @Override method setPoints (line 84) | @Override method getPoints (line 91) | @Override method setWidth (line 96) | @Override method getWidth (line 102) | @Override method setColor (line 107) | @Override method getColor (line 113) | @Override method setZIndex (line 118) | @Override method getZIndex (line 124) | @Override method setVisible (line 129) | @Override method isVisible (line 135) | @Override method setGeodesic (line 140) | @Override method isGeodesic (line 146) | @Override method equalsRemote (line 151) | @Override method hashCodeRemote (line 157) | @Override method setClickable (line 164) | @Override method isClickable (line 169) | @Override method setStartCap (line 174) | @Override method getStartCap (line 179) | @Override method setEndCap (line 184) | @Override method getEndCap (line 189) | @Override method setJointType (line 194) | @Override method getJointType (line 199) | @Override method setPattern (line 204) | @Override method getPattern (line 209) | @Override method setTag (line 214) | @Override method getTag (line 219) | @Override method getDrawable (line 224) | @Override FILE: play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/TileOverlayImpl.java class TileOverlayImpl (line 22) | public class TileOverlayImpl extends ITileOverlayDelegate.Stub { method remove (line 23) | @Override method clearTileCache (line 28) | @Override method getId (line 33) | @Override method setZIndex (line 38) | @Override method getZIndex (line 43) | @Override method setVisible (line 48) | @Override method isVisible (line 53) | @Override method equalsRemote (line 58) | @Override method hashCodeRemote (line 63) | @Override method setFadeIn (line 68) | @Override method getFadeIn (line 73) | @Override method setTransparency (line 78) | @Override method getTransparency (line 83) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/CameraUpdate.java class CameraUpdate (line 20) | @PublicApi method CameraUpdate (line 24) | CameraUpdate(IObjectWrapper wrapped) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/CameraUpdateFactory.java class CameraUpdateFactory (line 22) | public class CameraUpdateFactory { method setDelegate (line 24) | @Hide method getDelegate (line 28) | private static ICameraUpdateFactoryDelegate getDelegate() { method newCameraPosition (line 40) | public static CameraUpdate newCameraPosition(@NonNull CameraPosition c... FILE: play-services-maps/src/main/java/com/google/android/gms/maps/GoogleMap.java class GoogleMap (line 33) | public class GoogleMap { method GoogleMap (line 57) | @Hide method getDelegate (line 62) | private IGoogleMapDelegate getDelegate() { method addCircle (line 66) | public Circle addCircle(CircleOptions options) { method animateCamera (line 82) | public void animateCamera(CameraUpdate update) { method animateCamera (line 101) | public void animateCamera(CameraUpdate update, @Nullable GoogleMap.Can... method getCameraPosition (line 130) | public CameraPosition getCameraPosition() { method moveCamera (line 144) | public void moveCamera(CameraUpdate update) { type CancelableCallback (line 155) | public interface CancelableCallback { method onCancel (line 159) | void onCancel(); method onFinish (line 164) | void onFinish(); type OnCameraMoveStartedListener (line 170) | public interface OnCameraMoveStartedListener { method onCameraMoveStarted (line 197) | void onCameraMoveStarted(int reason); FILE: play-services-maps/src/main/java/com/google/android/gms/maps/GoogleMapOptions.java class GoogleMapOptions (line 30) | public final class GoogleMapOptions extends AutoSafeParcelable { method GoogleMapOptions (line 80) | public GoogleMapOptions() { method createFromAttributes (line 86) | public static @Nullable GoogleMapOptions createFromAttributes(@Nullabl... method ambientEnabled (line 102) | @NonNull method backgroundColor (line 114) | @NonNull method camera (line 123) | @NonNull method compassEnabled (line 132) | @NonNull method latLngBoundsForCameraTarget (line 143) | @NonNull method liteMode (line 154) | @NonNull method mapId (line 163) | @NonNull method mapToolbarEnabled (line 173) | @NonNull method mapType (line 182) | @NonNull method maxZoomPreference (line 193) | @NonNull method minZoomPreference (line 204) | @NonNull method rotateGesturesEnabled (line 214) | @NonNull method scrollGesturesEnabled (line 224) | @NonNull method scrollGesturesEnabledDuringRotateOrZoom (line 234) | @NonNull method tiltGesturesEnabled (line 244) | @NonNull method useViewLifecycleInFragment (line 261) | @NonNull method zOrderOnTop (line 271) | @NonNull method zoomControlsEnabled (line 281) | @NonNull method zoomGesturesEnabled (line 291) | @NonNull method getAmbientEnabled (line 300) | public Boolean getAmbientEnabled() { method getBackgroundColor (line 307) | public Integer getBackgroundColor() { method getCamera (line 314) | @Nullable method getCompassEnabled (line 322) | @Nullable method getLatLngBoundsForCameraTarget (line 330) | @Nullable method getLiteMode (line 338) | @Nullable method getMapId (line 347) | @Nullable method getMapToolbarEnabled (line 355) | @Nullable method getMapType (line 363) | public int getMapType() { method getMaxZoomPreference (line 370) | @Nullable method getMinZoomPreference (line 378) | @Nullable method getRotateGesturesEnabled (line 386) | @Nullable method getScrollGesturesEnabled (line 394) | @Nullable method getScrollGesturesEnabledDuringRotateOrZoom (line 402) | @Nullable method getTiltGesturesEnabled (line 410) | @Nullable method getUseViewLifecycleInFragment (line 418) | @Nullable method getZOrderOnTop (line 426) | @Nullable method getZoomControlsEnabled (line 434) | @Nullable method getZoomGesturesEnabled (line 442) | @Nullable method isCompassEnabled (line 447) | @Deprecated method isZoomControlsEnabled (line 452) | @Deprecated method isScrollGesturesEnabled (line 457) | @Deprecated method isZoomGesturesEnabled (line 462) | @Deprecated method isTiltGesturesEnabled (line 467) | @Deprecated method isRotateGesturesEnabled (line 472) | @Deprecated FILE: play-services-maps/src/main/java/com/google/android/gms/maps/MapFragment.java class MapFragment (line 10) | public class MapFragment extends Fragment { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/MapView.java class MapView (line 30) | public class MapView extends FrameLayout { method MapView (line 33) | public MapView(@NonNull Context context) { method MapView (line 39) | public MapView(@NonNull Context context, @Nullable AttributeSet attrs) { method MapView (line 45) | public MapView(@NonNull Context context, @NonNull AttributeSet attrs, ... method MapView (line 56) | public MapView(@NonNull Context context, @Nullable GoogleMapOptions op... method getMapAsync (line 75) | public void getMapAsync(OnMapReadyCallback callback) { method onCreate (line 82) | public void onCreate(Bundle savedInstanceState) { method onDestroy (line 89) | public void onDestroy() { method onEnterAmbient (line 96) | public void onEnterAmbient(Bundle ambientDetails) { method onExitAmbient (line 105) | public void onExitAmbient() { method onLowMemory (line 114) | public void onLowMemory() { method onPause (line 121) | public void onPause() { method onResume (line 128) | public void onResume() { method onSaveInstanceState (line 138) | public void onSaveInstanceState(Bundle outState) { method onStart (line 145) | public void onStart() { method onStop (line 152) | public void onStop() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/MapsInitializer.java class MapsInitializer (line 32) | public class MapsInitializer { method initialize (line 44) | public static synchronized int initialize(@NonNull Context context) { method initialize (line 74) | public static synchronized int initialize(@NonNull Context context, @N... type Renderer (line 117) | public enum Renderer { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/OnMapReadyCallback.java type OnMapReadyCallback (line 24) | public interface OnMapReadyCallback { method onMapReady (line 41) | void onMapReady(GoogleMap googleMap); FILE: play-services-maps/src/main/java/com/google/android/gms/maps/OnMapsSdkInitializedCallback.java type OnMapsSdkInitializedCallback (line 14) | public interface OnMapsSdkInitializedCallback { method onMapsSdkInitialized (line 22) | void onMapsSdkInitialized(MapsInitializer.Renderer renderer); FILE: play-services-maps/src/main/java/com/google/android/gms/maps/OnStreetViewPanoramaReadyCallback.java type OnStreetViewPanoramaReadyCallback (line 21) | public interface OnStreetViewPanoramaReadyCallback { method onStreetViewPanoramaReady (line 28) | void onStreetViewPanoramaReady(StreetViewPanorama panorama); FILE: play-services-maps/src/main/java/com/google/android/gms/maps/StreetViewPanorama.java class StreetViewPanorama (line 30) | public class StreetViewPanorama { method StreetViewPanorama (line 33) | @Hide method getDelegate (line 38) | private IStreetViewPanoramaDelegate getDelegate() { method animateTo (line 48) | public void animateTo(@NonNull StreetViewPanoramaCamera camera, long d... method getLocation (line 61) | @NonNull method getPanoramaCamera (line 75) | @NonNull method isPanningGesturesEnabled (line 89) | public boolean isPanningGesturesEnabled() { method isStreetNamesEnabled (line 102) | public boolean isStreetNamesEnabled() { method isUserNavigationEnabled (line 115) | public boolean isUserNavigationEnabled() { method isZoomGesturesEnabled (line 128) | public boolean isZoomGesturesEnabled() { method orientationToPoint (line 144) | public Point orientationToPoint(StreetViewPanoramaOrientation orientat... method pointToOrientation (line 164) | public StreetViewPanoramaOrientation pointToOrientation(Point point) { method setOnStreetViewPanoramaCameraChangeListener (line 177) | public final void setOnStreetViewPanoramaCameraChangeListener(OnStreet... method setOnStreetViewPanoramaChangeListener (line 195) | public final void setOnStreetViewPanoramaChangeListener(OnStreetViewPa... method setOnStreetViewPanoramaClickListener (line 213) | public final void setOnStreetViewPanoramaClickListener(OnStreetViewPan... method setOnStreetViewPanoramaLongClickListener (line 231) | public final void setOnStreetViewPanoramaLongClickListener(OnStreetVie... method setPanningGesturesEnabled (line 249) | public void setPanningGesturesEnabled(boolean enablePanning) { method setPosition (line 263) | public void setPosition(LatLng position, StreetViewSource source) { method setPosition (line 276) | public void setPosition(LatLng position) { method setPosition (line 290) | public void setPosition(LatLng position, int radius) { method setPosition (line 305) | public void setPosition(LatLng position, int radius, StreetViewSource ... method setPosition (line 318) | public void setPosition(String panoId) { method setStreetNamesEnabled (line 331) | public void setStreetNamesEnabled(boolean enableStreetNames) { method setUserNavigationEnabled (line 344) | public void setUserNavigationEnabled(boolean enableUserNavigation) { method setZoomGesturesEnabled (line 357) | public void setZoomGesturesEnabled(boolean enableZoom) { type OnStreetViewPanoramaCameraChangeListener (line 368) | public interface OnStreetViewPanoramaCameraChangeListener { method onStreetViewPanoramaCameraChange (line 375) | void onStreetViewPanoramaCameraChange(StreetViewPanoramaCamera camera); type OnStreetViewPanoramaChangeListener (line 381) | public interface OnStreetViewPanoramaChangeListener { method onStreetViewPanoramaChange (line 387) | void onStreetViewPanoramaChange(StreetViewPanoramaLocation location); type OnStreetViewPanoramaClickListener (line 395) | public interface OnStreetViewPanoramaClickListener { method onStreetViewPanoramaClick (line 403) | void onStreetViewPanoramaClick(StreetViewPanoramaOrientation orienta... type OnStreetViewPanoramaLongClickListener (line 411) | public interface OnStreetViewPanoramaLongClickListener { method onStreetViewPanoramaLongClick (line 419) | void onStreetViewPanoramaLongClick(StreetViewPanoramaOrientation ori... FILE: play-services-maps/src/main/java/com/google/android/gms/maps/StreetViewPanoramaFragment.java class StreetViewPanoramaFragment (line 10) | public class StreetViewPanoramaFragment extends Fragment { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/StreetViewPanoramaOptions.java class StreetViewPanoramaOptions (line 31) | @SafeParcelable.Class method StreetViewPanoramaOptions (line 66) | public StreetViewPanoramaOptions() { method StreetViewPanoramaOptions (line 69) | @Constructor method getPanningGesturesEnabled (line 86) | @Nullable method getPanoramaId (line 94) | @Nullable method getPosition (line 102) | @Nullable method getRadius (line 110) | @Nullable method getSource (line 118) | @NonNull method getStreetNamesEnabled (line 126) | @Nullable method getStreetViewPanoramaCamera (line 134) | @Nullable method getUseViewLifecycleInFragment (line 142) | @Nullable method getUserNavigationEnabled (line 150) | @Nullable method getZoomGesturesEnabled (line 158) | @Nullable method panningGesturesEnabled (line 167) | @NonNull method panoramaCamera (line 176) | @NonNull method panoramaId (line 186) | @NonNull method position (line 196) | @NonNull method position (line 206) | @NonNull method position (line 218) | @NonNull method position (line 229) | @NonNull method streetNamesEnabled (line 240) | @NonNull method toString (line 246) | @NonNull method useViewLifecycleInFragment (line 275) | @NonNull method userNavigationEnabled (line 285) | @NonNull method writeToParcel (line 291) | @Override method zoomGesturesEnabled (line 300) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/StreetViewPanoramaView.java class StreetViewPanoramaView (line 31) | public class StreetViewPanoramaView extends FrameLayout { method StreetViewPanoramaView (line 34) | public StreetViewPanoramaView(@NonNull Context context) { method StreetViewPanoramaView (line 39) | public StreetViewPanoramaView(@NonNull Context context, @Nullable Attr... method StreetViewPanoramaView (line 44) | public StreetViewPanoramaView(@NonNull Context context, @Nullable Attr... method StreetViewPanoramaView (line 53) | public StreetViewPanoramaView(@NonNull Context context, StreetViewPano... method getStreetViewPanoramaAsync (line 63) | public void getStreetViewPanoramaAsync(OnStreetViewPanoramaReadyCallba... method onCreate (line 70) | public final void onCreate(Bundle savedInstanceState) { method onDestroy (line 77) | public void onDestroy() { method onLowMemory (line 84) | public final void onLowMemory() { method onPause (line 91) | public final void onPause() { method onResume (line 98) | public void onResume() { method onSaveInstanceState (line 105) | public final void onSaveInstanceState(Bundle outState) { method onStart (line 112) | public void onStart() { method onStop (line 119) | public void onStop() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/BitmapDescriptor.java class BitmapDescriptor (line 27) | @PublicApi method BitmapDescriptor (line 31) | public BitmapDescriptor(IObjectWrapper remoteObject) { method getRemoteObject (line 35) | public IObjectWrapper getRemoteObject() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/BitmapDescriptorFactory.java class BitmapDescriptorFactory (line 14) | public class BitmapDescriptorFactory { method setDelegate (line 16) | @Hide method getDelegate (line 20) | private static IBitmapDescriptorFactoryDelegate getDelegate() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/ButtCap.java class ButtCap (line 18) | public class ButtCap extends Cap { method ButtCap (line 22) | public ButtCap() { method toString (line 26) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/CameraPosition.java class CameraPosition (line 31) | @PublicApi method CameraPosition (line 62) | private CameraPosition() { method CameraPosition (line 81) | public CameraPosition(LatLng target, float zoom, float tilt, float bea... method builder (line 101) | public static Builder builder() { method builder (line 108) | public static Builder builder(CameraPosition camera) { method createFromAttributes (line 117) | public static CameraPosition createFromAttributes(Context context, Att... method equals (line 121) | @Override method fromLatLngZoom (line 152) | public static final CameraPosition fromLatLngZoom(LatLng target, float... method hashCode (line 156) | @Override method toString (line 161) | @Override class Builder (line 176) | public static final class Builder { method Builder (line 182) | public Builder() { method Builder (line 185) | public Builder(CameraPosition previous) { method bearing (line 195) | public Builder bearing(float bearing) { method build (line 203) | public CameraPosition build() { method target (line 210) | public Builder target(LatLng target) { method tilt (line 228) | public Builder tilt(float tilt) { method zoom (line 244) | public Builder zoom(float zoom) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Cap.java class Cap (line 23) | public class Cap extends AutoSafeParcelable { method Cap (line 42) | private Cap() { method Cap (line 49) | protected Cap(int type, @Nullable BitmapDescriptor bitmapDescriptor, @... method toString (line 56) | @NonNull method equals (line 62) | @Override method hashCode (line 74) | @Override method createFromParcel (line 83) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Circle.java class Circle (line 22) | public class Circle { method Circle (line 25) | @Hide method getCenter (line 30) | @NonNull method getFillColor (line 39) | public int getFillColor() { method getId (line 47) | @NonNull method getRadius (line 56) | public double getRadius() { method getStrokePattern (line 64) | @Nullable method getStrokeColor (line 69) | public int getStrokeColor() { method getStrokeWidth (line 77) | public float getStrokeWidth() { method getTag (line 85) | @Nullable method getZIndex (line 90) | public float getZIndex() { method isClickable (line 98) | public boolean isClickable() { method isVisible (line 102) | public boolean isVisible() { method remove (line 110) | public void remove() { method setCenter (line 118) | public void setCenter(@NonNull LatLng center) { method setClickable (line 126) | public void setClickable(boolean clickable) { method setFillColor (line 130) | public void setFillColor(int color) { method setRadius (line 138) | public void setRadius(double radius) { method setStrokeColor (line 146) | public void setStrokeColor(int color) { method setStrokePattern (line 154) | public void setStrokePattern(@Nullable List pattern) { method setStrokeWidth (line 158) | public void setStrokeWidth(float width) { method setTag (line 166) | public void setTag(@Nullable Object tag) { method setVisible (line 170) | public void setVisible(boolean visible) { method setZIndex (line 178) | public void setZIndex(float zIndex) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/CircleOptions.java class CircleOptions (line 32) | @PublicApi method CircleOptions (line 58) | public CircleOptions() { method center (line 71) | public CircleOptions center(LatLng center) { method fillColor (line 87) | public CircleOptions fillColor(int color) { method getCenter (line 97) | public LatLng getCenter() { method getFillColor (line 106) | public int getFillColor() { method getRadius (line 115) | public double getRadius() { method getStrokeColor (line 124) | public int getStrokeColor() { method getStrokeWidth (line 133) | public float getStrokeWidth() { method getZIndex (line 142) | public float getZIndex() { method isVisible (line 151) | public boolean isVisible() { method isClickable (line 160) | public boolean isClickable() { method radius (line 172) | public CircleOptions radius(double radius) { method strokeColor (line 188) | public CircleOptions strokeColor(int color) { method strokeWidth (line 204) | public CircleOptions strokeWidth(float width) { method visible (line 217) | public CircleOptions visible(boolean visible) { method zIndex (line 232) | public CircleOptions zIndex(float zIndex) { method clickable (line 243) | public CircleOptions clickable(boolean clickable) { method strokePattern (line 253) | public CircleOptions strokePattern(List pattern) { method getStrokePattern (line 263) | public List getStrokePattern() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/CustomCap.java class CustomCap (line 17) | public class CustomCap extends Cap { method CustomCap (line 28) | public CustomCap(@NonNull BitmapDescriptor bitmapDescriptor, float ref... method CustomCap (line 40) | public CustomCap(@NonNull BitmapDescriptor bitmapDescriptor) { method toString (line 46) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Dash.java class Dash (line 18) | @PublicApi method Dash (line 29) | public Dash(float length) { method toString (line 34) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Dot.java class Dot (line 18) | @PublicApi method Dot (line 23) | public Dot() { method toString (line 27) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Gap.java class Gap (line 18) | @PublicApi method Gap (line 29) | public Gap(float length) { method toString (line 34) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/GroundOverlayOptions.java class GroundOverlayOptions (line 21) | @PublicApi method GroundOverlayOptions (line 59) | public GroundOverlayOptions() { method anchor (line 74) | public GroundOverlayOptions anchor(float u, float v) { method bearing (line 93) | public GroundOverlayOptions bearing(float bearing) { method clickable (line 104) | public GroundOverlayOptions clickable(boolean clickable) { method getAnchorU (line 114) | public float getAnchorU() { method getAnchorV (line 123) | public float getAnchorV() { method getBearing (line 132) | public float getBearing() { method getBounds (line 142) | public LatLngBounds getBounds() { method getHeight (line 151) | public float getHeight() { method getImage (line 160) | public BitmapDescriptor getImage() { method getLocation (line 173) | public LatLng getLocation() { method getTransparency (line 182) | public float getTransparency() { method getWidth (line 191) | public float getWidth() { method getZIndex (line 200) | public float getZIndex() { method image (line 217) | public GroundOverlayOptions image(BitmapDescriptor image) { method isClickable (line 228) | public boolean isClickable() { method isVisible (line 237) | public boolean isVisible() { method position (line 258) | public GroundOverlayOptions position(LatLng location, float width, flo... method position (line 284) | public GroundOverlayOptions position(LatLng location, float width) method positionFromBounds (line 307) | public GroundOverlayOptions positionFromBounds(LatLngBounds bounds) method transparency (line 325) | public GroundOverlayOptions transparency(float transparency) throws Il... method visible (line 337) | public GroundOverlayOptions visible(boolean visible) { method zIndex (line 348) | public GroundOverlayOptions zIndex(float zIndex) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/JointType.java class JointType (line 14) | public final class JointType { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/LatLng.java class LatLng (line 28) | @PublicApi method LatLng (line 48) | private LatLng() { method LatLng (line 52) | @Constructor method LatLng (line 67) | public LatLng(double latitude, double longitude) { method equals (line 83) | @Override method hashCode (line 100) | @Override method toString (line 108) | @Override method writeToParcel (line 113) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/LatLngBounds.java class LatLngBounds (line 28) | @PublicApi method LatLngBounds (line 47) | private LatLngBounds() { method LatLngBounds (line 68) | public LatLngBounds(LatLng southwest, LatLng northeast) throws Illegal... method builder (line 79) | public Builder builder() { method contains (line 89) | public boolean contains(LatLng point) { method containsLatitude (line 93) | private boolean containsLatitude(double latitude) { method containsLongitude (line 97) | private boolean containsLongitude(double longitude) { method equals (line 106) | @Override method getCenter (line 132) | public LatLng getCenter() { method hashCode (line 139) | @Override method including (line 157) | public LatLngBounds including(LatLng point) { method toString (line 173) | @Override class Builder (line 186) | public static final class Builder { method Builder (line 189) | public Builder() { method build (line 198) | public LatLngBounds build() throws IllegalStateException { method include (line 218) | public Builder include(LatLng point) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/MapStyleOptions.java class MapStyleOptions (line 26) | @PublicApi method MapStyleOptions (line 34) | public MapStyleOptions() { method MapStyleOptions (line 37) | public MapStyleOptions (String json) { method getJson (line 41) | public String getJson() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/MarkerOptions.java class MarkerOptions (line 26) | @PublicApi method MarkerOptions (line 67) | public MarkerOptions() { method alpha (line 76) | public MarkerOptions alpha(float alpha) { method anchor (line 97) | public MarkerOptions anchor(float u, float v) { method draggable (line 108) | public MarkerOptions draggable(boolean draggable) { method flat (line 122) | public MarkerOptions flat(boolean flat) { method getAlpha (line 132) | public float getAlpha() { method getAnchorU (line 141) | public float getAnchorU() { method getAnchorV (line 150) | public float getAnchorV() { method getIcon (line 160) | public BitmapDescriptor getIcon() { method getInfoWindowAnchorU (line 172) | public float getInfoWindowAnchorU() { method getInfoWindowAnchorV (line 181) | public float getInfoWindowAnchorV() { method getPosition (line 190) | public LatLng getPosition() { method getRotation (line 199) | public float getRotation() { method getSnippet (line 208) | public String getSnippet() { method getTitle (line 217) | public String getTitle() { method icon (line 227) | public MarkerOptions icon(BitmapDescriptor icon) { method infoWindowAnchor (line 242) | public MarkerOptions infoWindowAnchor(float u, float v) { method isDraggable (line 253) | public boolean isDraggable() { method isFlat (line 263) | public boolean isFlat() { method isVisible (line 272) | public boolean isVisible() { method position (line 281) | public MarkerOptions position(LatLng position) { method rotation (line 296) | public MarkerOptions rotation(float rotation) { method snippet (line 306) | public MarkerOptions snippet(String snippet) { method title (line 316) | public MarkerOptions title(String title) { method visible (line 326) | public MarkerOptions visible(boolean visible) { method zIndex (line 331) | public MarkerOptions zIndex(float zIndex) { method getZIndex (line 336) | public float getZIndex() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/PatternItem.java class PatternItem (line 19) | @PublicApi method PatternItem (line 26) | private PatternItem() { method PatternItem (line 29) | @PublicApi(exclude = true) method toString (line 35) | @Override method createFromParcel (line 41) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/PolygonOptions.java class PolygonOptions (line 24) | @PublicApi method PolygonOptions (line 54) | public PolygonOptions() { method add (line 63) | public PolygonOptions add(LatLng... points) { method add (line 76) | public PolygonOptions add(LatLng point) { method add (line 87) | public PolygonOptions add(Iterable points) { method addHole (line 100) | public PolygonOptions addHole(Iterable points) { method clickable (line 114) | public PolygonOptions clickable(boolean clickable) { method fillColor (line 124) | public PolygonOptions fillColor(int color) { method geodesic (line 134) | public PolygonOptions geodesic(boolean geodesic) { method getFillColor (line 144) | public int getFillColor() { method getHoles (line 153) | public List> getHoles() { method getPoints (line 162) | public List getPoints() { method getStrokeColor (line 171) | public int getStrokeColor() { method getStrokeJointType (line 180) | public int getStrokeJointType() { method getStrokePattern (line 189) | public List getStrokePattern() { method getStrokeWidth (line 198) | public float getStrokeWidth() { method getZIndex (line 207) | public float getZIndex() { method isClickable (line 216) | public boolean isClickable() { method isGeodesic (line 225) | public boolean isGeodesic() { method isVisible (line 234) | public boolean isVisible() { method strokeColor (line 243) | public PolygonOptions strokeColor(int color) { method strokeJointType (line 256) | public PolygonOptions strokeJointType(int jointType) { method strokePattern (line 266) | public PolygonOptions strokePattern(List pattern) { method strokeWidth (line 276) | public PolygonOptions strokeWidth(float width) { method visible (line 286) | public PolygonOptions visible(boolean visible) { method zIndex (line 296) | public PolygonOptions zIndex(float zIndex) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/PolylineOptions.java class PolylineOptions (line 26) | @PublicApi method PolylineOptions (line 63) | public PolylineOptions() { method add (line 72) | public PolylineOptions add(LatLng... points) { method add (line 83) | public PolylineOptions add(LatLng point) { method addAll (line 94) | public PolylineOptions addAll(Iterable points) { method addAllSpans (line 107) | public PolylineOptions addAllSpans(Iterable spans) { method addSpan (line 120) | public PolylineOptions addSpan(StyleSpan span) { method addSpan (line 131) | public PolylineOptions addSpan(StyleSpan... spans) { method clickable (line 141) | public PolylineOptions clickable(boolean clickable) { method color (line 151) | public PolylineOptions color(int color) { method endCap (line 161) | public PolylineOptions endCap(@NonNull Cap endCap) { method geodesic (line 171) | public PolylineOptions geodesic(boolean geodesic) { method getColor (line 181) | public int getColor() { method getEndCap (line 190) | public Cap getEndCap() { method getJointType (line 200) | public int getJointType() { method getPattern (line 209) | public List getPattern() { method getPoints (line 218) | public List getPoints() { method getSpans (line 222) | @Hide method getStartCap (line 232) | public Cap getStartCap() { method getWidth (line 241) | public float getWidth() { method getZIndex (line 250) | public float getZIndex() { method isClickable (line 259) | public boolean isClickable() { method isGeodesic (line 268) | public boolean isGeodesic() { method isVisible (line 277) | public boolean isVisible() { method jointType (line 289) | public PolylineOptions jointType(int jointType) { method pattern (line 299) | public PolylineOptions pattern(@Nullable List pattern) { method startCap (line 309) | public PolylineOptions startCap(@NonNull Cap startCap) { method visible (line 319) | public PolylineOptions visible(boolean visible) { method width (line 329) | public PolylineOptions width(float width) { method zIndex (line 339) | public PolylineOptions zIndex(float zIndex) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/RoundCap.java class RoundCap (line 16) | public class RoundCap extends Cap { method RoundCap (line 20) | public RoundCap() { method toString (line 24) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/RuntimeRemoteException.java class RuntimeRemoteException (line 14) | public class RuntimeRemoteException extends RuntimeException { method RuntimeRemoteException (line 15) | public RuntimeRemoteException(@NonNull RemoteException e) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/SquareCap.java class SquareCap (line 16) | public class SquareCap extends Cap { method SquareCap (line 20) | public SquareCap() { method toString (line 24) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StampStyle.java class StampStyle (line 12) | public class StampStyle extends AutoSafeParcelable { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StreetViewPanoramaCamera.java class StreetViewPanoramaCamera (line 25) | @SafeParcelable.Class method StreetViewPanoramaCamera (line 56) | @Constructor method builder (line 67) | @NonNull method builder (line 77) | @NonNull method equals (line 82) | @Override method getOrientation (line 96) | @NonNull method hashCode (line 101) | @Override method toString (line 106) | @NonNull method writeToParcel (line 116) | @Override class Builder (line 126) | public static class Builder { method Builder (line 134) | public Builder() { method Builder (line 142) | public Builder(StreetViewPanoramaCamera camera) { method bearing (line 151) | @NonNull method orientation (line 162) | @NonNull method tilt (line 173) | @NonNull method zoom (line 186) | @NonNull method build (line 195) | public StreetViewPanoramaCamera build() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StreetViewPanoramaLink.java class StreetViewPanoramaLink (line 23) | @SafeParcelable.Class method StreetViewPanoramaLink (line 37) | @Constructor method equals (line 43) | @Override method hashCode (line 52) | @Override method toString (line 57) | @NonNull method writeToParcel (line 68) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StreetViewPanoramaLocation.java class StreetViewPanoramaLocation (line 23) | @SafeParcelable.Class method StreetViewPanoramaLocation (line 51) | @Constructor method equals (line 58) | @Override method hashCode (line 67) | @Override method toString (line 72) | @NonNull method writeToParcel (line 83) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StreetViewPanoramaOrientation.java class StreetViewPanoramaOrientation (line 23) | @SafeParcelable.Class method StreetViewPanoramaOrientation (line 46) | @Constructor method builder (line 56) | @NonNull method builder (line 66) | @NonNull method equals (line 71) | @Override method hashCode (line 80) | @Override method toString (line 85) | @NonNull method writeToParcel (line 94) | @Override class Builder (line 104) | public static final class Builder { method Builder (line 111) | public Builder() { method Builder (line 119) | public Builder(@NonNull StreetViewPanoramaOrientation previous) { method bearing (line 127) | @NonNull method tilt (line 136) | @NonNull method build (line 145) | @NonNull FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StreetViewSource.java class StreetViewSource (line 26) | @SafeParcelable.Class method StreetViewSource (line 43) | @Constructor method equals (line 48) | @Override method hashCode (line 57) | @Override method toString (line 62) | @NonNull method writeToParcel (line 75) | @Override FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StrokeStyle.java class StrokeStyle (line 10) | public class StrokeStyle extends AutoSafeParcelable { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/StyleSpan.java class StyleSpan (line 10) | public class StyleSpan extends AutoSafeParcelable { method getSegments (line 16) | public double getSegments() { method getStyle (line 20) | public StrokeStyle getStyle() { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/Tile.java class Tile (line 27) | @PublicApi method Tile (line 48) | private Tile() { method Tile (line 62) | public Tile(int width, int height, byte[] data) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/TileOverlayOptions.java class TileOverlayOptions (line 23) | @PublicApi method TileOverlayOptions (line 46) | public TileOverlayOptions() { method fadeIn (line 54) | public TileOverlayOptions fadeIn(boolean fadeIn) { method getFadeIn (line 64) | public boolean getFadeIn() { method getTileProvider (line 73) | public TileProvider getTileProvider() { method getTransparency (line 95) | public float getTransparency() { method getZIndex (line 104) | public float getZIndex() { method isVisible (line 113) | public boolean isVisible() { method tileProvider (line 123) | public TileOverlayOptions tileProvider(@NonNull final TileProvider til... method transparency (line 141) | public TileOverlayOptions transparency(float transparency) { method visible (line 152) | public TileOverlayOptions visible(boolean visible) { method zIndex (line 164) | public TileOverlayOptions zIndex(float zIndex) { FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/TileProvider.java type TileProvider (line 26) | public interface TileProvider { method getTile (line 40) | public Tile getTile(int x, int y, int zoom); FILE: play-services-maps/src/main/java/com/google/android/gms/maps/model/VisibleRegion.java class VisibleRegion (line 23) | @PublicApi method VisibleRegion (line 38) | private VisibleRegion() { method VisibleRegion (line 41) | public VisibleRegion(int versionCode, LatLng nearLeft, LatLng nearRigh... method VisibleRegion (line 51) | public VisibleRegion(LatLng nearLeft, LatLng nearRight, LatLng farLeft... method VisibleRegion (line 60) | public VisibleRegion(LatLngBounds bounds) { FILE: play-services-maps/src/main/java/org/microg/gms/maps/MapLifecycleDelegate.java type MapLifecycleDelegate (line 12) | public interface MapLifecycleDelegate extends LifecycleDelegate { method getMapAsync (line 13) | void getMapAsync(@NonNull OnMapReadyCallback callback); FILE: play-services-maps/src/main/java/org/microg/gms/maps/MapViewDelegate.java class MapViewDelegate (line 24) | public class MapViewDelegate implements MapLifecycleDelegate { method MapViewDelegate (line 29) | public MapViewDelegate(ViewGroup container, IMapViewDelegate delegate) { method onCreateView (line 34) | @Override method onCreate (line 39) | @Override method onDestroy (line 54) | @Override method onDestroyView (line 63) | @Override method onEnterAmbient (line 68) | public void onEnterAmbient(Bundle bundle) { method onExitAmbient (line 79) | public void onExitAmbient() { method onInflate (line 87) | @Override method onLowMemory (line 92) | @Override method onPause (line 101) | @Override method onResume (line 110) | @Override method onSaveInstanceState (line 119) | @Override method onStart (line 131) | @Override method onStop (line 140) | @Override method getMapAsync (line 149) | @Override FILE: play-services-maps/src/main/java/org/microg/gms/maps/MapViewLifecycleHelper.java class MapViewLifecycleHelper (line 22) | public class MapViewLifecycleHelper extends DeferredLifecycleHelper points) { method getFaceContourType (line 105) | @FaceContour.ContourType method getPoints (line 114) | @NonNull method toString (line 119) | @NonNull FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/FaceDetectionOptions.java class FaceDetectionOptions (line 21) | @SafeParcelable.Class method FaceDetectionOptions (line 67) | @Constructor method getExecutor (line 77) | public Executor getExecutor() { method setExecutor (line 81) | public void setExecutor(Executor executor) { class Builder (line 85) | public static class Builder { method enableTracking (line 94) | public Builder enableTracking(boolean enable) { method setClassificationMode (line 99) | public Builder setClassificationMode(@ClassificationMode int mode) { method setContourMode (line 104) | public Builder setContourMode(@ContourMode int mode) { method setExecutor (line 109) | public Builder setExecutor(Executor executor) { method setLandmarkMode (line 114) | public Builder setLandmarkMode(@LandmarkMode int mode) { method setMinFaceSize (line 119) | public Builder setMinFaceSize(float minFaceSize) { method setPerformanceMode (line 124) | public Builder setPerformanceMode(@PerformanceMode int mode) { method build (line 129) | public FaceDetectionOptions build() { method writeToParcel (line 138) | @Override FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/FaceLandmark.java class FaceLandmark (line 24) | public class FaceLandmark { method FaceLandmark (line 77) | FaceLandmark(@LandmarkType int type, @NonNull PointF position) { method getLandmarkType (line 85) | @LandmarkType method getPosition (line 94) | @NonNull method toString (line 99) | @NonNull FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/FrameMetadataParcel.java class FrameMetadataParcel (line 16) | @SafeParcelable.Class method writeToParcel (line 30) | @Override FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/aidls/ContourParcel.java class ContourParcel (line 17) | @SafeParcelable.Class method ContourParcel (line 24) | @Constructor method writeToParcel (line 30) | @Override FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/aidls/FaceParcel.java class FaceParcel (line 17) | @SafeParcelable.Class method FaceParcel (line 52) | @Constructor method writeToParcel (line 68) | @Override FILE: play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/aidls/LandmarkParcel.java class LandmarkParcel (line 15) | @SafeParcelable.Class method LandmarkParcel (line 22) | @Constructor method writeToParcel (line 28) | @Override FILE: play-services-nearby/core/src/test/java/org/microg/gms/nearby/exposurenotification/CryptoTest.java class CryptoTest (line 17) | public class CryptoTest extends TestCase { method setUp (line 20) | @Override method tearDown (line 29) | @Override method testGenerateRpiKey (line 34) | public void testGenerateRpiKey() { method testGenerateAemKey (line 38) | public void testGenerateAemKey() { method testGenerateRpiId (line 42) | public void testGenerateRpiId() { method testGeneratePayload (line 49) | public void testGeneratePayload() { method testGenerateAllRpiIds (line 56) | public void testGenerateAllRpiIds() { FILE: play-services-nearby/core/src/test/java/org/microg/gms/nearby/exposurenotification/TestVectors.java class TestVectors (line 16) | public class TestVectors { method asBytes (line 18) | public static byte[] asBytes(int... ints) { class AdvertisedData (line 30) | public static class AdvertisedData { method AdvertisedData (line 34) | AdvertisedData(byte[] rollingProximityIndicator, byte[] associatedEn... method get_RPI (line 39) | public byte[] get_RPI() { method get_AEM (line 43) | public byte[] get_AEM() { method get_merged (line 47) | public byte[] get_merged() { method get_TEMPORARY_TRACING_KEY (line 55) | public static byte[] get_TEMPORARY_TRACING_KEY() { method get_RPIK (line 59) | public static byte[] get_RPIK() { method get_AEMK (line 63) | public static byte[] get_AEMK() { method get_BLE_METADATA (line 67) | public static byte[] get_BLE_METADATA() { method get_RPIK_HKDF_INFO_STRING (line 71) | public static String get_RPIK_HKDF_INFO_STRING() { method get_RPI_AES_PADDED_STRING (line 75) | public static String get_RPI_AES_PADDED_STRING() { method get_AEMK_HKDF_INFO_STRING (line 79) | public static String get_AEMK_HKDF_INFO_STRING() { method TestVectors (line 973) | private TestVectors() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/Nearby.java class Nearby (line 18) | @PublicApi method getExposureNotificationClient (line 20) | public static ExposureNotificationClient getExposureNotificationClient... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/DailySummariesConfig.java class DailySummariesConfig (line 42) | @PublicApi method equals (line 57) | @Override method getAttenuationBucketThresholdDb (line 82) | public List getAttenuationBucketThresholdDb() { method getAttenuationBucketWeights (line 98) | public List getAttenuationBucketWeights() { method getDaysSinceExposureThreshold (line 105) | public int getDaysSinceExposureThreshold() { method getInfectiousnessWeights (line 119) | public Map getInfectiousnessWeights() { method getMinimumWindowScore (line 132) | public double getMinimumWindowScore() { method getReportTypeWeights (line 148) | public Map getReportTypeWeights() { method hashCode (line 156) | @Override class DailySummariesConfigBuilder (line 173) | public static class DailySummariesConfigBuilder { method DailySummariesConfigBuilder (line 181) | public DailySummariesConfigBuilder() { method build (line 186) | public DailySummariesConfig build() { method setAttenuationBuckets (line 204) | public DailySummariesConfigBuilder setAttenuationBuckets(List files) { method hasNext (line 29) | @PublicApi(exclude = true) method next (line 34) | @PublicApi(exclude = true) FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/DiagnosisKeysDataMapping.java class DiagnosisKeysDataMapping (line 23) | @PublicApi method getDaysSinceOnsetToInfectiousness (line 41) | public Map getDaysSinceOnsetToInfectiousness() { method getInfectiousnessWhenDaysSinceOnsetMissing (line 54) | public int getInfectiousnessWhenDaysSinceOnsetMissing() { method getReportTypeWhenMissing (line 63) | public int getReportTypeWhenMissing() { class DiagnosisKeysDataMappingBuilder (line 70) | public static class DiagnosisKeysDataMappingBuilder { method build (line 78) | public DiagnosisKeysDataMapping build() { method setDaysSinceOnsetToInfectiousness (line 92) | public DiagnosisKeysDataMappingBuilder setDaysSinceOnsetToInfectious... method setInfectiousnessWhenDaysSinceOnsetMissing (line 105) | public DiagnosisKeysDataMappingBuilder setInfectiousnessWhenDaysSinc... method setReportTypeWhenMissing (line 110) | public DiagnosisKeysDataMappingBuilder setReportTypeWhenMissing(@Rep... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureConfiguration.java class ExposureConfiguration (line 15) | @Deprecated method ExposureConfiguration (line 38) | private ExposureConfiguration() { method ExposureConfiguration (line 41) | ExposureConfiguration(int minimumRiskScore, int[] attenuationScores, i... method getMinimumRiskScore (line 54) | public int getMinimumRiskScore() { method getAttenuationScores (line 58) | public int[] getAttenuationScores() { method getAttenuationWeight (line 62) | public int getAttenuationWeight() { method getDaysSinceLastExposureScores (line 66) | public int[] getDaysSinceLastExposureScores() { method getDaysSinceLastExposureWeight (line 70) | public int getDaysSinceLastExposureWeight() { method getDurationScores (line 74) | public int[] getDurationScores() { method getDurationWeight (line 78) | public int getDurationWeight() { method getTransmissionRiskScores (line 82) | public int[] getTransmissionRiskScores() { method getTransmissionRiskWeight (line 86) | public int getTransmissionRiskWeight() { method getDurationAtAttenuationThresholds (line 90) | public int[] getDurationAtAttenuationThresholds() { method equals (line 94) | @Override method hashCode (line 113) | @Override method toString (line 128) | @Override class ExposureConfigurationBuilder (line 144) | public static class ExposureConfigurationBuilder { method setMinimumRiskScore (line 156) | public ExposureConfigurationBuilder setMinimumRiskScore(int minimumR... method setAttenuationScores (line 161) | public ExposureConfigurationBuilder setAttenuationScores(int... atte... method setAttenuationWeight (line 166) | public ExposureConfigurationBuilder setAttenuationWeight(int attenua... method setDaysSinceLastExposureScores (line 171) | public ExposureConfigurationBuilder setDaysSinceLastExposureScores(i... method setDaysSinceLastExposureWeight (line 176) | public ExposureConfigurationBuilder setDaysSinceLastExposureWeight(i... method setDurationScores (line 181) | public ExposureConfigurationBuilder setDurationScores(int... duratio... method setDurationWeight (line 186) | public ExposureConfigurationBuilder setDurationWeight(int durationWe... method setTransmissionRiskScores (line 191) | public ExposureConfigurationBuilder setTransmissionRiskScores(int...... method setTransmissionRiskWeight (line 196) | public ExposureConfigurationBuilder setTransmissionRiskWeight(int tr... method setDurationAtAttenuationThresholds (line 201) | public ExposureConfigurationBuilder setDurationAtAttenuationThreshol... method build (line 206) | public ExposureConfiguration build() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureInformation.java class ExposureInformation (line 16) | @Deprecated method ExposureInformation (line 32) | private ExposureInformation() { method ExposureInformation (line 35) | ExposureInformation(long dateMillisSinceEpoch, int durationMinutes, in... method getDateMillisSinceEpoch (line 44) | public long getDateMillisSinceEpoch() { method getDate (line 48) | public Date getDate() { method getDurationMinutes (line 52) | public int getDurationMinutes() { method getAttenuationValue (line 56) | public int getAttenuationValue() { method getTransmissionRiskLevel (line 60) | @RiskLevel method getTotalRiskScore (line 65) | public int getTotalRiskScore() { method getAttenuationDurationsInMinutes (line 69) | public int[] getAttenuationDurationsInMinutes() { method equals (line 73) | @Override method hashCode (line 88) | @Override method toString (line 99) | @Override class ExposureInformationBuilder (line 111) | public static class ExposureInformationBuilder { method setDateMillisSinceEpoch (line 120) | public ExposureInformationBuilder setDateMillisSinceEpoch(long dateM... method setDurationMinutes (line 125) | public ExposureInformationBuilder setDurationMinutes(int durationMin... method setAttenuationValue (line 130) | public ExposureInformationBuilder setAttenuationValue(int attenuatio... method setTransmissionRiskLevel (line 135) | public ExposureInformationBuilder setTransmissionRiskLevel(@RiskLeve... method setTotalRiskScore (line 140) | public ExposureInformationBuilder setTotalRiskScore(int totalRiskSco... method setAttenuationDurations (line 145) | public ExposureInformationBuilder setAttenuationDurations(int[] atte... method build (line 150) | public ExposureInformation build() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureNotificationClient.java type ExposureNotificationClient (line 24) | @PublicApi method deviceSupportsLocationlessScanning (line 85) | boolean deviceSupportsLocationlessScanning(); method getCalibrationConfidence (line 90) | Task getCalibrationConfidence(); method getDailySummaries (line 97) | Task> getDailySummaries(DailySummariesConfig dailyS... method getDiagnosisKeysDataMapping (line 102) | Task getDiagnosisKeysDataMapping(); method getExposureInformation (line 117) | @Deprecated method getExposureSummary (line 125) | @Deprecated method getExposureWindows (line 133) | Task> getExposureWindows(); method getExposureWindows (line 144) | @Deprecated method getPackageConfiguration (line 150) | Task getPackageConfiguration(); method getStatus (line 155) | Task> getStatus(); method getTemporaryExposureKeyHistory (line 166) | Task> getTemporaryExposureKeyHistory(); method getVersion (line 171) | Task getVersion(); method isEnabled (line 176) | Task isEnabled(); method provideDiagnosisKeys (line 191) | @Deprecated method provideDiagnosisKeys (line 205) | Task provideDiagnosisKeys(DiagnosisKeyFileProvider provider); method provideDiagnosisKeys (line 220) | @Deprecated method requestPreAuthorizedTemporaryExposureKeyHistory (line 228) | Task requestPreAuthorizedTemporaryExposureKeyHistory(); method requestPreAuthorizedTemporaryExposureKeyRelease (line 233) | Task requestPreAuthorizedTemporaryExposureKeyRelease (); method setDiagnosisKeysDataMapping (line 240) | Task setDiagnosisKeysDataMapping(DiagnosisKeysDataMapping diagno... method start (line 253) | Task start(); method stop (line 260) | Task stop(); FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureNotificationStatus.java type ExposureNotificationStatus (line 19) | @PublicApi method flag (line 77) | private long flag() { method setToFlags (line 82) | @PublicApi(exclude = true) method flagsToSet (line 91) | @PublicApi(exclude = true) FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureNotificationStatusCodes.java class ExposureNotificationStatusCodes (line 13) | public class ExposureNotificationStatusCodes extends CommonStatusCodes { method getStatusCodeString (line 27) | public static String getStatusCodeString(final int statusCode) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureSummary.java class ExposureSummary (line 15) | @Deprecated method ExposureSummary (line 28) | private ExposureSummary() { method ExposureSummary (line 31) | ExposureSummary(int daysSinceLastExposure, int matchedKeyCount, int ma... method getDaysSinceLastExposure (line 39) | public int getDaysSinceLastExposure() { method getMatchedKeyCount (line 43) | public int getMatchedKeyCount() { method getMaximumRiskScore (line 47) | public int getMaximumRiskScore() { method getAttenuationDurationsInMinutes (line 51) | public int[] getAttenuationDurationsInMinutes() { method getSummationRiskScore (line 55) | public int getSummationRiskScore() { method equals (line 59) | @Override method hashCode (line 73) | @Override method toString (line 83) | @Override class ExposureSummaryBuilder (line 94) | public static class ExposureSummaryBuilder { method setDaysSinceLastExposure (line 101) | public ExposureSummaryBuilder setDaysSinceLastExposure(int daysSince... method setMatchedKeyCount (line 106) | public ExposureSummaryBuilder setMatchedKeyCount(int matchedKeyCount) { method setMaximumRiskScore (line 111) | public ExposureSummaryBuilder setMaximumRiskScore(int maximumRiskSco... method setAttenuationDurations (line 116) | public ExposureSummaryBuilder setAttenuationDurations(int[] attenuat... method setSummationRiskScore (line 121) | public ExposureSummaryBuilder setSummationRiskScore(int summationRis... method build (line 126) | public ExposureSummary build() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureWindow.java class ExposureWindow (line 24) | @PublicApi method ExposureWindow (line 40) | private ExposureWindow() { method ExposureWindow (line 43) | private ExposureWindow(long dateMillisSinceEpoch, List s... method equals (line 51) | @Override method getCalibrationConfidence (line 68) | @CalibrationConfidence method getDateMillisSinceEpoch (line 76) | public long getDateMillisSinceEpoch() { method getInfectiousness (line 83) | @Infectiousness method getReportType (line 97) | @ReportType method getScanInstances (line 107) | public List getScanInstances() { method hashCode (line 111) | @Override class Builder (line 124) | public static class Builder { method build (line 134) | public ExposureWindow build() { method setCalibrationConfidence (line 138) | public Builder setCalibrationConfidence(int calibrationConfidence) { method setDateMillisSinceEpoch (line 143) | public Builder setDateMillisSinceEpoch(long dateMillisSinceEpoch) { method setInfectiousness (line 148) | public Builder setInfectiousness(@Infectiousness int infectiousness) { method setReportType (line 153) | public Builder setReportType(@ReportType int reportType) { method setScanInstances (line 158) | public Builder setScanInstances(List scanInstances) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/PackageConfiguration.java class PackageConfiguration (line 16) | @PublicApi method PackageConfiguration (line 21) | @PublicApi(exclude = true) method PackageConfiguration (line 25) | @PublicApi(exclude = true) method getValues (line 30) | public Bundle getValues() { class PackageConfigurationBuilder (line 37) | public static final class PackageConfigurationBuilder { method setValues (line 43) | public PackageConfigurationBuilder setValues(Bundle values) { method build (line 51) | public PackageConfiguration build() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ScanInstance.java class ScanInstance (line 19) | @PublicApi method ScanInstance (line 28) | private ScanInstance() { method ScanInstance (line 31) | private ScanInstance(int typicalAttenuationDb, int minAttenuationDb, i... method getMinAttenuationDb (line 40) | public int getMinAttenuationDb() { method getSecondsSinceLastScan (line 53) | public int getSecondsSinceLastScan() { method getTypicalAttenuationDb (line 60) | public int getTypicalAttenuationDb() { class Builder (line 67) | public static class Builder { method build (line 72) | public ScanInstance build() { method setMinAttenuationDb (line 76) | public ScanInstance.Builder setMinAttenuationDb(int minAttenuationDb) { method setSecondsSinceLastScan (line 81) | public ScanInstance.Builder setSecondsSinceLastScan(int secondsSince... method setTypicalAttenuationDb (line 86) | public ScanInstance.Builder setTypicalAttenuationDb(int typicalAtten... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/TemporaryExposureKey.java class TemporaryExposureKey (line 18) | public class TemporaryExposureKey extends AutoSafeParcelable { method TemporaryExposureKey (line 41) | private TemporaryExposureKey() { method TemporaryExposureKey (line 44) | TemporaryExposureKey(byte[] keyData, int rollingStartIntervalNumber, @... method getKeyData (line 56) | public byte[] getKeyData() { method getRollingStartIntervalNumber (line 63) | public int getRollingStartIntervalNumber() { method getTransmissionRiskLevel (line 70) | @RiskLevel method getRollingPeriod (line 78) | public int getRollingPeriod() { method getReportType (line 85) | @ReportType method getDaysSinceOnsetOfSymptoms (line 95) | public int getDaysSinceOnsetOfSymptoms() { method equals (line 99) | @Override method hashCode (line 114) | @Override method toString (line 125) | @Override class TemporaryExposureKeyBuilder (line 140) | public static class TemporaryExposureKeyBuilder { method setKeyData (line 150) | public TemporaryExposureKeyBuilder setKeyData(byte[] keyData) { method setRollingStartIntervalNumber (line 155) | public TemporaryExposureKeyBuilder setRollingStartIntervalNumber(int... method setTransmissionRiskLevel (line 160) | public TemporaryExposureKeyBuilder setTransmissionRiskLevel(@RiskLev... method setRollingPeriod (line 165) | public TemporaryExposureKeyBuilder setRollingPeriod(int rollingPerio... method setReportType (line 170) | public TemporaryExposureKeyBuilder setReportType(@ReportType int rep... method setDaysSinceOnsetOfSymptoms (line 175) | public TemporaryExposureKeyBuilder setDaysSinceOnsetOfSymptoms(int d... method build (line 180) | public TemporaryExposureKey build() { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/WakeUpService.java class WakeUpService (line 15) | public class WakeUpService extends Service { method onBind (line 16) | @Nullable FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetCalibrationConfidenceParams.java class GetCalibrationConfidenceParams (line 10) | public class GetCalibrationConfidenceParams extends AutoSafeParcelable { method GetCalibrationConfidenceParams (line 14) | private GetCalibrationConfidenceParams() {} method GetCalibrationConfidenceParams (line 16) | public GetCalibrationConfidenceParams(IIntCallback callback) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetDailySummariesParams.java class GetDailySummariesParams (line 12) | public class GetDailySummariesParams extends AutoSafeParcelable { method GetDailySummariesParams (line 18) | private GetDailySummariesParams() {} method GetDailySummariesParams (line 20) | public GetDailySummariesParams(IDailySummaryListCallback callback, Dai... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetDiagnosisKeysDataMappingParams.java class GetDiagnosisKeysDataMappingParams (line 10) | public class GetDiagnosisKeysDataMappingParams extends AutoSafeParcelable { method GetDiagnosisKeysDataMappingParams (line 14) | private GetDiagnosisKeysDataMappingParams() {} method GetDiagnosisKeysDataMappingParams (line 16) | public GetDiagnosisKeysDataMappingParams(IDiagnosisKeysDataMappingCall... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetExposureInformationParams.java class GetExposureInformationParams (line 10) | public class GetExposureInformationParams extends AutoSafeParcelable { method GetExposureInformationParams (line 16) | private GetExposureInformationParams() {} method GetExposureInformationParams (line 18) | public GetExposureInformationParams(IExposureInformationListCallback c... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetExposureSummaryParams.java class GetExposureSummaryParams (line 10) | public class GetExposureSummaryParams extends AutoSafeParcelable { method GetExposureSummaryParams (line 16) | private GetExposureSummaryParams() {} method GetExposureSummaryParams (line 18) | public GetExposureSummaryParams(IExposureSummaryCallback callback, Str... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetExposureWindowsParams.java class GetExposureWindowsParams (line 10) | public class GetExposureWindowsParams extends AutoSafeParcelable { method GetExposureWindowsParams (line 16) | private GetExposureWindowsParams() {} method GetExposureWindowsParams (line 18) | public GetExposureWindowsParams(IExposureWindowListCallback callback, ... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetPackageConfigurationParams.java class GetPackageConfigurationParams (line 10) | public class GetPackageConfigurationParams extends AutoSafeParcelable { method GetPackageConfigurationParams (line 14) | private GetPackageConfigurationParams() {} method GetPackageConfigurationParams (line 16) | public GetPackageConfigurationParams(IPackageConfigurationCallback cal... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetStatusParams.java class GetStatusParams (line 10) | public class GetStatusParams extends AutoSafeParcelable { method GetStatusParams (line 14) | private GetStatusParams() {} method GetStatusParams (line 16) | public GetStatusParams(ILongCallback callback) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetTemporaryExposureKeyHistoryParams.java class GetTemporaryExposureKeyHistoryParams (line 10) | public class GetTemporaryExposureKeyHistoryParams extends AutoSafeParcel... method GetTemporaryExposureKeyHistoryParams (line 14) | private GetTemporaryExposureKeyHistoryParams() {} method GetTemporaryExposureKeyHistoryParams (line 16) | public GetTemporaryExposureKeyHistoryParams(ITemporaryExposureKeyListC... FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/GetVersionParams.java class GetVersionParams (line 10) | public class GetVersionParams extends AutoSafeParcelable { method GetVersionParams (line 14) | private GetVersionParams() { method GetVersionParams (line 17) | public GetVersionParams(ILongCallback callback) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/IsEnabledParams.java class IsEnabledParams (line 10) | public class IsEnabledParams extends AutoSafeParcelable { method IsEnabledParams (line 14) | private IsEnabledParams() { method IsEnabledParams (line 17) | public IsEnabledParams(IBooleanCallback callback) { FILE: play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/internal/ProvideDiagnosisKeysParams.java class ProvideDiagnosisKeysParams (line 20) | public class ProvideDiagnosisKeysParams extends AutoSafeParcelable { method ProvideDiagnosisKeysParams (line 39) | private ProvideDiagnosisKeysParams() { method ProvideDiagnosisKeysParams (line 42) | public ProvideDiagnosisKeysParams(IStatusCallback callback, List { method createFromParcel (line 13) | @Override method newArray (line 18) | @Override method License (line 29) | public License(String name, long offset, int length, String path) { method License (line 36) | public License(Parcel parcel) { method getName (line 43) | public String getName() { method getOffset (line 47) | public long getOffset() { method getLength (line 51) | public int getLength() { method getPath (line 55) | public String getPath() { method compareTo (line 59) | @Override method describeContents (line 64) | @Override method writeToParcel (line 69) | @Override method toString (line 77) | @Override FILE: play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesActivity.java class OssLicensesActivity (line 32) | @PublicApi method onCreate (line 41) | @Override method onDestroy (line 99) | @Override method onOptionsItemSelected (line 105) | @Override method onRestoreInstanceState (line 114) | @Override method onSaveInstanceState (line 120) | @Override FILE: play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesMenuActivity.java class OssLicensesMenuActivity (line 44) | @PublicApi method onCreate (line 55) | @Override class LicensesAdapter (line 107) | private static class LicensesAdapter extends ArrayAdapter { method LicensesAdapter (line 112) | public LicensesAdapter(@NonNull Context context, @NonNull LayoutInfl... method getView (line 119) | @NonNull method onCreateLoader (line 131) | @NonNull method onDestroy (line 173) | @Override method onLoadFinished (line 180) | @Override method onLoaderReset (line 187) | @Override method onOptionsItemSelected (line 193) | @Override method setActivityTitle (line 207) | public static void setActivityTitle(String title) { FILE: play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesServiceImpl.java class OssLicensesServiceImpl (line 20) | public class OssLicensesServiceImpl extends GoogleApi getLicenseLayoutPackage(String packageName) { method getListLayoutPackage (line 40) | public Task getListLayoutPackage(String packageName) { method getLicenseDetail (line 53) | public Task getLicenseDetail(License license) { method getLicenseList (line 66) | public Task> getLicenseList(List licenses) { FILE: play-services-oss-licenses/src/main/java/org/microg/gms/oss/licenses/LicenseUtil.java class LicenseUtil (line 22) | public class LicenseUtil { method hasLicenses (line 23) | public static boolean hasLicenses(Context context) { method getLicensesFromMetadata (line 38) | public static List getLicensesFromMetadata(Context context) { method getLicenseText (line 55) | public static String getLicenseText(Context context, License license) { method readStringAndClose (line 85) | private static String readStringAndClose(InputStream is, int bytesToRe... FILE: play-services-oss-licenses/src/main/java/org/microg/gms/oss/licenses/OssLicenseServiceApiClient.java class OssLicenseServiceApiClient (line 22) | public class OssLicenseServiceApiClient extends GmsClient getLicenseList(List licenses) throws Rem... method interfaceFromBinder (line 44) | @Override FILE: play-services-panorama/src/main/aidl/com/google/android/gms/panorama/Panorama.java class Panorama (line 17) | @Deprecated FILE: play-services-panorama/src/main/aidl/com/google/android/gms/panorama/PanoramaApi.java type PanoramaApi (line 20) | @Deprecated method loadPanoramaInfo (line 27) | @Deprecated method loadPanoramaInfoAndGrantAccess (line 36) | @Deprecated type PanoramaResult (line 42) | @Deprecated method getViewerIntent (line 47) | @Deprecated FILE: play-services-pay/src/main/java/com/google/android/gms/pay/CheckReadinessForEmoneyRequest.java class CheckReadinessForEmoneyRequest (line 11) | @Hide method CheckReadinessForEmoneyRequest (line 20) | @Constructor method writeToParcel (line 26) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/DataChangeListenerRequest.java class DataChangeListenerRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/EmoneyReadiness.java class EmoneyReadiness (line 21) | public class EmoneyReadiness extends AbstractSafeParcelable { method EmoneyReadiness (line 25) | public EmoneyReadiness(@Param(1) @EmoneyReadinessStatus int emoneyRead... method equals (line 29) | @Override method getEmoneyReadinessStatus (line 41) | public @EmoneyReadinessStatus int getEmoneyReadinessStatus() { method hashCode (line 45) | @Override method writeToParcel (line 50) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetBulletinsRequest.java class GetBulletinsRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetClosedLoopCardsFromServerRequest.java class GetClosedLoopCardsFromServerRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetClosedLoopCardsRequest.java class GetClosedLoopCardsRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetDigitalCarKeysRequest.java class GetDigitalCarKeysRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetMdocCredentialRequest.java class GetMdocCredentialRequest (line 10) | @Hide method GetMdocCredentialRequest (line 20) | @Constructor method writeToParcel (line 27) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetOnboardingInfoRequest.java class GetOnboardingInfoRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetPayApiAvailabilityStatusRequest.java class GetPayApiAvailabilityStatusRequest (line 11) | @Hide method GetPayApiAvailabilityStatusRequest (line 17) | @Constructor method writeToParcel (line 22) | @Override method toString (line 29) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetPayCapabilitiesRequest.java class GetPayCapabilitiesRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetPaymentMethodsRequest.java class GetPaymentMethodsRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetPendingIntentForWalletOnWearRequest.java class GetPendingIntentForWalletOnWearRequest (line 10) | @Hide method GetPendingIntentForWalletOnWearRequest (line 18) | @Constructor method writeToParcel (line 24) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetSortOrderRequest.java class GetSortOrderRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetSortOrderResponse.java class GetSortOrderResponse (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetValuablesFromServerRequest.java class GetValuablesFromServerRequest (line 8) | @SafeParcelable.Class method writeToParcel (line 11) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetValuablesRequest.java class GetValuablesRequest (line 10) | @SafeParcelable.Class method writeToParcel (line 13) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/GetWalletStatusResponse.java class GetWalletStatusResponse (line 10) | @Hide method GetWalletStatusResponse (line 18) | @Constructor method writeToParcel (line 24) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/NotifyCardTapEventRequest.java class NotifyCardTapEventRequest (line 11) | @Hide method NotifyCardTapEventRequest (line 18) | @Constructor method writeToParcel (line 23) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/NotifyEmoneyCardStatusUpdateRequest.java class NotifyEmoneyCardStatusUpdateRequest (line 10) | @Hide method NotifyEmoneyCardStatusUpdateRequest (line 16) | @Constructor method writeToParcel (line 21) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/Pay.java class Pay (line 18) | public class Pay { method getClient (line 22) | public static PayClient getClient(Activity activity) { method getClient (line 29) | public static PayClient getClient(Context context) { FILE: play-services-pay/src/main/java/com/google/android/gms/pay/PayApiError.java class PayApiError (line 9) | @Hide method writeToParcel (line 13) | @Override FILE: play-services-pay/src/main/java/com/google/android/gms/pay/PayClient.java type PayClient (line 28) | public interface PayClient extends HasApiKey checkReadinessForEmoney(String serviceProvider, ... method getPayApiAvailabilityStatus (line 52) | Task<@PayApiAvailabilityStatus Integer> getPayApiAvailabilityStatus(@R... method getPendingIntentForWalletOnWear (line 60) | Task getPendingIntentForWalletOnWear(String wearNodeId,... method getProductName (line 65) | PayClient.ProductName getProductName(); method notifyCardTapEvent (line 74) | Task notifyCardTapEvent(String eventJson); method notifyEmoneyCardStatusUpdate (line 83) | Task notifyEmoneyCardStatusUpdate(String json); method pushEmoneyCard (line 93) | Task pushEmoneyCard(String json, ActivityResultLauncher { method PayApiClient (line 17) | public PayApiClient(Context context, ConnectionCallbacks callbacks, On... method interfaceFromBinder (line 22) | @Override FILE: play-services-pay/src/main/java/org/microg/gms/pay/PayClientImpl.java class PayClientImpl (line 27) | public class PayClientImpl extends GoogleApi { method getAddress (line 288) | CharSequence getAddress(); method getAttributions (line 298) | CharSequence getAttributions(); method getId (line 308) | String getId(); method getLatLng (line 316) | LatLng getLatLng(); method getLocale (line 321) | Locale getLocale(); method getName (line 328) | CharSequence getName(); method getPhoneNumber (line 338) | CharSequence getPhoneNumber(); method getPlaceTypes (line 347) | List getPlaceTypes(); method getPriceLevel (line 357) | int getPriceLevel(); method getRating (line 364) | float getRating(); method getViewport (line 374) | LatLngBounds getViewport(); method getWebsiteUri (line 382) | Uri getWebsiteUri(); FILE: play-services-places/src/main/java/com/google/android/gms/location/places/PlaceFilter.java class PlaceFilter (line 24) | public class PlaceFilter extends AutoSafeParcelable { FILE: play-services-places/src/main/java/com/google/android/gms/location/places/PlaceRequest.java class PlaceRequest (line 24) | public class PlaceRequest extends AutoSafeParcelable { FILE: play-services-places/src/main/java/com/google/android/gms/location/places/UserAddedPlace.java class UserAddedPlace (line 25) | public class UserAddedPlace extends AutoSafeParcelable { FILE: play-services-places/src/main/java/com/google/android/gms/location/places/UserDataType.java class UserDataType (line 24) | public class UserDataType extends AutoSafeParcelable { FILE: play-services-places/src/main/java/com/google/android/gms/location/places/internal/PlaceImpl.java class PlaceImpl (line 34) | public class PlaceImpl extends AutoSafeParcelable implements Place { method getAddress (line 74) | @Override method getAttributions (line 79) | @Override method getId (line 84) | @Override method getLatLng (line 89) | @Override method getLocale (line 94) | @Override method getName (line 99) | @Override method getPhoneNumber (line 104) | @Override method getPlaceTypes (line 109) | @Override method getPriceLevel (line 114) | @Override method getRating (line 119) | @Override method getViewport (line 124) | @Override method getWebsiteUri (line 129) | @Override method freeze (line 134) | @Override method isDataValid (line 139) | @Override FILE: play-services-places/src/main/java/com/google/android/gms/location/places/internal/PlacesParams.java class PlacesParams (line 22) | public class PlacesParams extends AutoSafeParcelable { method PlacesParams (line 35) | private PlacesParams() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/HttpStatusException.java class HttpStatusException (line 14) | public class HttpStatusException extends Exception { method HttpStatusException (line 23) | public HttpStatusException(String msg, int errorHttpStatus) { method getHttpErrorStatus (line 31) | public int getHttpErrorStatus() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/Recaptcha.java class Recaptcha (line 22) | public class Recaptcha { method getClient (line 31) | public static RecaptchaClient getClient(Activity activity) { method getClient (line 39) | public static RecaptchaClient getClient(Context context) { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaAction.java class RecaptchaAction (line 21) | public class RecaptchaAction extends AutoSafeParcelable { method RecaptchaAction (line 31) | private RecaptchaAction() { method RecaptchaAction (line 37) | public RecaptchaAction(RecaptchaActionType action) { method RecaptchaAction (line 44) | public RecaptchaAction(RecaptchaActionType action, Bundle additionalAr... method RecaptchaAction (line 52) | public RecaptchaAction(String customAction) { method RecaptchaAction (line 59) | public RecaptchaAction(String customAction, Bundle additionalArgs) { method getAction (line 68) | public RecaptchaActionType getAction() { method getAdditionalArgs (line 75) | public Bundle getAdditionalArgs() { method getCustomAction (line 82) | public String getCustomAction() { method getVerificationHistoryToken (line 89) | public String getVerificationHistoryToken() { method toString (line 96) | @NonNull FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaActionType.java class RecaptchaActionType (line 16) | public class RecaptchaActionType extends AutoSafeParcelable { method RecaptchaActionType (line 20) | private RecaptchaActionType() {} method RecaptchaActionType (line 22) | public RecaptchaActionType(String action) { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaClient.java type RecaptchaClient (line 17) | public interface RecaptchaClient { method challengeAccount (line 30) | Task challengeAccount(RecaptchaHandle recaptchaHan... method close (line 41) | Task close(RecaptchaHandle handle); method execute (line 51) | Task execute(RecaptchaHandle handle, RecaptchaAct... method init (line 58) | Task init(String siteKey); method verifyAccount (line 74) | Task verifyAccount(String pin, VerificationHandle ... FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaHandle.java class RecaptchaHandle (line 20) | public class RecaptchaHandle extends AutoSafeParcelable { method RecaptchaHandle (line 28) | @PublicApi(exclude = true) method RecaptchaHandle (line 32) | @PublicApi(exclude = true) method getAcceptableAdditionalArgs (line 42) | public List getAcceptableAdditionalArgs() { method getClientPackageName (line 49) | public String getClientPackageName() { method getSiteKey (line 56) | public String getSiteKey() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaNetworkException.java class RecaptchaNetworkException (line 16) | public class RecaptchaNetworkException extends Exception { method RecaptchaNetworkException (line 23) | public RecaptchaNetworkException(String msg, IOException e) { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaOptionalObject.java class RecaptchaOptionalObject (line 15) | public class RecaptchaOptionalObject { method RecaptchaOptionalObject (line 18) | private RecaptchaOptionalObject(T object) { method ofNullable (line 25) | public static RecaptchaOptionalObject ofNullable(T object) { method orNull (line 32) | public T orNull() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaResultData.java class RecaptchaResultData (line 16) | public class RecaptchaResultData extends AutoSafeParcelable { method RecaptchaResultData (line 20) | private RecaptchaResultData() { method RecaptchaResultData (line 23) | public RecaptchaResultData(String token) { method getTokenResult (line 30) | public String getTokenResult() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/RecaptchaStatusCodes.java class RecaptchaStatusCodes (line 16) | public final class RecaptchaStatusCodes extends CommonStatusCodes { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/VerificationHandle.java class VerificationHandle (line 21) | public abstract class VerificationHandle implements SafeParcelable { method getCodeLength (line 25) | public abstract int getCodeLength(); method getOperationAbortedToken (line 32) | public abstract String getOperationAbortedToken(); method getSiteKey (line 37) | public abstract String getSiteKey(); method getTimeoutMinutes (line 42) | public abstract long getTimeoutMinutes(); method getVerificationToken (line 48) | public abstract String getVerificationToken(); method isValid (line 55) | public boolean isValid() { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/VerificationResult.java class VerificationResult (line 17) | public abstract class VerificationResult { method getVerificationStatus (line 26) | public abstract Status getVerificationStatus(); method recaptchaToken (line 35) | public abstract RecaptchaOptionalObject recaptchaToken(); method verificationHandle (line 42) | public abstract RecaptchaOptionalObject verificati... FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/internal/ExecuteParams.java class ExecuteParams (line 16) | public class ExecuteParams extends AutoSafeParcelable { method toString (line 24) | @NonNull FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/internal/ExecuteResults.java class ExecuteResults (line 12) | public class ExecuteResults extends AutoSafeParcelable { FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/internal/InitParams.java class InitParams (line 13) | public class InitParams extends AutoSafeParcelable { method toString (line 19) | @NonNull FILE: play-services-recaptcha/src/main/java/com/google/android/gms/recaptcha/internal/InitResults.java class InitResults (line 12) | public class InitResults extends AutoSafeParcelable { FILE: play-services-recaptcha/src/main/java/org/microg/gms/recaptcha/RecaptchaClientImpl.java class RecaptchaClientImpl (line 35) | public class RecaptchaClientImpl extends GoogleApi { method RecaptchaGmsClient (line 27) | public RecaptchaGmsClient(Context context, ConnectionCallbacks callbac... method init (line 32) | public void init(IInitCallback callback, String siteKey) throws Remote... method init (line 36) | public void init(IInitCallback callback, InitParams params) throws Rem... method execute (line 40) | public void execute(IExecuteCallback callback, RecaptchaHandle handle,... method execute (line 44) | public void execute(IExecuteCallback callback, ExecuteParams params) t... method close (line 48) | public void close(ICloseCallback callback, RecaptchaHandle handle) thr... method interfaceFromBinder (line 52) | @Override FILE: play-services-safetynet/core/src/main/java/org/microg/gms/safetynet/Attestation.java class Attestation (line 43) | public class Attestation { method Attestation (line 51) | public Attestation(Context context, String packageName) { method setPayload (line 56) | public void setPayload(byte[] payload) { method buildPayload (line 60) | public SafetyNetData buildPayload(byte[] nonce) { method getPayload (line 78) | public byte[] getPayload() { method getPayloadHashBase64 (line 82) | public String getPayloadHashBase64() { method getSha256Digest (line 92) | private static MessageDigest getSha256Digest() throws NoSuchAlgorithmE... method setDroidGuardResult (line 96) | public void setDroidGuardResult(String droidGuardResult) { method getPackageFileDigest (line 100) | private ByteString getPackageFileDigest() { method getPackageFileDigest (line 109) | public static byte[] getPackageFileDigest(Context context, String pack... method getPackageSignatures (line 122) | @SuppressLint("PackageManagerGetSignatures") method getPackageSignatures (line 136) | public static byte[][] getPackageSignatures(Context context, String pa... method attest (line 146) | public String attest(String apiKey) throws IOException { method attest (line 153) | private AttestResponse attest(AttestRequest request, String apiKey) th... method getBytesAsString (line 196) | private String getBytesAsString(byte[] bytes) { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/AttestationData.java class AttestationData (line 11) | public class AttestationData extends AutoSafeParcelable { method AttestationData (line 17) | private AttestationData() { method AttestationData (line 20) | public AttestationData(String jwsResult) { method getJwsResult (line 24) | public String getJwsResult() { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/HarmfulAppsData.java class HarmfulAppsData (line 17) | @PublicApi method HarmfulAppsData (line 35) | private HarmfulAppsData() { method HarmfulAppsData (line 41) | @PublicApi(exclude = true) FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/HarmfulAppsInfo.java class HarmfulAppsInfo (line 10) | public class HarmfulAppsInfo extends AutoSafeParcelable { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/RecaptchaResultData.java class RecaptchaResultData (line 10) | public class RecaptchaResultData extends AutoSafeParcelable { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/RemoveHarmfulAppData.java class RemoveHarmfulAppData (line 10) | public class RemoveHarmfulAppData extends AutoSafeParcelable { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafeBrowsingData.java class SafeBrowsingData (line 17) | public class SafeBrowsingData extends AutoSafeParcelable { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNet.java class SafetyNet (line 25) | @PublicApi method getClient (line 50) | public static SafetyNetClient getClient(Activity activity) { method getClient (line 58) | public static SafetyNetClient getClient(Context context) { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetApi.java type SafetyNetApi (line 22) | public interface SafetyNetApi { method verifyWithRecaptcha (line 38) | @Deprecated class AttestationResponse (line 51) | class AttestationResponse extends Response { method getJwsResult (line 59) | public String getJwsResult() { type AttestationResult (line 64) | @PublicApi(exclude = true) method getJwsResult (line 67) | String getJwsResult(); class RecaptchaTokenResponse (line 76) | class RecaptchaTokenResponse extends Response { method getTokenResult (line 82) | public String getTokenResult() { type RecaptchaTokenResult (line 97) | @Deprecated method getTokenResult (line 99) | String getTokenResult(); class VerifyAppsUserResponse (line 105) | class VerifyAppsUserResponse extends Response { method isVerifyAppsEnabled (line 112) | public boolean isVerifyAppsEnabled() { type VerifyAppsUserResult (line 122) | @Deprecated method isVerifyAppsEnabled (line 127) | boolean isVerifyAppsEnabled(); FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetClient.java class SafetyNetClient (line 28) | @PublicApi method SafetyNetClient (line 30) | @PublicApi(exclude = true) method attest (line 54) | public Task attest(byte[] nonce, Str... method verifyWithRecaptcha (line 89) | public Task verifyWithRecaptcha(S... method enableVerifyApps (line 124) | public Task enableVerifyApps() { method isVerifyAppsEnabled (line 154) | public Task isVerifyAppsEnabled() { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetStatusCodes.java class SafetyNetStatusCodes (line 16) | public class SafetyNetStatusCodes extends CommonStatusCodes { FILE: play-services-safetynet/src/main/java/com/google/android/gms/safetynet/VerifyAppsConstants.java class VerifyAppsConstants (line 16) | @PublicApi FILE: play-services-safetynet/src/main/java/org/microg/gms/safetynet/ISafetyNetCallbacksDefaultStub.java class ISafetyNetCallbacksDefaultStub (line 21) | public class ISafetyNetCallbacksDefaultStub extends ISafetyNetCallbacks.... method onAttestationResult (line 22) | @Override method onSharedUuid (line 26) | @Override method onSafeBrowsingData (line 30) | @Override method onVerifyAppsUserResult (line 34) | @Override method onHarmfulAppsData (line 39) | @Override method onRecaptchaResult (line 43) | @Override method onHarmfulAppsInfo (line 47) | @Override method onInitSafeBrowsingResult (line 51) | @Override method onRemoveHarmfulAppData (line 55) | @Override FILE: play-services-safetynet/src/main/java/org/microg/gms/safetynet/SafetyNetApiImpl.java class SafetyNetApiImpl (line 20) | public class SafetyNetApiImpl implements SafetyNetApi { method verifyWithRecaptcha (line 21) | @Override FILE: play-services-safetynet/src/main/java/org/microg/gms/safetynet/SafetyNetGmsClient.java class SafetyNetGmsClient (line 20) | public class SafetyNetGmsClient extends GmsClient { method SafetyNetGmsClient (line 21) | public SafetyNetGmsClient(Context context, ConnectionCallbacks callbac... method attest (line 26) | public void attest(ISafetyNetCallbacks callbacks, byte[] nonce, String... method verifyWithRecaptcha (line 30) | public void verifyWithRecaptcha(ISafetyNetCallbacks callbacks, String ... method enableVerifyApps (line 34) | public void enableVerifyApps(ISafetyNetCallbacks callbacks) throws Rem... method isVerifyAppsEnabled (line 38) | public void isVerifyAppsEnabled(ISafetyNetCallbacks callbacks) throws ... method interfaceFromBinder (line 42) | @Override FILE: play-services-tapandpay/src/main/java/com/google/android/gms/tapandpay/TapAndPay.java class TapAndPay (line 16) | public abstract class TapAndPay { method TapAndPay (line 91) | private TapAndPay() { type DataChangedListener (line 94) | public interface DataChangedListener { method onDataChanged (line 95) | void onDataChanged(); FILE: play-services-tapandpay/src/main/java/com/google/android/gms/tapandpay/TapAndPayClient.java type TapAndPayClient (line 26) | public interface TapAndPayClient extends HasApiKey task); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/DuplicateTaskCompletionException.java class DuplicateTaskCompletionException (line 16) | @PublicApi method DuplicateTaskCompletionException (line 19) | private DuplicateTaskCompletionException(String s) { method of (line 28) | public static DuplicateTaskCompletionException of(Task task) { FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/OnCanceledListener.java type OnCanceledListener (line 16) | @PublicApi method onCanceled (line 21) | public abstract void onCanceled(); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/OnCompleteListener.java type OnCompleteListener (line 18) | @PublicApi method onComplete (line 25) | void onComplete(Task task); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/OnFailureListener.java type OnFailureListener (line 18) | @PublicApi method onFailure (line 26) | void onFailure(Exception e); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/OnSuccessListener.java type OnSuccessListener (line 18) | @PublicApi method onSuccess (line 25) | void onSuccess(TResult result); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/OnTokenCanceledListener.java type OnTokenCanceledListener (line 18) | @PublicApi method onCanceled (line 23) | void onCanceled(); FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/RuntimeExecutionException.java class RuntimeExecutionException (line 20) | @PublicApi method RuntimeExecutionException (line 22) | public RuntimeExecutionException(Throwable cause) { FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/SuccessContinuation.java type SuccessContinuation (line 17) | @PublicApi method then (line 41) | Task then(TResult result) throws Exception; FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/Task.java class Task (line 20) | @PublicApi method Task (line 23) | public Task() { method addOnCanceledListener (line 33) | public Task addOnCanceledListener(OnCanceledListener listener) { method addOnCanceledListener (line 45) | public Task addOnCanceledListener(Executor executor, OnCancel... method addOnCanceledListener (line 58) | public Task addOnCanceledListener(Activity activity, OnCancel... method addOnCompleteListener (line 71) | public Task addOnCompleteListener(OnCompleteListener... method addOnCompleteListener (line 86) | public Task addOnCompleteListener(Activity activity, OnComple... method addOnCompleteListener (line 99) | public Task addOnCompleteListener(Executor executor, OnComple... method addOnFailureListener (line 114) | public abstract Task addOnFailureListener(Activity activity, ... method addOnFailureListener (line 125) | public abstract Task addOnFailureListener(OnFailureListener l... method addOnFailureListener (line 136) | public abstract Task addOnFailureListener(Executor executor, ... method addOnSuccessListener (line 148) | public abstract Task addOnSuccessListener(Executor executor, ... method addOnSuccessListener (line 159) | public abstract Task addOnSuccessListener(OnSuccessListener addOnSuccessListener(Activity activity, ... method continueWith (line 185) | public Task continueWith(Co... method continueWith (line 197) | public Task continueWith(Ex... method continueWithTask (line 212) | public Task continueWithTas... method continueWithTask (line 225) | public Task continueWithTas... method getException (line 233) | public abstract Exception getException(); method getResult (line 241) | public abstract TResult getResult(); method getResult (line 250) | public abstract TResult getResult(Class excep... method isCanceled (line 255) | public abstract boolean isCanceled(); method isComplete (line 260) | public abstract boolean isComplete(); method isSuccessful (line 265) | public abstract boolean isSuccessful(); method onSuccessTask (line 276) | public Task onSuccessTask(S... method onSuccessTask (line 288) | public Task onSuccessTask(E... FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/TaskCompletionSource.java class TaskCompletionSource (line 45) | @PublicApi method TaskCompletionSource (line 52) | public TaskCompletionSource() { method TaskCompletionSource (line 58) | public TaskCompletionSource(CancellationToken token) { method getTask (line 70) | public Task getTask() { method setException (line 79) | public void setException(Exception e) { method trySetException (line 89) | public boolean trySetException(Exception e) { method setResult (line 103) | public void setResult(TResult result) { method trySetResult (line 113) | public boolean trySetResult(TResult result) { FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/TaskExecutors.java class TaskExecutors (line 21) | @PublicApi method execute (line 28) | @Override FILE: play-services-tasks/src/main/java/com/google/android/gms/tasks/Tasks.java class Tasks (line 37) | @PublicApi method await (line 48) | public static TResult await(Task task, long timeout... method await (line 68) | public static TResult await(Task task) throws Execu... method handleCompletedTask (line 79) | private static TResult handleCompletedTask(Task tas... method call (line 99) | @Deprecated method call (line 113) | @Deprecated method forCancelled (line 133) | public static Task forCancelled() { method forException (line 142) | public static Task forException(Exception e) { method forResult (line 151) | public static Task forResult(TResult result) { method whenAll (line 166) | public static Task whenAll(Collection> tasks) { method whenAll (line 211) | public static Task whenAll(Task... tasks) { method whenAllComplete (line 224) | public static Task>> whenAllComplete(Task... tasks) { method whenAllComplete (line 237) | public static Task>> whenAllComplete(Collection Task> whenAllSuccess(Task Task> whenAllSuccess(Collection<... method withTimeout (line 286) | public static Task withTimeout(Task task, long timeout, Time... FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/CancellationTokenImpl.java class CancellationTokenImpl (line 12) | public class CancellationTokenImpl extends CancellationToken { method isCancellationRequested (line 15) | @Override method onCanceledRequested (line 20) | @Override method cancel (line 26) | public void cancel() { FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/CancelledExecutor.java class CancelledExecutor (line 13) | public class CancelledExecutor extends UpdateExecutor { method CancelledExecutor (line 16) | public CancelledExecutor(Executor executor, OnCanceledListener listene... method onTaskUpdate (line 21) | @Override method cancel (line 28) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/CompletedExecutor.java class CompletedExecutor (line 13) | public class CompletedExecutor extends UpdateExecutor { method CompletedExecutor (line 16) | public CompletedExecutor(Executor executor, OnCompleteListener extends ... method ContinuationExecutor (line 18) | public ContinuationExecutor(Executor executor, Continuation getTask() { method cancel (line 40) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/ContinuationWithExecutor.java class ContinuationWithExecutor (line 14) | public class ContinuationWithExecutor exte... method ContinuationWithExecutor (line 18) | public ContinuationWithExecutor(Executor executor, Continuation getTask() { method cancel (line 46) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/FailureExecutor.java class FailureExecutor (line 13) | public class FailureExecutor extends UpdateExecutor { method FailureExecutor (line 16) | public FailureExecutor(Executor executor, OnFailureListener listener) { method onTaskUpdate (line 21) | @Override method cancel (line 28) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/SuccessContinuationExecutor.java class SuccessContinuationExecutor (line 14) | public class SuccessContinuationExecutor e... method SuccessContinuationExecutor (line 18) | public SuccessContinuationExecutor(Executor executor, SuccessContinuat... method onTaskUpdate (line 23) | @Override method getTask (line 44) | public Task getTask() { method cancel (line 48) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/SuccessExecutor.java class SuccessExecutor (line 13) | public class SuccessExecutor extends UpdateExecutor { method SuccessExecutor (line 16) | public SuccessExecutor(Executor executor, OnSuccessListener extends Task { method addOnCanceledListener (line 35) | @Override method addOnCanceledListener (line 40) | @Override method addOnCanceledListener (line 45) | @Override method addOnCompleteListener (line 50) | @Override method addOnCompleteListener (line 55) | @Override method addOnCompleteListener (line 60) | @Override method addOnFailureListener (line 65) | @Override method addOnFailureListener (line 70) | @Override method addOnFailureListener (line 75) | @Override method addOnSuccessListener (line 80) | @Override method addOnSuccessListener (line 85) | @Override method addOnSuccessListener (line 90) | @Override method continueWith (line 95) | @Override method continueWith (line 100) | @Override method continueWithTask (line 107) | @Override method continueWithTask (line 112) | @Override method getException (line 119) | @Override method getResult (line 126) | @Override method getResult (line 136) | @Override method isCanceled (line 147) | @Override method isComplete (line 154) | @Override method isSuccessful (line 161) | @Override method registerActivityStop (line 168) | private void registerActivityStop(Activity activity, UpdateListener enqueueOrInvoke(Activity activity, UpdateListene... method enqueueOrInvoke (line 184) | private Task enqueueOrInvoke(UpdateListener listener) { method notifyQueue (line 195) | private void notifyQueue() { method cancel (line 202) | public void cancel() { method setResult (line 211) | public void setResult(TResult result) { method setException (line 220) | public void setException(Exception exception) { method onSuccessTask (line 229) | @Override method onSuccessTask (line 234) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/UpdateExecutor.java class UpdateExecutor (line 10) | public abstract class UpdateExecutor implements UpdateListener<... method UpdateExecutor (line 13) | public UpdateExecutor(Executor executor) { method execute (line 17) | @Override method cancel (line 23) | @Override FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/UpdateListener.java type UpdateListener (line 10) | public interface UpdateListener { method onTaskUpdate (line 11) | void onTaskUpdate(Task task); method cancel (line 13) | void cancel(); FILE: play-services-tasks/src/main/java/org/microg/gms/tasks/UpdateListenerLifecycleObserver.java class UpdateListenerLifecycleObserver (line 17) | public class UpdateListenerLifecycleObserver { method getObserverForActivity (line 22) | public synchronized static UpdateListenerLifecycleObserver getObserver... method UpdateListenerLifecycleObserver (line 41) | private UpdateListenerLifecycleObserver() { method registerActivityStopListener (line 44) | public synchronized void registerActivityStopListener(UpdateListener detector) { method build (line 200) | public CameraSource build() { method setAutoFocusEnabled (line 208) | public Builder setAutoFocusEnabled(boolean autoFocusEnabled) { method setFacing (line 217) | public Builder setFacing(int facing) { method setFocusMode (line 225) | public Builder setFocusMode(String focusMode) { method setRequestedFps (line 234) | public Builder setRequestedFps(float fps) { method setRequestedPreviewSize (line 243) | public Builder setRequestedPreviewSize(int width, int height) { type PictureCallback (line 253) | public interface PictureCallback { method onPictureTaken (line 257) | void onPictureTaken(byte[] data); type ShutterCallback (line 263) | public interface ShutterCallback { method onShutter (line 267) | void onShutter(); method startDetectorThread (line 270) | private void startDetectorThread() { method createCamera (line 278) | private Camera createCamera() throws IOException { method getFacingCameraId (line 346) | private int getFacingCameraId() throws IOException { method pickFpsRange (line 357) | private int[] pickFpsRange(Camera camera) throws IOException { method pickCameraSize (line 375) | private SizePair pickCameraSize(Camera camera) throws IOException { class SizePair (line 409) | private static class SizePair { method SizePair (line 413) | public SizePair(Camera.Size preview, Camera.Size picture) { class DetectorRunner (line 421) | private class DetectorRunner implements Runnable { method setActive (line 431) | public void setActive(boolean active) { method run (line 438) | @Override method onPreviewFrame (line 466) | public void onPreviewFrame(byte[] data, Camera camera) { FILE: play-services-vision-common/src/main/java/com/google/android/gms/vision/Detector.java class Detector (line 20) | @PublicApi method detect (line 31) | public abstract SparseArray detect(Frame frame); method isOperational (line 42) | public boolean isOperational() { method receiveFrame (line 51) | public void receiveFrame(Frame frame) { method release (line 65) | public void release() { method setFocus (line 81) | public boolean setFocus(int id) { method setProcessor (line 89) | public void setProcessor(Processor processor) { class Detections (line 101) | public static class Detections { method Detections (line 106) | @PublicApi(exclude = true) method detectorIsOperational (line 118) | public boolean detectorIsOperational() { method getDetectedItems (line 127) | public SparseArray getDetectedItems() { method getFrameMetadata (line 134) | public Frame.Metadata getFrameMetadata() { type Processor (line 142) | public interface Processor { method receiveDetections (line 146) | void receiveDetections(Detections detections); method release (line 151) | void release(); FILE: play-services-vision-common/src/main/java/com/google/android/gms/vision/Frame.java class Frame (line 27) | public class Frame { method getBitmap (line 40) | public Bitmap getBitmap() { method getGrayscaleImageData (line 49) | public ByteBuffer getGrayscaleImageData() { method getMetadata (line 69) | public Frame.Metadata getMetadata() { class Builder (line 77) | public static class Builder { method build (line 85) | public Frame build() { method setBitmap (line 97) | public Builder setBitmap(Bitmap bitmap) { method setId (line 109) | public Builder setId(int id) { method setImageData (line 123) | public Builder setImageData(ByteBuffer data, int width, int height, ... method setRotation (line 144) | public Builder setRotation(int rotation) { method setTimestampMillis (line 154) | public Builder setTimestampMillis(long timestampMillis) { class Metadata (line 163) | public static class Metadata { method Metadata (line 171) | public Metadata() { method Metadata (line 174) | private Metadata(Metadata metadata) { method getFormat (line 188) | public int getFormat() { method getHeight (line 195) | public int getHeight() { method getId (line 202) | public int getId() { method getRotation (line 215) | public int getRotation() { method getTimestampMillis (line 224) | public long getTimestampMillis() { method getWidth (line 231) | public int getWidth() { method createParcel (line 235) | @PublicApi(exclude = true) method withRotationAppliedToSize (line 246) | @PublicApi(exclude = true) FILE: play-services-vision-common/src/main/java/com/google/android/gms/vision/internal/FrameMetadataParcel.java class FrameMetadataParcel (line 10) | public class FrameMetadataParcel extends AutoSafeParcelable { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/barcode/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/dynamite/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/dynamite/barcode/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/dynamite/face/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/android/gms/vision/face/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/core/src/main/java/com/google/android/gms/dynamite/descriptors/com/google/mlkit/dynamite/face/ModuleDescriptor.java class ModuleDescriptor (line 8) | public class ModuleDescriptor { FILE: play-services-vision/src/main/java/com/google/android/gms/vision/barcode/Barcode.java class Barcode (line 26) | @PublicApi method getBoundingBox (line 277) | public Rect getBoundingBox() { class Address (line 291) | public static class Address extends AutoSafeParcelable { class CalendarDateTime (line 315) | public static class CalendarDateTime extends AutoSafeParcelable { class CalendarEvent (line 341) | public static class CalendarEvent extends AutoSafeParcelable { class ContactInfo (line 365) | public static class ContactInfo extends AutoSafeParcelable { class DriverLicense (line 389) | public static class DriverLicense extends AutoSafeParcelable { class Email (line 448) | public static class Email extends AutoSafeParcelable { class GeoPoint (line 473) | public static class GeoPoint extends AutoSafeParcelable { class PersonName (line 487) | public static class PersonName extends AutoSafeParcelable { class Phone (line 517) | public static class Phone extends AutoSafeParcelable { class Sms (line 540) | public static class Sms extends AutoSafeParcelable { class UrlBookmark (line 554) | public static class UrlBookmark extends AutoSafeParcelable { class WiFi (line 571) | public static class WiFi extends AutoSafeParcelable { FILE: play-services-vision/src/main/java/com/google/android/gms/vision/barcode/BarcodeDetector.java class BarcodeDetector (line 31) | @PublicApi method BarcodeDetector (line 35) | private BarcodeDetector(INativeBarcodeDetector remote) { method detect (line 44) | @Override method isOperational (line 74) | @Override method release (line 79) | @Override class Builder (line 93) | public static class Builder { method Builder (line 100) | public Builder(Context context) { method setBarcodeFormats (line 109) | public Builder setBarcodeFormats(int formats) { method build (line 121) | public BarcodeDetector build() { FILE: play-services-vision/src/main/java/com/google/android/gms/vision/barcode/internal/client/BarcodeDetectorOptions.java class BarcodeDetectorOptions (line 10) | public class BarcodeDetectorOptions extends AutoSafeParcelable { FILE: play-services-vision/src/main/java/com/google/android/gms/vision/face/Contour.java class Contour (line 19) | @SafeParcelable.Class method Contour (line 27) | @Constructor method writeToParcel (line 33) | @Override FILE: play-services-vision/src/main/java/com/google/android/gms/vision/face/Landmark.java class Landmark (line 16) | @SafeParcelable.Class method Landmark (line 28) | @Constructor method writeToParcel (line 36) | @Override FILE: play-services-vision/src/main/java/com/google/android/gms/vision/face/internal/client/DetectionOptions.java class DetectionOptions (line 16) | @SafeParcelable.Class method writeToParcel (line 32) | @Override FILE: play-services-vision/src/main/java/com/google/android/gms/vision/face/internal/client/FaceParcel.java class FaceParcel (line 18) | @SafeParcelable.Class method FaceParcel (line 52) | @Constructor method writeToParcel (line 71) | @Override FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/CapabilityManager.java class CapabilityManager (line 33) | public class CapabilityManager { method CapabilityManager (line 41) | public CapabilityManager(Context context, WearableImpl wearable, Strin... method buildCapabilityUri (line 47) | private Uri buildCapabilityUri(String capability, boolean withAuthorit... method getNodesForCapability (line 56) | public Set getNodesForCapability(String capability) { method add (line 66) | public int add(String capability) { method remove (line 77) | public int remove(String capability) { FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/ClockworkNodePreferences.java class ClockworkNodePreferences (line 24) | public class ClockworkNodePreferences { method ClockworkNodePreferences (line 36) | public ClockworkNodePreferences(Context context) { method getLocalNodeId (line 40) | public String getLocalNodeId() { method getNextSeqId (line 50) | public long getNextSeqId() { FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/ConfigurationDatabaseHelper.java class ConfigurationDatabaseHelper (line 31) | public class ConfigurationDatabaseHelper extends SQLiteOpenHelper { method ConfigurationDatabaseHelper (line 37) | public ConfigurationDatabaseHelper(Context context) { method onCreate (line 41) | @Override method onUpgrade (line 46) | @Override method configFromCursor (line 51) | private static ConnectionConfiguration configFromCursor(final Cursor c... method getConfiguration (line 63) | public ConnectionConfiguration getConfiguration(String name) { method putConfiguration (line 74) | public void putConfiguration(ConnectionConfiguration config) { method putConfiguration (line 78) | public void putConfiguration(ConnectionConfiguration config, String ol... method getAllConfigurations (line 103) | public ConnectionConfiguration[] getAllConfigurations() { method setEnabledState (line 117) | public void setEnabledState(String name, boolean enabled) { method deleteConfiguration (line 121) | public int deleteConfiguration(String name) { FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/DataItemInternal.java class DataItemInternal (line 27) | public class DataItemInternal { method DataItemInternal (line 34) | public DataItemInternal(String host, String path) { method DataItemInternal (line 40) | public DataItemInternal(Uri uri) { method addAsset (line 46) | public DataItemInternal addAsset(String key, Asset asset) { method getAssets (line 51) | public Map getAssets() { method toString (line 55) | @Override FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/DataItemRecord.java class DataItemRecord (line 39) | public class DataItemRecord { method toContentValues (line 52) | public ContentValues toContentValues() { method toEventDataHolder (line 70) | public DataHolder toEventDataHolder() { method toParcelable (line 97) | public DataItemParcelable toParcelable() { method toSetDataItem (line 107) | public SetDataItem toSetDataItem() { method fromCursor (line 131) | public static DataItemRecord fromCursor(Cursor cursor) { method fromSetDataItem (line 154) | public static DataItemRecord fromSetDataItem(SetDataItem setDataItem) { method toString (line 173) | @Override FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/MessageHandler.java class MessageHandler (line 45) | public class MessageHandler extends ServerMessageListener { method MessageHandler (line 51) | public MessageHandler(Context context, WearableImpl wearable, Connecti... method MessageHandler (line 55) | private MessageHandler(WearableImpl wearable, ConnectionConfiguration ... method onConnect (line 68) | @Override method onDisconnected (line 87) | @Override method onSetAsset (line 96) | @Override method onAckAsset (line 108) | @Override method onFetchAsset (line 113) | @Override method onSyncStart (line 118) | @Override method onSetDataItem (line 136) | @Override method onRpcRequest (line 142) | @Override method onHeartbeat (line 165) | @Override method onFilePiece (line 170) | @Override method onChannelRequest (line 176) | @Override FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/NodeDatabaseHelper.java class NodeDatabaseHelper (line 33) | public class NodeDatabaseHelper extends SQLiteOpenHelper { method NodeDatabaseHelper (line 42) | public NodeDatabaseHelper(Context context) { method onCreate (line 47) | @Override method getDataItemsForDataHolder (line 68) | public synchronized Cursor getDataItemsForDataHolder(String packageNam... method getDataItemsForDataHolderByHostAndPath (line 72) | public synchronized Cursor getDataItemsForDataHolderByHostAndPath(Stri... method getDataItemsByHostAndPath (line 94) | public synchronized Cursor getDataItemsByHostAndPath(String packageNam... method onUpgrade (line 99) | @Override method getAppKey (line 117) | private static synchronized long getAppKey(SQLiteDatabase db, String p... method putRecord (line 134) | public synchronized void putRecord(DataItemRecord record) { method updateRecord (line 160) | private static void updateRecord(SQLiteDatabase db, String key, DataIt... method insertRecord (line 166) | private static String insertRecord(SQLiteDatabase db, DataItemRecord r... method finishRecord (line 175) | private static String finishRecord(SQLiteDatabase db, String key, Data... method getDataItemsByHostAndPath (line 195) | private static Cursor getDataItemsByHostAndPath(SQLiteDatabase db, Str... method getModifiedDataItems (line 212) | public Cursor getModifiedDataItems(final String nodeId, final long seq... method deleteDataItems (line 217) | public synchronized List deleteDataItems(String packag... method getCurrentSeqId (line 237) | public long getCurrentSeqId(String sourceNode) { method getCurrentSeqId (line 242) | private long getCurrentSeqId(SQLiteDatabase db, String sourceNode) { method putAsset (line 254) | public synchronized void putAsset(Asset asset, boolean dataPresent) { method allowAssetAccess (line 262) | public synchronized void allowAssetAccess(String digest, String packag... method listMissingAssets (line 270) | public Cursor listMissingAssets() { method hasAsset (line 274) | public boolean hasAsset(Asset asset) { method markAssetAsPresent (line 284) | public synchronized void markAssetAsPresent(String digest) { FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/RpcHelper.java class RpcHelper (line 25) | public class RpcHelper { method RpcHelper (line 30) | public RpcHelper(Context context) { method getRpcConnectionId (line 35) | private String getRpcConnectionId(String packageName, String targetNod... method useConnectionState (line 42) | public RpcHelper.RpcConnectionState useConnectionState(String packageN... class RpcConnectionState (line 56) | public static class RpcConnectionState { method RpcConnectionState (line 60) | public RpcConnectionState(int generation) { method freeze (line 64) | public RpcConnectionState freeze() { FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableImpl.java class WearableImpl (line 76) | public class WearableImpl { method WearableImpl (line 96) | public WearableImpl(Context context, NodeDatabaseHelper nodeDatabase, ... method getLocalNodeId (line 110) | public String getLocalNodeId() { method putDataItem (line 114) | public DataItemRecord putDataItem(String packageName, String signature... method putDataItem (line 127) | public DataItemRecord putDataItem(DataItemRecord record) { method prepareAsset (line 143) | private Asset prepareAsset(String packageName, Asset asset) { method createAssetFile (line 177) | public File createAssetFile(String digest) { method createAssetReceiveTempFile (line 183) | private File createAssetReceiveTempFile(String name) { method calculateDigest (line 189) | private String calculateDigest(byte[] data) { method getConfigurations (line 197) | public synchronized ConnectionConfiguration[] getConfigurations() { method addConnectedNode (line 220) | private void addConnectedNode(Node node) { method removeConnectedNode (line 225) | private void removeConnectedNode(String nodeId) { method getContext (line 234) | public Context getContext() { method syncToPeer (line 238) | public void syncToPeer(String peerNodeId, String nodeId, long seqId) { method syncRecordToAll (line 251) | void syncRecordToAll(DataItemRecord record) { method syncRecordToPeer (line 257) | private boolean syncRecordToPeer(String nodeId, DataItemRecord record) { method syncAssetToPeer (line 279) | private void syncAssetToPeer(String nodeId, DataItemRecord record, Ass... method addAssetToDatabase (line 300) | public void addAssetToDatabase(Asset asset, List appKeys) { method getCurrentSeqId (line 307) | public long getCurrentSeqId(String nodeId) { method handleFilePiece (line 311) | public void handleFilePiece(WearableConnection connection, String file... method onConnectReceived (line 340) | public void onConnectReceived(WearableConnection connection, String no... method onDisconnectReceived (line 376) | public void onDisconnectReceived(WearableConnection connection, Connec... method getConnectedNodesParcelableList (line 387) | public List getConnectedNodesParcelableList() { type ListenerInvoker (line 395) | interface ListenerInvoker { method invoke (line 396) | void invoke(IWearableListener listener) throws RemoteException; method invokeListeners (line 399) | private void invokeListeners(@Nullable Intent intent, ListenerInvoker ... method onPeerConnected (line 433) | public void onPeerConnected(NodeParcelable node) { method onPeerDisconnected (line 439) | public void onPeerDisconnected(NodeParcelable node) { method onConnectedNodes (line 445) | public void onConnectedNodes(List nodes) { method putData (line 450) | public DataItemRecord putData(PutDataRequest request, String packageNa... method getDataItemsAsHolder (line 465) | public DataHolder getDataItemsAsHolder(String packageName) { method fixHost (line 470) | private String fixHost(String host, boolean nothingToLocal) { method getDataItemsByUriAsHolder (line 477) | public DataHolder getDataItemsByUriAsHolder(Uri uri, String packageNam... method addListener (line 490) | public synchronized void addListener(String packageName, IWearableList... method removeListener (line 497) | public void removeListener(IWearableListener listener) { method enableConnection (line 508) | public void enableConnection(String name) { method disableConnection (line 517) | public void disableConnection(String name) { method deleteConnection (line 528) | public void deleteConnection(String name) { method createConnection (line 533) | public void createConnection(ConnectionConfiguration config) { method deleteDataItems (line 540) | public int deleteDataItems(Uri uri, String packageName) { method sendMessageReceived (line 548) | public void sendMessageReceived(String packageName, MessageEventParcel... method getDataItemByUri (line 556) | public DataItemRecord getDataItemByUri(Uri uri, String packageName) { method getListener (line 569) | private IWearableListener getListener(String packageName, String actio... method closeConnection (line 577) | private void closeConnection(String nodeId) { method sendMessage (line 598) | public int sendMessage(String packageName, String targetNodeId, String... method stop (line 624) | public void stop() { class ListenerInfo (line 633) | private class ListenerInfo { method ListenerInfo (line 637) | private ListenerInfo(IWearableListener listener, IntentFilter[] filt... FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableService.java class WearableService (line 28) | public class WearableService extends BaseService { method WearableService (line 32) | public WearableService() { method onCreate (line 36) | @Override method onDestroy (line 44) | @Override method handleServiceRequest (line 50) | @Override FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableServiceImpl.java class WearableServiceImpl (line 38) | public class WearableServiceImpl extends IWearableService.Stub { method WearableServiceImpl (line 47) | public WearableServiceImpl(Context context, WearableImpl wearable, Str... method postMain (line 55) | private void postMain(IWearableCallbacks callbacks, RemoteExceptionRun... method postNetwork (line 64) | private void postNetwork(IWearableCallbacks callbacks, RemoteException... method putConfig (line 77) | @Override method deleteConfig (line 85) | @Override method getConfigs (line 93) | @Override method enableConfig (line 106) | @Override method disableConfig (line 115) | @Override method putData (line 128) | @Override method getDataItem (line 140) | @Override method getDataItems (line 153) | @Override method getDataItemsByUri (line 161) | @Override method getDataItemsByUriWithFilter (line 166) | @Override method deleteDataItems (line 174) | @Override method deleteDataItemsWithFilter (line 179) | @Override method sendMessage (line 190) | @Override method getFdForAsset (line 216) | @Override method optInCloudSync (line 229) | @Override method getCloudSyncOptInDone (line 234) | @Override method setCloudSyncSetting (line 240) | @Override method getCloudSyncSetting (line 245) | @Override method getCloudSyncOptInStatus (line 250) | @Override method sendRemoteCommand (line 255) | @Override method getLocalNode (line 260) | @Override method getConnectedNodes (line 271) | @Override method getConnectedCapability (line 282) | @Override method getAllCapabilities (line 295) | @Override method addLocalCapability (line 301) | @Override method removeLocalCapability (line 312) | @Override method addListener (line 323) | @Override method removeListener (line 331) | @Override method getStorageInformation (line 337) | @Override method clearStorage (line 342) | @Override method endCall (line 347) | @Override method acceptRingingCall (line 352) | @Override method silenceRinger (line 357) | @Override method injectAncsNotificationForTesting (line 366) | @Override method doAncsPositiveAction (line 371) | @Override method doAncsNegativeAction (line 376) | @Override method openChannel (line 381) | @Override method closeChannel (line 390) | @Override method closeChannelWithError (line 395) | @Override method getChannelInputStream (line 401) | @Override method getChannelOutputStream (line 406) | @Override method writeChannelInputToFd (line 411) | @Override method readChannelOutputFromFd (line 416) | @Override method syncWifiCredentials (line 421) | @Override method putConnection (line 430) | @Override method getConnection (line 436) | @Override method enableConnection (line 450) | @Override method disableConnection (line 461) | @Override method onTransact (line 472) | @Override class CallbackRunnable (line 479) | public abstract class CallbackRunnable implements Runnable { method CallbackRunnable (line 482) | public CallbackRunnable(IWearableCallbacks callbacks) { method run (line 486) | @Override method run (line 501) | public abstract void run(IWearableCallbacks callbacks) throws Remote... type RemoteExceptionRunnable (line 504) | public interface RemoteExceptionRunnable { method run (line 505) | void run() throws RemoteException; FILE: play-services-wearable/core/src/main/java/org/microg/gms/wearable/location/WearableLocationService.java class WearableLocationService (line 39) | public class WearableLocationService extends WearableListenerService { method onMessageReceived (line 49) | @Override method onPeerDisconnected (line 59) | @Override method onLocationRequests (line 64) | public void onLocationRequests(String nodeId, Collection readLocationRequestL... method readLocationRequest (line 106) | private static LocationRequestInternal readLocationRequest(DataMap dat... method generateClientIdentity (line 141) | private static ClientIdentity generateClientIdentity(String packageNam... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/AmsEntityUpdate.java type AmsEntityUpdate (line 19) | public interface AmsEntityUpdate { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/AncsNotification.java type AncsNotification (line 19) | public interface AncsNotification { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/Asset.java class Asset (line 38) | @PublicApi method Asset (line 53) | private Asset() { method Asset (line 56) | private Asset(byte[] data, String digest, ParcelFileDescriptor fd, Uri... method createFromBytes (line 66) | public static Asset createFromBytes(byte[] assetData) { method createFromFd (line 74) | public static Asset createFromFd(ParcelFileDescriptor fd) { method createFromRef (line 84) | public static Asset createFromRef(String digest) { method createFromUri (line 95) | public static Asset createFromUri(Uri uri) { method getDigest (line 103) | public String getDigest() { method getFd (line 110) | public ParcelFileDescriptor getFd() { method getUri (line 117) | public Uri getUri() { method equals (line 121) | @Override method hashCode (line 135) | @Override method toString (line 140) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/CapabilityApi.java type CapabilityApi (line 38) | @PublicApi method addCapabilityListener (line 87) | PendingResult addCapabilityListener(GoogleApiClient client, Ca... method addListener (line 106) | PendingResult addListener(GoogleApiClient client, CapabilityLi... method addLocalCapability (line 111) | PendingResult addLocalCapability(GoogleApiCl... method getAllCapabilities (line 120) | PendingResult getAllCapabilities(GoogleApiCl... method getCapability (line 129) | PendingResult getCapability(GoogleApiClient clien... method removeCapabilityListener (line 137) | PendingResult removeCapabilityListener(GoogleApiClient client,... method removeListener (line 145) | PendingResult removeListener(GoogleApiClient client, Capabilit... method removeLocalCapability (line 151) | PendingResult removeLocalCapability(Googl... type AddLocalCapabilityResult (line 156) | interface AddLocalCapabilityResult extends Result { type CapabilityListener (line 166) | interface CapabilityListener { method onCapabilityChanged (line 167) | void onCapabilityChanged(CapabilityInfo capabilityInfo); type GetAllCapabilitiesResult (line 173) | interface GetAllCapabilitiesResult extends Result { method getAllCapabilities (line 174) | Map getAllCapabilities(); type GetCapabilityResult (line 180) | interface GetCapabilityResult extends Result { method getCapability (line 181) | CapabilityInfo getCapability(); type RemoveLocalCapabilityResult (line 191) | interface RemoveLocalCapabilityResult extends Result { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/CapabilityInfo.java type CapabilityInfo (line 24) | public interface CapabilityInfo { method getName (line 28) | String getName(); method getNodes (line 33) | Set getNodes(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/Channel.java type Channel (line 38) | public interface Channel extends Parcelable { method addListener (line 40) | PendingResult addListener(GoogleApiClient client, ChannelApi.C... method close (line 42) | PendingResult close(GoogleApiClient client, int errorCode); method close (line 44) | PendingResult close(GoogleApiClient client); method getInputStream (line 46) | PendingResult getInputStream(GoogleApiClient cli... method getOutputStream (line 48) | PendingResult getOutputStream(GoogleApiClient c... method getPath (line 50) | String getPath(); method receiveFile (line 52) | PendingResult receiveFile(GoogleApiClient client, Uri uri, boo... method removeListener (line 54) | PendingResult removeListener(GoogleApiClient client, ChannelAp... method sendFile (line 56) | PendingResult sendFile(GoogleApiClient client, Uri uri); method sendFile (line 58) | PendingResult sendFile(GoogleApiClient client, Uri uri, long s... type GetInputStreamResult (line 60) | interface GetInputStreamResult extends Releasable, Result { method getInputStream (line 73) | InputStream getInputStream(); type GetOutputStreamResult (line 76) | interface GetOutputStreamResult extends Releasable, Result { method getOutputStream (line 92) | OutputStream getOutputStream(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/ChannelApi.java type ChannelApi (line 40) | public interface ChannelApi { method addListener (line 61) | PendingResult addListener(GoogleApiClient client, ChannelListe... method openChannel (line 76) | PendingResult openChannel(GoogleApiClient client, S... method removeListener (line 84) | PendingResult removeListener(GoogleApiClient client, ChannelLi... type ChannelListener (line 89) | interface ChannelListener { method onChannelClosed (line 129) | void onChannelClosed(Channel channel, int closeReason, int appSpecif... method onChannelOpened (line 134) | void onChannelOpened(Channel channel); method onInputClosed (line 146) | void onInputClosed(Channel channel, @CloseReason int closeReason, in... method onOutputClosed (line 158) | void onOutputClosed(Channel channel, @CloseReason int closeReason, i... type OpenChannelResult (line 179) | interface OpenChannelResult extends Result { method getChannel (line 183) | Channel getChannel(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/ChannelIOException.java class ChannelIOException (line 27) | public class ChannelIOException extends IOException { method ChannelIOException (line 32) | public ChannelIOException(String message, int closeReason, int appSpec... method getAppSpecificErrorCode (line 42) | public int getAppSpecificErrorCode() { method getCloseReason (line 51) | public int getCloseReason() { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/ConnectionConfiguration.java class ConnectionConfiguration (line 22) | public class ConnectionConfiguration extends AutoSafeParcelable { method ConnectionConfiguration (line 45) | private ConnectionConfiguration() { method ConnectionConfiguration (line 51) | public ConnectionConfiguration(String name, String address, int type, ... method ConnectionConfiguration (line 59) | public ConnectionConfiguration(String name, String address, int type, ... method toString (line 68) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataApi.java type DataApi (line 57) | @PublicApi method addListener (line 66) | PendingResult addListener(GoogleApiClient client, DataListener... method deleteDataItems (line 75) | PendingResult deleteDataItems(GoogleApiClient c... method getDataItem (line 83) | PendingResult getDataItem(GoogleApiClient client, Uri ... method getDataItems (line 91) | PendingResult getDataItems(GoogleApiClient client); method getDataItems (line 104) | PendingResult getDataItems(GoogleApiClient client, Uri... method getFdForAsset (line 110) | PendingResult getFdForAsset(GoogleApiClient clien... method getFdForAsset (line 116) | PendingResult getFdForAsset(GoogleApiClient clien... method putDataItem (line 122) | PendingResult putDataItem(GoogleApiClient client, PutD... method removeListener (line 128) | PendingResult removeListener(GoogleApiClient client, DataListe... type DataItemResult (line 130) | interface DataItemResult extends Result { method getDataItem (line 134) | DataItem getDataItem(); type DataListener (line 137) | interface DataListener { method onDataChanged (line 144) | void onDataChanged(DataEventBuffer dataEvents); type DeleteDataItemsResult (line 147) | interface DeleteDataItemsResult extends Result { method getNumDeleted (line 152) | int getNumDeleted(); type GetFdForAssetResult (line 155) | interface GetFdForAssetResult extends Result { method getFd (line 159) | ParcelFileDescriptor getFd(); method getInputStream (line 164) | InputStream getInputStream(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataEvent.java type DataEvent (line 26) | @PublicApi method getDataItem (line 44) | DataItem getDataItem(); method getType (line 49) | int getType(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataEventBuffer.java class DataEventBuffer (line 30) | @PublicApi method DataEventBuffer (line 34) | @PublicApi(exclude = true) method get (line 40) | @Override method getStatus (line 45) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataItem.java type DataItem (line 33) | @PublicApi method getAssets (line 38) | Map getAssets(); method getData (line 43) | byte[] getData(); method getUri (line 48) | Uri getUri(); method setData (line 55) | DataItem setData(byte[] data); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataItemAsset.java type DataItemAsset (line 25) | public interface DataItemAsset extends Freezable { method getDataItemKey (line 30) | String getDataItemKey(); method getId (line 35) | String getId(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataItemBuffer.java class DataItemBuffer (line 27) | @PublicApi method DataItemBuffer (line 31) | @PublicApi(exclude = true) method get (line 37) | @Override method getStatus (line 42) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataMap.java class DataMap (line 50) | @PublicApi method DataMap (line 57) | public DataMap() { method arrayListFromBundleArrayList (line 64) | public static ArrayList arrayListFromBundleArrayList(ArrayLis... method clear (line 75) | public void clear() { method containsKey (line 82) | public boolean containsKey(String key) { method equals (line 89) | @Override method getType (line 94) | public StoredType getType(String key) { type StoredType (line 98) | @PublicApi(exclude = true) method StoredType (line 110) | StoredType(int typeCode) { method StoredType (line 114) | StoredType(StoredType listType) { method getTypeCode (line 119) | public int getTypeCode() { method getListType (line 123) | public StoredType getListType() { method fromBundle (line 132) | public static DataMap fromBundle(Bundle bundle) { method fromByteArray (line 184) | public static DataMap fromByteArray(byte[] bytes) { method get (line 191) | public T get(String key) { method getAsset (line 195) | public Asset getAsset(String key) { method getBoolean (line 199) | public boolean getBoolean(String key) { method getBoolean (line 203) | public boolean getBoolean(String key, boolean defaultValue) { method getByte (line 207) | public byte getByte(String key) { method getByte (line 211) | public byte getByte(String key, byte defaultValue) { method getByteArray (line 215) | public byte[] getByteArray(String key) { method getDataMap (line 219) | public DataMap getDataMap(String key) { method getDataMapArrayList (line 223) | public ArrayList getDataMapArrayList(String key) { method getDouble (line 227) | public double getDouble(String key) { method getDouble (line 231) | public double getDouble(String key, double defaultValue) { method getFloat (line 235) | public float getFloat(String key) { method getFloat (line 239) | public float getFloat(String key, float defaultValue) { method getFloatArray (line 243) | public float[] getFloatArray(String key) { method getInt (line 247) | public int getInt(String key) { method getInt (line 251) | public int getInt(String key, int defaultValue) { method getIntegerArrayList (line 255) | public ArrayList getIntegerArrayList(String key) { method getLong (line 259) | public long getLong(String key) { method getLong (line 263) | public long getLong(String key, long defaultValue) { method getLongArray (line 267) | public long[] getLongArray(String key) { method getString (line 271) | public String getString(String key) { method getString (line 275) | public String getString(String key, String defaultValue) { method getStringArray (line 279) | public String[] getStringArray(String key) { method getStringArrayList (line 283) | public ArrayList getStringArrayList(String key) { method hashCode (line 287) | public int hashCode() { method isEmpty (line 291) | public boolean isEmpty() { method keySet (line 295) | public Set keySet() { method putAll (line 299) | public void putAll(DataMap dataMap) { method putAsset (line 306) | public void putAsset(String key, Asset value) { method putBoolean (line 311) | public void putBoolean(String key, boolean value) { method putByte (line 316) | public void putByte(String key, byte value) { method putByteArray (line 321) | public void putByteArray(String key, byte[] value) { method putDataMap (line 326) | public void putDataMap(String key, DataMap value) { method putDataMapArrayList (line 331) | public void putDataMapArrayList(String key, ArrayList value) { method putDouble (line 336) | public void putDouble(String key, double value) { method putFloat (line 341) | public void putFloat(String key, float value) { method putFloatArray (line 346) | public void putFloatArray(String key, float[] value) { method putInt (line 351) | public void putInt(String key, int value) { method putIntegerArrayList (line 356) | public void putIntegerArrayList(String key, ArrayList value) { method putLong (line 361) | public void putLong(String key, long value) { method putLongArray (line 366) | public void putLongArray(String key, long[] value) { method putString (line 371) | public void putString(String key, String value) { method putStringArray (line 376) | public void putStringArray(String key, String[] value) { method putStringArrayList (line 381) | public void putStringArrayList(String key, ArrayList value) { method remove (line 386) | public Object remove(String key) { method size (line 391) | public int size() { method toBundle (line 395) | public Bundle toBundle() { method toByteArray (line 456) | public byte[] toByteArray() { method toString (line 460) | public String toString() { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/DataMapItem.java class DataMapItem (line 26) | @PublicApi method fromDataItem (line 34) | public static DataMapItem fromDataItem(DataItem dataItem) { method getDataMap (line 38) | public DataMap getDataMap() { method getUri (line 42) | public Uri getUri() { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/MessageApi.java type MessageApi (line 26) | @PublicApi method addListener (line 42) | PendingResult addListener(GoogleApiClient client, MessageListe... method removeListener (line 48) | PendingResult removeListener(GoogleApiClient client, MessageLi... method sendMessage (line 60) | PendingResult sendMessage(GoogleApiClient client, S... type MessageListener (line 70) | interface MessageListener { method onMessageReceived (line 74) | void onMessageReceived(MessageEvent messageEvent); type SendMessageResult (line 81) | interface SendMessageResult extends Result { method getRequestId (line 86) | int getRequestId(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/MessageEvent.java type MessageEvent (line 21) | @PublicApi method getData (line 26) | byte[] getData(); method getPath (line 31) | String getPath(); method getRequestId (line 36) | int getRequestId(); method getSourceNodeId (line 41) | String getSourceNodeId(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/Node.java type Node (line 24) | @PublicApi method getDisplayName (line 30) | String getDisplayName(); method getId (line 35) | String getId(); method isNearby (line 40) | boolean isNearby(); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/NodeApi.java type NodeApi (line 33) | @PublicApi method addListener (line 42) | PendingResult addListener(GoogleApiClient client, NodeListener... method getConnectedNodes (line 49) | PendingResult getConnectedNodes(GoogleApiClie... method getLocalNode (line 55) | PendingResult getLocalNode(GoogleApiClient client); method removeListener (line 61) | PendingResult removeListener(GoogleApiClient client, NodeListe... type GetConnectedNodesResult (line 67) | interface GetConnectedNodesResult extends Result { method getNodes (line 71) | List getNodes(); type GetLocalNodeResult (line 77) | interface GetLocalNodeResult extends Result { method getNode (line 81) | Node getNode(); type NodeListener (line 87) | interface NodeListener { method onPeerConnected (line 91) | void onPeerConnected(Node peer); method onPeerDisconnected (line 96) | void onPeerDisconnected(Node peer); FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/PutDataMapRequest.java class PutDataMapRequest (line 28) | @PublicApi method PutDataMapRequest (line 33) | private PutDataMapRequest(DataMapItem dataMapItem) { method asPutDataRequest (line 41) | public PutDataRequest asPutDataRequest() { method create (line 49) | public static PutDataMapRequest create(String path) { method createFromDataMapItem (line 57) | public static PutDataMapRequest createFromDataMapItem(DataMapItem sour... method createWithAutoAppendedId (line 65) | public static PutDataMapRequest createWithAutoAppendedId(String pathPr... method getDataMap (line 73) | public DataMap getDataMap() { method getUri (line 82) | public Uri getUri() { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/Wearable.java class Wearable (line 31) | @PublicApi class WearableOptions (line 42) | public static class WearableOptions implements Api.ApiOptions.Optional { class Builder (line 49) | public static class Builder { method build (line 50) | public WearableOptions build() { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/WearableListenerService.java class WearableListenerService (line 47) | @PublicApi method onBind (line 58) | @Override method onCapabilityChanged (line 66) | @Override method onConnectedNodes (line 70) | public void onConnectedNodes(List connectedNodes) { method onChannelClosed (line 73) | @Override method onChannelOpened (line 77) | @Override method onCreate (line 81) | @Override method onDataChanged (line 90) | @Override method onDestroy (line 94) | @Override method onEntityUpdate (line 105) | @PublicApi(exclude = true) method onInputClosed (line 109) | @Override method onMessageReceived (line 113) | @Override method onNotificationReceived (line 117) | @PublicApi(exclude = true) method onOutputClosed (line 121) | @Override method onPeerConnected (line 125) | @Override method onPeerDisconnected (line 129) | @Override class Listener (line 133) | private class Listener extends IWearableListener.Stub { method post (line 136) | private boolean post(Runnable runnable) { method onDataChanged (line 158) | @Override method onMessageReceived (line 168) | @Override method onPeerConnected (line 178) | @Override method onPeerDisconnected (line 188) | @Override method onConnectedNodes (line 198) | @Override method onConnectedCapabilityChanged (line 208) | @Override method onNotificationReceived (line 218) | @Override method onEntityUpdate (line 228) | @Override method onChannelEvent (line 238) | @Override class ServiceHandler (line 264) | private class ServiceHandler extends Handler { method ServiceHandler (line 265) | public ServiceHandler(Looper looper) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/WearableStatusCodes.java class WearableStatusCodes (line 27) | @PublicApi FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/AddListenerRequest.java class AddListenerRequest (line 24) | public class AddListenerRequest extends AutoSafeParcelable { method AddListenerRequest (line 34) | private AddListenerRequest() { method AddListenerRequest (line 40) | public AddListenerRequest(IWearableListener listener, IntentFilter[] i... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/AddLocalCapabilityResponse.java class AddLocalCapabilityResponse (line 22) | public class AddLocalCapabilityResponse extends AutoSafeParcelable { method AddLocalCapabilityResponse (line 28) | private AddLocalCapabilityResponse() { method AddLocalCapabilityResponse (line 31) | public AddLocalCapabilityResponse(int status) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/AmsEntityUpdateParcelable.java class AmsEntityUpdateParcelable (line 23) | public class AmsEntityUpdateParcelable extends AutoSafeParcelable implem... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/AncsNotificationParcelable.java class AncsNotificationParcelable (line 23) | public class AncsNotificationParcelable extends AutoSafeParcelable imple... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/CapabilityInfoParcelable.java class CapabilityInfoParcelable (line 29) | public class CapabilityInfoParcelable extends AutoSafeParcelable impleme... method CapabilityInfoParcelable (line 42) | private CapabilityInfoParcelable() { method CapabilityInfoParcelable (line 45) | public CapabilityInfoParcelable(String name, List node... method getName (line 50) | @Override method getNodes (line 55) | @Override method equals (line 63) | @Override method hashCode (line 75) | @Override method toString (line 83) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/ChannelEventParcelable.java class ChannelEventParcelable (line 22) | public class ChannelEventParcelable extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/ChannelParcelable.java class ChannelParcelable (line 22) | public class ChannelParcelable extends AutoSafeParcelable { method ChannelParcelable (line 32) | private ChannelParcelable() { method ChannelParcelable (line 35) | public ChannelParcelable(String token, String nodeId, String path) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/ChannelReceiveFileResponse.java class ChannelReceiveFileResponse (line 22) | public class ChannelReceiveFileResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/ChannelSendFileResponse.java class ChannelSendFileResponse (line 22) | public class ChannelSendFileResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/CloseChannelResponse.java class CloseChannelResponse (line 22) | public class CloseChannelResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/DataItemAssetParcelable.java class DataItemAssetParcelable (line 24) | public class DataItemAssetParcelable extends AutoSafeParcelable implemen... method DataItemAssetParcelable (line 33) | private DataItemAssetParcelable() { method DataItemAssetParcelable (line 36) | public DataItemAssetParcelable(String id, String key) { method getDataItemKey (line 41) | @Override method getId (line 46) | @Override method freeze (line 51) | @Override method isDataValid (line 56) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/DataItemParcelable.java class DataItemParcelable (line 31) | public class DataItemParcelable extends AutoSafeParcelable implements Da... method DataItemParcelable (line 41) | private DataItemParcelable() { method DataItemParcelable (line 44) | public DataItemParcelable(Uri uri) { method DataItemParcelable (line 48) | public DataItemParcelable(Uri uri, Map getAssets() { method getData (line 65) | @Override method getUri (line 70) | @Override method setData (line 75) | @Override method freeze (line 81) | @Override method isDataValid (line 86) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/DeleteDataItemsResponse.java class DeleteDataItemsResponse (line 22) | public class DeleteDataItemsResponse extends AutoSafeParcelable { method DeleteDataItemsResponse (line 31) | private DeleteDataItemsResponse() { method DeleteDataItemsResponse (line 34) | public DeleteDataItemsResponse(int status, int count) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetAllCapabilitiesResponse.java class GetAllCapabilitiesResponse (line 24) | public class GetAllCapabilitiesResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetCapabilityResponse.java class GetCapabilityResponse (line 22) | public class GetCapabilityResponse extends AutoSafeParcelable { method GetCapabilityResponse (line 30) | private GetCapabilityResponse() { method GetCapabilityResponse (line 33) | public GetCapabilityResponse(int status, CapabilityInfoParcelable capa... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetChannelInputStreamResponse.java class GetChannelInputStreamResponse (line 22) | public class GetChannelInputStreamResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetChannelOutputStreamResponse.java class GetChannelOutputStreamResponse (line 22) | public class GetChannelOutputStreamResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetCloudSyncOptInOutDoneResponse.java class GetCloudSyncOptInOutDoneResponse (line 22) | public class GetCloudSyncOptInOutDoneResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetCloudSyncOptInStatusResponse.java class GetCloudSyncOptInStatusResponse (line 22) | public class GetCloudSyncOptInStatusResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetCloudSyncSettingResponse.java class GetCloudSyncSettingResponse (line 22) | public class GetCloudSyncSettingResponse extends AutoSafeParcelable { method GetCloudSyncSettingResponse (line 30) | private GetCloudSyncSettingResponse() {} method GetCloudSyncSettingResponse (line 32) | public GetCloudSyncSettingResponse(int statusCode, boolean cloudSyncEn... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetConfigResponse.java class GetConfigResponse (line 24) | public class GetConfigResponse extends AutoSafeParcelable { method GetConfigResponse (line 32) | private GetConfigResponse() { method GetConfigResponse (line 37) | public GetConfigResponse(int statusCode, ConnectionConfiguration conne... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetConfigsResponse.java class GetConfigsResponse (line 24) | public class GetConfigsResponse extends AutoSafeParcelable { method GetConfigsResponse (line 32) | private GetConfigsResponse() { method GetConfigsResponse (line 37) | public GetConfigsResponse(int statusCode, ConnectionConfiguration[] co... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetConnectedNodesResponse.java class GetConnectedNodesResponse (line 24) | public class GetConnectedNodesResponse extends AutoSafeParcelable { method GetConnectedNodesResponse (line 32) | private GetConnectedNodesResponse() { method GetConnectedNodesResponse (line 37) | public GetConnectedNodesResponse(int statusCode, List ... FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetDataItemResponse.java class GetDataItemResponse (line 22) | public class GetDataItemResponse extends AutoSafeParcelable { method GetDataItemResponse (line 30) | private GetDataItemResponse() { method GetDataItemResponse (line 35) | public GetDataItemResponse(int statusCode, DataItemParcelable dataItem) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetFdForAssetResponse.java class GetFdForAssetResponse (line 24) | public class GetFdForAssetResponse extends AutoSafeParcelable { method GetFdForAssetResponse (line 34) | private GetFdForAssetResponse() { method GetFdForAssetResponse (line 37) | public GetFdForAssetResponse(int statusCode, ParcelFileDescriptor pfd) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/GetLocalNodeResponse.java class GetLocalNodeResponse (line 22) | public class GetLocalNodeResponse extends AutoSafeParcelable { method GetLocalNodeResponse (line 30) | private GetLocalNodeResponse() { method GetLocalNodeResponse (line 35) | public GetLocalNodeResponse(int statusCode, NodeParcelable node) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/MessageEventParcelable.java class MessageEventParcelable (line 24) | public class MessageEventParcelable extends AutoSafeParcelable implement... method getData (line 37) | @Override method getPath (line 42) | @Override method getRequestId (line 47) | @Override method getSourceNodeId (line 52) | @Override method toString (line 57) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/NodeParcelable.java class NodeParcelable (line 27) | public class NodeParcelable extends AutoSafeParcelable implements Node { method NodeParcelable (line 39) | private NodeParcelable() { method NodeParcelable (line 45) | public NodeParcelable(String nodeId, String displayName, int hops, boo... method NodeParcelable (line 52) | public NodeParcelable(String nodeId, String displayName) { method NodeParcelable (line 56) | public NodeParcelable(Node node) { method equals (line 60) | @Override method getDisplayName (line 73) | @Override method getId (line 78) | @Override method isNearby (line 83) | @Override method hashCode (line 88) | @Override method toString (line 93) | @Override FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/OpenChannelResponse.java class OpenChannelResponse (line 22) | public class OpenChannelResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/PutDataRequest.java class PutDataRequest (line 37) | @PublicApi method PutDataRequest (line 53) | private PutDataRequest() { method PutDataRequest (line 58) | private PutDataRequest(Uri uri) { method create (line 63) | public static PutDataRequest create(Uri uri) { method create (line 67) | public static PutDataRequest create(String path) { method createFromDataItem (line 79) | public static PutDataRequest createFromDataItem(DataItem source) { method createWithAutoAppendedId (line 86) | public static PutDataRequest createWithAutoAppendedId(String pathPrefi... method getAsset (line 90) | public Asset getAsset(String key) { method getAssets (line 94) | public Map getAssets() { method getData (line 103) | public byte[] getData() { method getUri (line 107) | public Uri getUri() { method hasAsset (line 111) | public boolean hasAsset(String key) { method putAsset (line 115) | public PutDataRequest putAsset(String key, Asset value) { method removeAsset (line 120) | public PutDataRequest removeAsset(String key) { method setData (line 125) | public PutDataRequest setData(byte[] data) { method toString (line 130) | @Override method toString (line 135) | public String toString(boolean verbose) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/PutDataResponse.java class PutDataResponse (line 22) | public class PutDataResponse extends AutoSafeParcelable { method PutDataResponse (line 30) | private PutDataResponse() { method PutDataResponse (line 35) | public PutDataResponse(int statusCode, DataItemParcelable dataItem) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/RemoveListenerRequest.java class RemoveListenerRequest (line 22) | public class RemoveListenerRequest extends AutoSafeParcelable { method RemoveListenerRequest (line 28) | private RemoveListenerRequest() { method RemoveListenerRequest (line 32) | public RemoveListenerRequest(IWearableListener listener) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/RemoveLocalCapabilityResponse.java class RemoveLocalCapabilityResponse (line 22) | public class RemoveLocalCapabilityResponse extends AutoSafeParcelable { method RemoveLocalCapabilityResponse (line 28) | private RemoveLocalCapabilityResponse() { method RemoveLocalCapabilityResponse (line 31) | public RemoveLocalCapabilityResponse(int status) { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/SendMessageResponse.java class SendMessageResponse (line 22) | public class SendMessageResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/com/google/android/gms/wearable/internal/StorageInfoResponse.java class StorageInfoResponse (line 21) | public class StorageInfoResponse extends AutoSafeParcelable { FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/BaseWearableCallbacks.java class BaseWearableCallbacks (line 49) | public class BaseWearableCallbacks extends IWearableCallbacks.Stub { method onGetConfigResponse (line 52) | @Override method onPutDataResponse (line 58) | @Override method onGetDataItemResponse (line 64) | @Override method onDataItemChanged (line 70) | @Override method onDeleteDataItemsResponse (line 76) | @Override method onSendMessageResponse (line 82) | @Override method onGetFdForAssetResponse (line 88) | @Override method onGetLocalNodeResponse (line 94) | @Override method onGetConnectedNodesResponse (line 100) | @Override method onOpenChannelResponse (line 106) | @Override method onCloseChannelResponse (line 112) | @Override method onGetChannelInputStreamResponse (line 118) | @Override method onGetChannelOutputStreamResponse (line 124) | @Override method onChannelReceiveFileResponse (line 130) | @Override method onChannelSendFileResponse (line 136) | @Override method onStatus (line 142) | @Override method onStorageInfoResponse (line 148) | @Override method onGetCapabilityResponse (line 154) | @Override method onGetAllCapabilitiesResponse (line 160) | @Override method onAddLocalCapabilityResponse (line 166) | @Override method onRemoveLocalCapabilityResponse (line 172) | @Override method onGetConfigsResponse (line 178) | @Override method onGetCloudSyncOptInOutDoneResponse (line 184) | @Override method onGetCloudSyncSettingResponse (line 190) | @Override method onGetCloudSyncOptInStatusResponse (line 196) | @Override FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/ChannelImpl.java class ChannelImpl (line 29) | public class ChannelImpl extends ChannelParcelable implements Channel { method ChannelImpl (line 32) | public ChannelImpl(String token, String nodeId, String path) { method ChannelImpl (line 36) | public ChannelImpl(ChannelParcelable wrapped) { method addListener (line 41) | @Override method close (line 47) | @Override method close (line 53) | @Override method getInputStream (line 59) | @Override method getOutputStream (line 65) | @Override method getNodeId (line 71) | public String getNodeId() { method getPath (line 75) | @Override method getToken (line 80) | public String getToken() { method receiveFile (line 84) | @Override method removeListener (line 90) | @Override method sendFile (line 96) | @Override method sendFile (line 102) | @Override FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/DataApiImpl.java class DataApiImpl (line 30) | public class DataApiImpl implements DataApi { method addListener (line 31) | @Override method deleteDataItems (line 36) | @Override method getDataItem (line 41) | @Override method getDataItems (line 46) | @Override method getDataItems (line 51) | @Override method getFdForAsset (line 56) | @Override method getFdForAsset (line 61) | @Override method putDataItem (line 66) | @Override method removeListener (line 71) | @Override FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/MessageApiImpl.java class MessageApiImpl (line 30) | public class MessageApiImpl implements MessageApi { method addListener (line 31) | @Override method removeListener (line 36) | @Override method sendMessage (line 41) | @Override class SendMessageResultImpl (line 56) | public static class SendMessageResultImpl implements SendMessageResult { method SendMessageResultImpl (line 59) | public SendMessageResultImpl(SendMessageResponse response) { method getRequestId (line 63) | @Override method getStatus (line 68) | @Override FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/NodeApiImpl.java class NodeApiImpl (line 24) | public class NodeApiImpl implements NodeApi { method addListener (line 25) | @Override method getConnectedNodes (line 30) | @Override method getLocalNode (line 35) | @Override method removeListener (line 40) | @Override FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/WearableApiClientBuilder.java class WearableApiClientBuilder (line 30) | public class WearableApiClientBuilder implements ApiClientBuilder { method WearableClientImpl (line 36) | public WearableClientImpl(Context context, Wearable.WearableOptions op... method interfaceFromBinder (line 44) | @Override method get (line 49) | public static WearableClientImpl get(GoogleApiClient apiClient) { FILE: play-services-wearable/src/main/java/org/microg/gms/wearable/databundle/DataBundleUtil.java class DataBundleUtil (line 31) | public class DataBundleUtil { method readDataMap (line 33) | public static DataMap readDataMap(byte[] bytes, List assets) { method readDataMap (line 41) | public static DataMap readDataMap(DataBundle dataBundle, List a... method readDataMap (line 45) | public static DataMap readDataMap(List entries, List<... method createBytes (line 53) | public static byte[] createBytes(DataMap dataMap) { method createDataBundle (line 61) | public static AssetAnnotatedDataBundle createDataBundle(DataMap dataMa... method createEntryList (line 68) | private static List createEntryList(DataMap dataMap, ... method readAndStore (line 76) | private static void readAndStore(DataMap dataMap, String key, DataBund... method rememberTypeReader (line 84) | private static void rememberTypeReader(TypeHelper typeHelper) { method getTypeHelper (line 88) | static TypeHelper getTypeHelper(int type) { method getTypeHelper (line 96) | static TypeHelper getTypeHelper(DataMap.StoredType type) { method getListInnerTypeHelper (line 100) | static TypeHelper getListInnerTypeHelper(DataMap.StoredType type) { method read (line 106) | @Override method create (line 111) | @Override method store (line 116) | @Override method load (line 121) | @Override method read (line 129) | @Override method create (line 134) | @Override method store (line 139) | @Override method storeList (line 144) | @Override method load (line 149) | @Override method loadList (line 154) | @Override method read (line 164) | @Override method create (line 169) | @Override method store (line 174) | @Override method load (line 179) | @Override method read (line 187) | @Override method create (line 192) | @Override method store (line 197) | @Override method load (line 202) | @Override method read (line 210) | @Override method create (line 215) | @Override method store (line 220) | @Override method load (line 225) | @Override method read (line 233) | @Override method create (line 238) | @Override method store (line 243) | @Override method storeList (line 248) | @Override method load (line 253) | @Override method loadList (line 258) | @Override method read (line 268) | @Override method create (line 273) | @Override method store (line 278) | @Override method load (line 283) | @Override method read (line 291) | @Override method create (line 296) | @Override method store (line 301) | @Override method load (line 306) | @Override method read (line 314) | @Override method create (line 319) | @Override method store (line 324) | @Override method storeList (line 329) | @Override method load (line 334) | @Override method loadList (line 339) | @Override method read (line 349) | @Override method create (line 362) | @Override method store (line 367) | @Override method load (line 372) | @Override method read (line 380) | @Override method create (line 385) | @Override method store (line 390) | @Override method load (line 395) | @Override method read (line 403) | @Override method create (line 412) | @Override method store (line 421) | @Override method load (line 426) | @Override method read (line 434) | @Override method create (line 439) | @Override method store (line 451) | @Override method load (line 456) | @Override method read (line 464) | @Override method create (line 469) | @Override method store (line 474) | @Override method storeList (line 479) | @Override method load (line 484) | @Override method loadList (line 489) | @Override method read (line 499) | @Override method create (line 508) | @Override method store (line 517) | @Override method load (line 522) | @Override class AssetAnnotatedDataBundle (line 547) | static class AssetAnnotatedDataBundle { method getAssets (line 551) | public List getAssets() { method getData (line 555) | public byte[] getData() { class AnnotatedArrayList (line 560) | static class AnnotatedArrayList extends ArrayList { method AnnotatedArrayList (line 563) | public AnnotatedArrayList(TypeHelper innerType) { method store (line 567) | void store(DataMap dataMap, String key) { method createList (line 571) | public List createList(List assets) { class TypeHelper (line 576) | static abstract class TypeHelper { method TypeHelper (line 579) | public TypeHelper(int type) { method read (line 583) | abstract T read(DataBundleValue value, List assets); method create (line 585) | abstract DataBundleValue create(T value, List assets); method read (line 587) | T read(DataBundleTypedValue value, List assets) { method store (line 597) | abstract void store(DataMap dataMap, String key, T value); method storeList (line 599) | void storeList(DataMap dataMap, String key, ArrayList valueList) { method load (line 603) | abstract T load(DataMap dataMap, String key); method loadList (line 605) | AnnotatedArrayList loadList(DataMap dataMap, String key) { method readAndStore (line 609) | void readAndStore(DataMap dataMap, String key, DataBundleValue value... method readAndStore (line 613) | void readAndStore(DataMap dataMap, String key, DataBundleTypedValue ... method readAndStore (line 617) | void readAndStore(DataMap dataMap, DataBundleEntry entry, List readList(List values, Li... method createList (line 629) | List createList(AnnotatedArrayList value, L... method readAndStore (line 637) | void readAndStore(DataMap dataMap, String key, List assets) { method loadAndCreate (line 645) | DataBundleValue loadAndCreate(DataMap dataMap, String key, List packNames); method clearListeners (line 38) | void clearListeners(); method fetch (line 47) | Task fetch(List packNames); method getAssetLocation (line 59) | @Nullable method getPackLocation (line 67) | @Nullable method getPackLocations (line 75) | Map getPackLocations(); method getPackStates (line 82) | Task getPackStates(List packNames); method registerListener (line 88) | void registerListener(@NonNull AssetPackStateUpdateListener listener); method removePack (line 102) | Task removePack(@NonNull String packName); method showCellularDataConfirmation (line 124) | @Deprecated method showCellularDataConfirmation (line 147) | @Deprecated method showConfirmationDialog (line 168) | boolean showConfirmationDialog(@NonNull ActivityResultLauncher showConfirmationDialog(@NonNull Activity activity); method unregisterListener (line 193) | void unregisterListener(@NonNull AssetPackStateUpdateListener listener); FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackManagerFactory.java class AssetPackManagerFactory (line 14) | public final class AssetPackManagerFactory { method AssetPackManagerFactory (line 15) | private AssetPackManagerFactory() { method getInstance (line 23) | @NonNull FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackManagerImpl.java class AssetPackManagerImpl (line 20) | @Hide method cancel (line 22) | @Override method clearListeners (line 27) | @Override method fetch (line 31) | @Override method getAssetLocation (line 36) | @Nullable method getPackLocation (line 42) | @Nullable method getPackLocations (line 48) | @Override method getPackStates (line 53) | @Override method registerListener (line 58) | @Override method removePack (line 63) | @Override method showCellularDataConfirmation (line 68) | @Override method showCellularDataConfirmation (line 73) | @Override method showConfirmationDialog (line 78) | @Override method showConfirmationDialog (line 83) | @Override method unregisterListener (line 88) | @Override method getLocalStatus (line 93) | public @AssetPackStatus int getLocalStatus(String packName, int remote... method getTransferProgressPercentage (line 97) | public int getTransferProgressPercentage(String packName) { method getInstalledVersionTag (line 101) | public String getInstalledVersionTag(String packName) { FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackServiceClient.java class AssetPackServiceClient (line 23) | @Hide type PendingCall (line 30) | private interface PendingCall { method execute (line 31) | void execute(IAssetModuleService service, TaskCompletionSource Task execute(PendingCall pendingCa... method getOptionsBundle (line 47) | private Bundle getOptionsBundle() { method getModuleNameBundles (line 56) | private ArrayList getModuleNameBundles(List packNames) { method getInstalledAssetModulesBundle (line 66) | private Bundle getInstalledAssetModulesBundle(Map instal... method getSessionIdentifierBundle (line 79) | private Bundle getSessionIdentifierBundle(int sessionId) { method getModuleIdentifierBundle (line 85) | private Bundle getModuleIdentifierBundle(int sessionId, String moduleN... method getChunkIdentifierBundle (line 91) | private Bundle getChunkIdentifierBundle(int sessionId, String moduleNa... method getChunkFileDescriptor (line 98) | public Task getChunkFileDescriptor(int sessionId... method getPackStates (line 109) | public Task getPackStates(List packNames, Map... method startDownload (line 120) | public Task startDownload(List packNames, Map... method syncPacks (line 133) | public Task> syncPacks(Map installedAssetMo... method cancelDownloads (line 159) | public void cancelDownloads(List packNames) { method keepAlive (line 170) | public void keepAlive() { method notifyChunkTransferred (line 174) | public void notifyChunkTransferred(int sessionId, String moduleName, S... method notifyModuleCompleted (line 185) | public void notifyModuleCompleted(int sessionId, String moduleName) { method notifyModuleCompleted (line 189) | public void notifyModuleCompleted(int sessionId, String moduleName, in... method notifySessionFailed (line 202) | public void notifySessionFailed(int sessionId) { method removePack (line 213) | public void removePack(String packName) { class BaseCallback (line 224) | private static class BaseCallback extends IAssetModuleServiceCallback.... method BaseCallback (line 228) | public BaseCallback(@NonNull TaskCompletionSource completionSourc... method onStartDownload (line 232) | @Override method onStartDownload (line 238) | public void onStartDownload(int sessionId) { method onCancelDownload (line 242) | @Override method onCancelDownload (line 248) | public void onCancelDownload(int status) { method onGetSession (line 252) | @Override method onGetSession (line 258) | public void onGetSession(int status) { method onGetSessionStates (line 262) | @Override method onNotifyChunkTransferred (line 267) | @Override method onNotifyChunkTransferred (line 277) | public void onNotifyChunkTransferred(int sessionId, String moduleNam... method onError (line 281) | @Override method onError (line 287) | public void onError(int errorCode) { method onNotifyModuleCompleted (line 291) | @Override method onNotifyModuleCompleted (line 299) | public void onNotifyModuleCompleted(int sessionId, String moduleName) { method onNotifySessionFailed (line 303) | @Override method onNotifySessionFailed (line 310) | public void onNotifySessionFailed(int sessionId) { method onKeepAlive (line 314) | @Override method onKeepAlive (line 321) | public void onKeepAlive(boolean keepAlive) { method onGetChunkFileDescriptor (line 325) | @Override method onGetChunkFileDescriptor (line 332) | public void onGetChunkFileDescriptor(ParcelFileDescriptor chunkFileD... method onRequestDownloadInfo (line 336) | @Override method onRequestDownloadInfo (line 342) | public void onRequestDownloadInfo() { method onRemoveModule (line 346) | @Override method onRemoveModule (line 352) | public void onRemoveModule() { method onCancelDownloads (line 356) | @Override method onCancelDownloads (line 362) | public void onCancelDownloads() { FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackState.java class AssetPackState (line 15) | public abstract class AssetPackState { method availableVersionTag (line 16) | public abstract String availableVersionTag(); method bytesDownloaded (line 21) | public abstract long bytesDownloaded(); method errorCode (line 29) | @AssetPackErrorCode method installedVersionTag (line 32) | public abstract String installedVersionTag(); method name (line 37) | public abstract String name(); method status (line 46) | @AssetPackStatus method totalBytesToDownload (line 52) | public abstract long totalBytesToDownload(); method transferProgressPercentage (line 61) | public abstract int transferProgressPercentage(); method updateAvailability (line 63) | @AssetPackUpdateAvailability FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackStateImpl.java class AssetPackStateImpl (line 17) | @Hide method AssetPackStateImpl (line 30) | public AssetPackStateImpl(String name, @AssetPackStatus int status, @A... method fromBundle (line 42) | @NonNull method fromBundle (line 47) | @NonNull method availableVersionTag (line 67) | @Override method bytesDownloaded (line 72) | @Override method errorCode (line 77) | @Override method installedVersionTag (line 83) | @Override method name (line 88) | @Override method status (line 93) | @Override method totalBytesToDownload (line 99) | @Override method transferProgressPercentage (line 104) | @Override method updateAvailability (line 109) | @Override method toString (line 115) | @NonNull FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackStateUpdateListener.java type AssetPackStateUpdateListener (line 13) | public interface AssetPackStateUpdateListener extends StateUpdateListene... FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackStates.java class AssetPackStates (line 13) | public abstract class AssetPackStates { method packStates (line 17) | public abstract Map packStates(); method totalBytes (line 22) | public abstract long totalBytes(); FILE: vending-app/src/main/java/com/google/android/play/core/assetpacks/AssetPackStatesImpl.java class AssetPackStatesImpl (line 18) | @Hide method AssetPackStatesImpl (line 24) | public AssetPackStatesImpl(long totalBytes, @NonNull Map T get(Bundle bundle, @NonNull RootKey key, T def) { method put (line 67) | public static void put(Bundle bundle, @NonNull RootKey key, T v... method get (line 71) | @Nullable method get (line 76) | public static T get(Bundle bundle, @NonNull PackKey key, String... method put (line 80) | public static void put(Bundle bundle, @NonNull PackKey key, Str... method get (line 84) | @Nullable method get (line 89) | public static T get(Bundle bundle, @NonNull SliceKey key, Strin... method put (line 93) | public static void put(Bundle bundle, @NonNull SliceKey key, St... method packKey (line 97) | @NonNull method sliceKey (line 102) | @NonNull type TypedBundleKey (line 107) | public interface TypedBundleKey { method baseKey (line 108) | @NonNull method get (line 111) | @Nullable method get (line 114) | T get(@NonNull Bundle bundle, @NonNull java.lang.String key, T def); method put (line 116) | void put(@NonNull Bundle bundle, @NonNull java.lang.String key, T va... class Base (line 118) | abstract class Base implements TypedBundleKey { method Base (line 122) | public Base(@NonNull java.lang.String baseKey) { method baseKey (line 126) | @NonNull class Int (line 133) | class Int extends Base { method Int (line 135) | public Int(@NonNull java.lang.String key) { method get (line 139) | @Override method get (line 144) | @Override method put (line 149) | @Override class Long (line 155) | class Long extends Base { method Long (line 157) | public Long(@NonNull java.lang.String key) { method get (line 161) | @Override method get (line 166) | @Override method put (line 171) | @Override class Bool (line 177) | class Bool extends Base { method Bool (line 179) | public Bool(@NonNull java.lang.String key) { method get (line 183) | @Override method get (line 188) | @Override method put (line 193) | @Override class String (line 199) | class String extends Base { method String (line 201) | public String(@NonNull java.lang.String key) { method get (line 205) | @Override method get (line 210) | @Override method put (line 215) | @Override class Parcelable (line 221) | class Parcelable extends Base { method Parcelable (line 225) | public Parcelable(@NonNull java.lang.String key, @NonNull Class... method get (line 230) | @Override method get (line 235) | @Override method put (line 244) | @Override class StringArrayList (line 250) | class StringArrayList extends Base> { method StringArrayList (line 251) | public StringArrayList(@NonNull java.lang.String key) { method get (line 255) | @Override method get (line 260) | @Override method put (line 269) | @Override class IntArrayList (line 275) | class IntArrayList extends Base> { method IntArrayList (line 276) | public IntArrayList(@NonNull java.lang.String key) { method get (line 280) | @Override method get (line 285) | @Override method put (line 294) | @Override class ParcelableArrayList (line 300) | class ParcelableArrayList extends B... method ParcelableArrayList (line 304) | public ParcelableArrayList(@NonNull java.lang.String key, @NonNull... method get (line 309) | @Override method get (line 314) | @Override method put (line 323) | @Override type PackKey (line 331) | public interface PackKey extends TypedBundleKey { class Int (line 332) | class Int extends TypedBundleKey.Int implements PackKey { method Int (line 333) | public Int(@NonNull java.lang.String key) { class Long (line 338) | class Long extends TypedBundleKey.Long implements PackKey extends TypedBundleKey { class Int (line 358) | class Int extends TypedBundleKey.Int implements SliceKey { method Int (line 359) | public Int(@NonNull java.lang.String key) { class Long (line 364) | class Long extends TypedBundleKey.Long implements SliceKey extends T... method ParcelableArrayList (line 377) | public ParcelableArrayList(@NonNull java.lang.String key, @NonNull... type RootKey (line 383) | public interface RootKey extends TypedBundleKey { class Int (line 384) | class Int extends TypedBundleKey.Int implements RootKey { method Int (line 385) | public Int(@NonNull java.lang.String key) { class Long (line 390) | class Long extends TypedBundleKey.Long implements RootKey { method Bool (line 397) | public Bool(@NonNull java.lang.String key) { class String (line 402) | class String extends TypedBundleKey.String implements RootKey extends TypedBundl... method Parcelable (line 409) | public Parcelable(@NonNull java.lang.String key, @NonNull Class... class StringArrayList (line 414) | class StringArrayList extends TypedBundleKey.StringArrayList impleme... method StringArrayList (line 415) | public StringArrayList(@NonNull java.lang.String key) { class IntArrayList (line 420) | class IntArrayList extends TypedBundleKey.IntArrayList implements Ro... method IntArrayList (line 421) | public IntArrayList(@NonNull java.lang.String key) { class ParcelableArrayList (line 426) | class ParcelableArrayList extends T... method ParcelableArrayList (line 427) | public ParcelableArrayList(@NonNull java.lang.String key, @NonNull... type RootAndPackKey (line 433) | public interface RootAndPackKey extends RootKey, PackKey { class Int (line 435) | class Int extends TypedBundleKey.Int implements RootAndPackKey { method onStateUpdate (line 15) | void onStateUpdate(StateT state); FILE: vending-app/src/main/java/org/microg/vending/MarketIntentRedirect.java class MarketIntentRedirect (line 17) | public class MarketIntentRedirect extends Activity { method onCreate (line 20) | @Override method isNonSelfIntent (line 36) | private boolean isNonSelfIntent(@NonNull Intent intent) { method processIntent (line 41) | private void processIntent(@NonNull Intent intent) { FILE: vending-app/src/main/java/org/microg/vending/billing/PurchaseActivity.java class PurchaseActivity (line 28) | public class PurchaseActivity extends Activity { method onCreate (line 29) | @Override FILE: vending-app/src/main/java/org/microg/vending/ui/MainActivity.java class MainActivity (line 15) | public class MainActivity extends Activity { method onCreate (line 19) | @Override