Searched defs:authTokenType (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/core/java/android/accounts/ |
| D | AbstractAccountAuthenticator.java | 119 String authTokenType, String[] features, Bundle options) in addAccount() 166 String authTokenType) in getAuthTokenLabel() 188 Account account, String authTokenType, Bundle loginOptions) in getAuthToken() 213 String authTokenType, Bundle loginOptions) throws RemoteException { in updateCredentials() 359 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() 400 Account account, String authTokenType, Bundle options) in getAuthToken() 408 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel() 430 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 | 39 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken() 40 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken() 46 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken() 49 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAcount() 52 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
|
| D | AccountManagerService.java | 657 String authTokenType = cursor.getString(2); in invalidateAuthTokenLocked() local 699 public String peekAuthToken(Account account, String authTokenType) { in peekAuthToken() 717 public void setAuthToken(Account account, String authTokenType, String authToken) { in setAuthToken() 870 final Account account, final String authTokenType) { in getAuthTokenLabel() 908 final String authTokenType, final boolean notifyOnAuthFailure, in getAuthToken() 1025 String authTokenType = intent.getStringExtra( in createNoCredentialsPermissionNotification() local 1071 AccountAuthenticatorResponse response, String authTokenType, String authTokenLabel) { in newGrantCredentialsPermissionIntent() 1089 private Integer getCredentialPermissionNotificationId(Account account, String authTokenType, in getCredentialPermissionNotificationId() 1118 final String authTokenType, final String[] requiredFeatures, in addAcount() 1192 final String authTokenType, final boolean expectActivityLaunch, in updateCredentials() [all …]
|
| D | ChooseTypeAndAccountActivity.java | 329 final String authTokenType = getIntent().getStringExtra( in runAddAccountForAuthenticator() local
|
| /frameworks/base/test-runner/src/android/test/ |
| D | IsolatedContext.java | 145 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()
|