Home | History | Annotate | Download | only in system-api

Lines Matching full:account

2907     method public android.os.Bundle addAccountFromCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
2908 method public abstract android.os.Bundle confirmCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle) throws android.accounts.NetworkErrorException;
2911 method public android.os.Bundle getAccountCredentialsForCloning(android.accounts.AccountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
2912 method public android.os.Bundle getAccountRemovalAllowed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account) throws android.accounts.NetworkErrorException;
2913 method public abstract android.os.Bundle getAuthToken(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle) throws android.accounts.NetworkErrorException;
2916 method public abstract android.os.Bundle hasFeatures(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String[]) throws android.accounts.NetworkErrorException;
2917 method public android.os.Bundle isCredentialsUpdateSuggested(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String) throws android.accounts.NetworkErrorException;
2919 method public android.os.Bundle startUpdateCredentialsSession(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle) throws android.accounts.NetworkErrorException;
2920 method public abstract android.os.Bundle updateCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle) throws android.accounts.NetworkErrorException;
2924 public class Account implements android.os.Parcelable {
2925 ctor public Account(java.lang.String, java.lang.String);
2926 ctor public Account(android.os.Parcel);
2929 field public static final android.os.Parcelable.Creator<android.accounts.Account> CREATOR;
2951 method public boolean addAccountExplicitly(android.accounts.Account, java.lang.String, android.os.Bundle);
2953 method public java.lang.String blockingGetAuthToken(android.accounts.Account, java.lang.String, boolean) throws android.accounts.AuthenticatorException, java.io.IOException, android.accounts.OperationCanceledException;
2954 method public void clearPassword(android.accounts.Account);
2955 method public android.accounts.AccountManagerFuture<android.os.Bundle> confirmCredentials(android.accounts.Account, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2960 method public android.accounts.Account[] getAccounts();
2961 method public android.accounts.Account[] getAccountsByType(java.lang.String);
2962 method public android.accounts.AccountManagerFuture<android.accounts.Account[]> getAccountsByTypeAndFeatures(java.lang.String, java.lang.String[], android.accounts.AccountManagerCallback<android.accounts.Account[]>, android.os.Handler);
2963 method public android.accounts.Account[] getAccountsByTypeForPackage(java.lang.String, java.lang.String);
2964 method public android.accounts.AccountManagerFuture<android.os.Bundle> getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2965 method public deprecated android.accounts.AccountManagerFuture<android.os.Bundle> getAuthToken(android.accounts.Account, java.lang.String, boolean, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2966 method public android.accounts.AccountManagerFuture<android.os.Bundle> getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, boolean, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2969 method public java.lang.String getPassword(android.accounts.Account);
2970 method public java.lang.String getPreviousName(android.accounts.Account);
2971 method public java.lang.String getUserData(android.accounts.Account, java.lang.String);
2972 method public android.accounts.AccountManagerFuture<java.lang.Boolean> hasFeatures(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler);
2974 method public android.accounts.AccountManagerFuture<java.lang.Boolean> isCredentialsUpdateSuggested(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler);
2975 method public static deprecated android.content.Intent newChooseAccountIntent(android.accounts.Account, java.util.ArrayList<android.accounts.Account>, java.lang.String[], boolean, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle);
2976 method public static android.content.Intent newChooseAccountIntent(android.accounts.Account, java.util.List<android.accounts.Account>, java.lang.String[], java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle);
2977 method public boolean notifyAccountAuthenticated(android.accounts.Account);
2978 method public java.lang.String peekAuthToken(android.accounts.Account, java.lang.String);
2979 method public deprecated android.accounts.AccountManagerFuture<java.lang.Boolean> removeAccount(android.accounts.Account, android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler);
2980 method public android.accounts.AccountManagerFuture<android.os.Bundle> removeAccount(android.accounts.Account, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2981 method public boolean removeAccountExplicitly(android.accounts.Account);
2983 method public android.accounts.AccountManagerFuture<android.accounts.Account> renameAccount(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback<android.accounts.Account>, android.os.Handler);
2984 method public void setAuthToken(android.accounts.Account, java.lang.String, java.lang.String);
2985 method public void setPassword(android.accounts.Account, java.lang.String);
2986 method public void setUserData(android.accounts.Account, java.lang.String, java.lang.String);
2988 method public android.accounts.AccountManagerFuture<android.os.Bundle> startUpdateCredentialsSession(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2989 method public android.accounts.AccountManagerFuture<android.os.Bundle> updateCredentials(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler);
2991 field public static final java.lang.String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";
3075 method public abstract void onAccountsUpdated(android.accounts.Account[]);
7886 method public abstract void onPerformSync(android.accounts.Account, android.os.Bundle, java.lang.String, android.content.ContentProviderClient, android.content.SyncResult);
7887 method public void onSecurityException(android.accounts.Account, android.os.Bundle, java.lang.String, android.content.SyncResult);
8211 method public static void addPeriodicSync(android.accounts.Account, java.lang.String, android.os.Bundle, long);
8217 method public static void cancelSync(android.accounts.Account, java.lang.String);
8223 method public static int getIsSyncable(android.accounts.Account, java.lang.String);
8226 method public static java.util.List<android.content.PeriodicSync> getPeriodicSyncs(android.accounts.Account, java.lang.String);
8230 method public static boolean getSyncAutomatically(android.accounts.Account, java.lang.String);
8233 method public static boolean isSyncActive(android.accounts.Account, java.lang.String);
8234 method public static boolean isSyncPending(android.accounts.Account, java.lang.String);
8251 method public static void removePeriodicSync(android.accounts.Account, java.lang.String, android.os.Bundle);
8253 method public static void requestSync(android.accounts.Account, java.lang.String, android.os.Bundle);
8255 method public static void setIsSyncable(android.accounts.Account, java.lang.String, int);
8257 method public static void setSyncAutomatically(android.accounts.Account, java.lang.String, boolean);
8273 field public static final deprecated java.lang.String SYNC_EXTRAS_ACCOUNT = "account";
8454 field public static final java.lang.String ACCOUNT_SERVICE = "account";
9314 ctor public PeriodicSync(android.accounts.Account, java.lang.String, android.os.Bundle, long);
9318 field public final android.accounts.Account account;
9487 field public final android.accounts.Account account;
9509 method public android.content.SyncRequest.Builder setSyncAdapter(android.accounts.Account, java.lang.String);
34164 field public static final java.lang.String EXTRA_ACCOUNT = "android.provider.extra.ACCOUNT";
34270 method public static byte[] get(android.content.ContentProviderClient, android.accounts.Account) throws android.os.RemoteException;
34271 method public static android.util.Pair<android.net.Uri, byte[]> getWithUri(android.content.ContentProviderClient, android.accounts.Account) throws android.os.RemoteException;
34272 method public static android.content.ContentProviderOperation newSetOperation(android.accounts.Account, byte[]);
34273 method public static void set(android.content.ContentProviderClient, android.accounts.Account, byte[]) throws android.os.RemoteException;
34408 method public static byte[] get(android.content.ContentProviderClient, android.accounts.Account) throws android.os.RemoteException;
34409 method public static android.util.Pair<android.net.Uri, byte[]> getWithUri(android.content.ContentProviderClient, android.accounts.Account) throws android.os.RemoteException;
34410 method public static android.content.ContentProviderOperation newSetOperation(android.accounts.Account, byte[]);
34411 method public static void set(android.content.ContentProviderClient, android.accounts.Account, byte[]) throws android.os.RemoteException;
35342 method public static byte[] get(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account) throws android.os.RemoteException;
35343 method public static android.util.Pair<android.net.Uri, byte[]> getWithUri(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account) throws android.os.RemoteException;
35344 method public static android.net.Uri insert(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account, byte[]) throws android.os.RemoteException;
35345 method public static android.content.ContentProviderOperation newSetOperation(android.net.Uri, android.accounts.Account, byte[]);
35347 method public static void set(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account, byte[]) throws android.os.RemoteException;