Skip navigation links
A C G I N S U 

A

ACCOUNT_TYPE - Static variable in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
Google account type.

C

com.google.api.client.googleapis.extensions.android.accounts - package com.google.api.client.googleapis.extensions.android.accounts
Beta
Utilities for Account Manager for Google accounts on Android Eclair (SDK 2.1) and later.
com.google.api.client.googleapis.extensions.android.gms.auth - package com.google.api.client.googleapis.extensions.android.gms.auth
Beta
Utilities based on Google Play services.

G

getAccountByName(String) - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
Returns the Google account of the given Account.name.
getAccountManager() - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
Returns the account manager.
getAccounts() - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
Returns all Google accounts.
getAllAccounts() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns all Google accounts or null for none.
getBackOff() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the back-off policy which is used when an I/O exception is thrown inside GoogleAccountCredential.getToken() or null for none.
getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
 
getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
 
getCause() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException
 
getConnectionStatusCode() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
Returns the error code to use with GooglePlayServicesUtil.getErrorDialog(int, Activity, int).
getContext() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the context.
getGoogleAccountManager() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the Google account manager.
getIntent() - Method in exception com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException
Returns the Intent that when supplied to Activity.startActivityForResult(Intent, int) will allow user intervention.
getScope() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the scope to use on GoogleAuthUtil.getToken(android.content.Context, java.lang.String, java.lang.String).
getSelectedAccount() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the selected Google account or null for none.
getSelectedAccountName() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the selected Google account name (e-mail address), for example "[email protected]", or null for none.
getSleeper() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns the sleeper.
getToken() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns an OAuth 2.0 access token.
GoogleAccountCredential - Class in com.google.api.client.googleapis.extensions.android.gms.auth
Beta
Manages authorization and account selection for Google accounts.
GoogleAccountCredential(Context, String) - Constructor for class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
 
GoogleAccountManager - Class in com.google.api.client.googleapis.extensions.android.accounts
Beta
Account manager wrapper for Google accounts.
GoogleAccountManager(AccountManager) - Constructor for class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
 
GoogleAccountManager(Context) - Constructor for class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
 
GoogleAuthIOException - Exception in com.google.api.client.googleapis.extensions.android.gms.auth
Beta
Wraps a GoogleAuthException into an IOException so it can be caught directly.
GoogleAuthIOException(GoogleAuthException) - Constructor for exception com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAuthIOException
 
GooglePlayServicesAvailabilityIOException - Exception in com.google.api.client.googleapis.extensions.android.gms.auth
Beta
Wraps a GooglePlayServicesAvailabilityException into an IOException so it can be caught directly.
GooglePlayServicesAvailabilityIOException(GooglePlayServicesAvailabilityException) - Constructor for exception com.google.api.client.googleapis.extensions.android.gms.auth.GooglePlayServicesAvailabilityIOException
 

I

initialize(HttpRequest) - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
 
invalidateAuthToken(String) - Method in class com.google.api.client.googleapis.extensions.android.accounts.GoogleAccountManager
Invalidates the given Google auth token by removing it from the account manager's cache (if necessary) for example if the auth token has expired or otherwise become invalid.

N

newChooseAccountIntent() - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Returns an intent to show the user to select a Google account, or create a new one if there are none on the device yet.

S

setBackOff(BackOff) - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Sets the back-off policy which is used when an I/O exception is thrown inside GoogleAccountCredential.getToken() or null for none.
setSelectedAccount(Account) - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Sets the selected Google Account or null for none.
setSelectedAccountName(String) - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Sets the selected Google account name (e-mail address) -- for example "[email protected]" -- or null for none.
setSleeper(Sleeper) - Method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Sets the sleeper.

U

UserRecoverableAuthIOException - Exception in com.google.api.client.googleapis.extensions.android.gms.auth
Beta
Wraps a UserRecoverableAuthException into an IOException so it can be caught directly.
UserRecoverableAuthIOException(UserRecoverableAuthException) - Constructor for exception com.google.api.client.googleapis.extensions.android.gms.auth.UserRecoverableAuthIOException
 
usingAudience(Context, String) - Static method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Sets the audience scope to use with Google Cloud Endpoints.
usingOAuth2(Context, Collection<String>) - Static method in class com.google.api.client.googleapis.extensions.android.gms.auth.GoogleAccountCredential
Constructs a new instance using OAuth 2.0 scopes.
A C G I N S U 
Skip navigation links

Copyright © 2010–2024 Google. All rights reserved.