Searched defs:authTokenType (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/accounts/ |
| D | AbstractAccountAuthenticator.java | 114 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 150 String authTokenType) in getAuthTokenLabel() 168 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 187 String authTokenType, Bundle loginOptions) throws RemoteException { in updateCredentials() 308 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 349 Account account, String authTokenType, Bundle options) in getAuthToken() 357 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel() 380 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials()
|
| 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()
|
| D | IAccountManager.aidl | 38 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken() 39 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken() 45 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 48 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAcount() 51 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
|
| D | AccountManagerService.java | 179 public AuthTokenKey(Account account, String authTokenType) { in AuthTokenKey() 514 String authTokenType = cursor.getString(2); in invalidateAuthToken() local 551 public String readAuthTokenFromDatabase(Account account, String authTokenType) { in readAuthTokenFromDatabase() 571 public String peekAuthToken(Account account, String authTokenType) { in peekAuthToken() 581 public void setAuthToken(Account account, String authTokenType, String authToken) { in setAuthToken() 688 final String authTokenType, final boolean notifyOnAuthFailure, in getAuthToken() 773 String authTokenType = intent.getStringExtra( in createNoCredentialsPermissionNotification() local 794 AccountAuthenticatorResponse response, String authTokenType, String authTokenLabel) { in newGrantCredentialsPermissionIntent() 826 private Integer getCredentialPermissionNotificationId(Account account, String authTokenType, in getCredentialPermissionNotificationId() 856 final String authTokenType, final String[] requiredFeatures, in addAcount() [all …]
|