Home
last modified time | relevance | path

Searched defs:authTokenType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java56 String authTokenType, in addAccount()
76 String authTokenType, in getAuthToken()
83 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
92 String authTokenType, in updateCredentials()
111 String authTokenType, in startAddAccountSession()
122 String authTokenType, in startUpdateCredentialsSession()
DTestAccountType1Authenticator.java63 String authTokenType, in addAccount()
147 String authTokenType, in getAuthToken()
194 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
202 String authTokenType, in updateCredentials()
263 String authTokenType, in startAddAccountSession()
319 String authTokenType, in startUpdateCredentialsSession()
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java155 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()
566 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
631 Account account, String authTokenType, Bundle options) in getAuthToken()
639 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel()
661 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials()
[all …]
DIAccountAuthenticator.aidl33 String authTokenType, in String[] requiredFeatures, in Bundle options); in addAccount()
47 String authTokenType, in Bundle options); in getAuthToken()
53 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
60 String authTokenType, in Bundle options); in updateCredentials()
100 String authTokenType, in String[] requiredFeatures, in Bundle options); in startAddAccountSession()
106 String authTokenType, in Bundle options); in startUpdateCredentialsSession()
DIAccountManager.aidl56 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken()
57 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken()
61 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value); in updateAppPermission()
64 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken()
67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount()
70 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser()
73 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
80 String authTokenType); in getAuthTokenLabel()
91 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession()
96 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession()
DAccountManager.java739 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) { in updateAppPermission()
757 final String accountType, final String authTokenType, in getAuthTokenLabel()
DChooseTypeAndAccountActivity.java392 final String authTokenType = getIntent().getStringExtra( in runAddAccountForAuthenticator() local
/frameworks/base/test-mock/src/android/test/mock/
DMockAccountManager.java77 public String blockingGetAuthToken(Account account, String authTokenType, in blockingGetAuthToken()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2444 String authTokenType = cursor.getString(2); in invalidateAuthTokenLocked() local
2508 public String peekAuthToken(Account account, String authTokenType) { in peekAuthToken()
2541 public void setAuthToken(Account account, String authTokenType, String authToken) { in setAuthToken()
2753 final String authTokenType) in getAuthTokenLabel()
2805 final String authTokenType, in getAuthToken()
3055 String authTokenType = intent.getStringExtra( in createNoCredentialsPermissionNotification() local
3085 int uid, AccountAuthenticatorResponse response, String authTokenType, in newGrantCredentialsPermissionIntent()
3107 String authTokenType, int uid) { in getCredentialPermissionNotificationId()
3143 final String authTokenType, final String[] requiredFeatures, in addAccount()
3216 final String authTokenType, final String[] requiredFeatures, in addAccountAsUser()
[all …]
DAccountsDb.java381 long insertAuthToken(long accountId, String authTokenType, String authToken) { in insertAuthToken()
869 String authTokenType, long uid) { in deleteGrantsByAccountIdAuthTokenTypeAndUid()
894 long findMatchingGrantsCount(int uid, String authTokenType, Account account) { in findMatchingGrantsCount()
906 long insertGrant(long accountId, String authTokenType, int uid) { in insertGrant()