Home | History | Annotate | Download | only in id-auth

Lines Matching full:accountmanager

96 android.accounts.AccountManager#getAuthToken AccountManager.getAuthToken()} to get the
99 <p>Watch out! Calling methods on {@link android.accounts.AccountManager} can be tricky! Since
101 android.accounts.AccountManager} methods are asynchronous. This means that instead of doing all of
105 AccountManager am = AccountManager.get(this);
118 {@link android.accounts.AccountManagerCallback}. {@link android.accounts.AccountManager} calls
134 // is stored in the constant AccountManager.KEY_AUTHTOKEN.
135 token = bundle.getString(AccountManager.KEY_AUTHTOKEN);
142 android.accounts.AccountManager#KEY_AUTHTOKEN} key and you're off to the races. Things don't
151 <li>An error in the device or network caused {@link android.accounts.AccountManager} to fail.</li>
166 an {@link android.content.Intent} in the {@link android.accounts.AccountManager#KEY_INTENT} key,
182 Intent launch = (Intent) result.getResult().get(AccountManager.KEY_INTENT);
201 android.accounts.AccountManager#getAuthToken AccountManager.getAuthToken()} again to request the new
205 android.accounts.AccountManager} failure. The only way to discover whether a token is expired or not
207 android.accounts.AccountManager} to continually go online to check the state of all of its tokens.
226 obtained by calling {@link android.accounts.AccountManager#getAuthToken(android.accounts.Account,java.lang.String,android.os.Bundle,android.app.Activity,android.accounts.AccountManagerCallback,android.os.Handler) AccountManager.getAuthToken()}. You pass these to the
243 {@link android.accounts.AccountManager#invalidateAuthToken AccountManager.invalidateAuthToken()} and
250 android.accounts.AccountManager#invalidateAuthToken AccountManager.invalidateAuthToken()} before the
251 first call to {@link android.accounts.AccountManager#getAuthToken AccountManager.getAuthToken()},