| /frameworks/base/core/java/android/accounts/ |
| D | AbstractAccountAuthenticator.java | 158 String authTokenType, String[] features, Bundle options) in addAccount() 211 String authTokenType) in getAuthTokenLabel() 236 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 264 String authTokenType, Bundle loginOptions) throws RemoteException { in updateCredentials() 372 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession() 404 String authTokenType, in startUpdateCredentialsSession() 564 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 626 Account account, String authTokenType, Bundle options) in getAuthToken() 634 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel() 656 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials() [all …]
|
| D | IAccountAuthenticator.aidl | 32 String authTokenType, in String[] requiredFeatures, in Bundle options); in addAccount() 44 String authTokenType, in Bundle options); in getAuthToken() 49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel() 55 String authTokenType, in Bundle options); in updateCredentials() 92 String authTokenType, in String[] requiredFeatures, in Bundle options); in startAddAccountSession() 98 String authTokenType, in Bundle options); in startUpdateCredentialsSession()
|
| D | IAccountManager.aidl | 50 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken() 51 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken() 55 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value); in updateAppPermission() 58 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 61 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount() 64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser() 67 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials() 74 String authTokenType); in getAuthTokenLabel() 88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession() 93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession()
|
| D | AccountManager.java | 562 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) { in updateAppPermission() 580 final String accountType, final String authTokenType, in getAuthTokenLabel()
|
| D | ChooseTypeAndAccountActivity.java | 362 final String authTokenType = getIntent().getStringExtra( in runAddAccountForAuthenticator() local
|
| /frameworks/volley/src/main/java/com/android/volley/toolbox/ |
| D | AndroidAuthenticator.java | 44 public AndroidAuthenticator(Context context, Account account, String authTokenType) { in AndroidAuthenticator() 55 public AndroidAuthenticator(Context context, Account account, String authTokenType, in AndroidAuthenticator() 62 String authTokenType, boolean notifyAuthFailure) { in AndroidAuthenticator()
|
| /frameworks/base/services/core/java/com/android/server/accounts/ |
| D | AccountManagerService.java | 1789 String authTokenType = cursor.getString(2); in invalidateAuthTokenLocked() local 1858 public String peekAuthToken(Account account, String authTokenType) { in peekAuthToken() 1891 public void setAuthToken(Account account, String authTokenType, String authToken) { in setAuthToken() 2114 final String authTokenType) in getAuthTokenLabel() 2166 final String authTokenType, in getAuthToken() 2408 String authTokenType = intent.getStringExtra( in createNoCredentialsPermissionNotification() local 2437 AccountAuthenticatorResponse response, String authTokenType) { in newGrantCredentialsPermissionIntent() 2455 private Integer getCredentialPermissionNotificationId(Account account, String authTokenType, in getCredentialPermissionNotificationId() 2486 final String authTokenType, final String[] requiredFeatures, in addAccount() 2561 final String authTokenType, final String[] requiredFeatures, in addAccountAsUser() [all …]
|
| /frameworks/base/test-runner/src/android/test/ |
| D | IsolatedContext.java | 147 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()
|