Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java152 String authTokenType, String[] features, Bundle options) in addAccount()
212 String authTokenType) in getAuthTokenLabel()
239 Account account, String authTokenType, Bundle loginOptions) in getAuthToken()
269 String authTokenType, Bundle loginOptions) throws RemoteException { in updateCredentials()
389 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
423 String authTokenType, in startUpdateCredentialsSession()
582 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
647 Account account, String authTokenType, Bundle options) in getAuthToken()
655 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel()
677 Account account, String authTokenType, Bundle options) throws NetworkErrorException; in updateCredentials()
[all …]
DIAccountAuthenticator.aidl34 String authTokenType, in String[] requiredFeatures, in Bundle options); in addAccount()
50 String authTokenType, in Bundle options); in getAuthToken()
57 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
65 String authTokenType, in Bundle options); in updateCredentials()
111 String authTokenType, in String[] requiredFeatures, in Bundle options); in startAddAccountSession()
118 String authTokenType, in Bundle options); in startUpdateCredentialsSession()
DIAccountManager.aidl53 String peekAuthToken(in Account account, String authTokenType); in peekAuthToken()
54 void setAuthToken(in Account account, String authTokenType, String authToken); in setAuthToken()
58 void updateAppPermission(in Account account, String authTokenType, int uid, boolean value); in updateAppPermission()
61 String authTokenType, boolean notifyOnAuthFailure, boolean expectActivityLaunch, in getAuthToken()
64 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccount()
67 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in addAccountAsUser()
70 String authTokenType, boolean expectActivityLaunch, in Bundle options); in updateCredentials()
77 String authTokenType); in getAuthTokenLabel()
88 String authTokenType, in String[] requiredFeatures, boolean expectActivityLaunch, in startAddAccountSession()
93 String authTokenType, boolean expectActivityLaunch, in Bundle options); in startUpdateCredentialsSession()
DAccountManager.java835 public void updateAppPermission(Account account, String authTokenType, int uid, boolean value) { in updateAppPermission()
853 final String accountType, final String authTokenType, in getAuthTokenLabel()
DChooseTypeAndAccountActivity.java388 final String authTokenType = getIntent().getStringExtra( in runAddAccountForAuthenticator() local
/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.java61 String authTokenType, in addAccount()
145 String authTokenType, in getAuthToken()
192 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
200 String authTokenType, in updateCredentials()
261 String authTokenType, in startAddAccountSession()
320 String authTokenType, in startUpdateCredentialsSession()
/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.java2646 String authTokenType = cursor.getString(2); in invalidateAuthTokenLocked() local
2708 public String peekAuthToken(Account account, String authTokenType) { in peekAuthToken()
2741 public void setAuthToken(Account account, String authTokenType, String authToken) { in setAuthToken()
2956 final String authTokenType) in getAuthTokenLabel()
3008 final String authTokenType, in getAuthToken()
3276 String authTokenType = intent.getStringExtra( in createNoCredentialsPermissionNotification() local
3316 int uid, AccountAuthenticatorResponse response, String authTokenType, in newGrantCredentialsPermissionIntent()
3339 String authTokenType, int uid, UserAccounts accounts) { in getCredentialPermissionNotificationId()
3374 final String authTokenType, final String[] requiredFeatures, in addAccount()
3417 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()