Home
last modified time | relevance | path

Searched refs:getAuthTokenLabel (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java165 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() method in AbstractAccountAuthenticator.Transport
175 AbstractAccountAuthenticator.this.getAuthTokenLabel(authTokenType)); in getAuthTokenLabel()
440 public abstract String getAuthTokenLabel(String authTokenType); in getAuthTokenLabel() method in AbstractAccountAuthenticator
DIAccountAuthenticator.aidl49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel() method
DIAccountManager.aidl70 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel() method
DGrantCredentialsPermissionActivity.java112 AccountManager.get(this).getAuthTokenLabel(mAccount.type, mAuthTokenType, callback, null); in onCreate()
DAccountManager.java529 public AccountManagerFuture<String> getAuthTokenLabel( in getAuthTokenLabel() method in AccountManager
536 mService.getAuthTokenLabel(mResponse, accountType, authTokenType); in getAuthTokenLabel()
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd117 public String getAuthTokenLabel(String s) {
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1536 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel() method in AccountManagerService
1561 mAuthenticator.getAuthTokenLabel(this, authTokenType); in getAuthTokenLabel()
1667 mAuthenticator.getAuthTokenLabel(this, authTokenType); in getAuthToken()
/frameworks/base/api/
Dsystem-current.txt2737 method public abstract java.lang.String getAuthTokenLabel(java.lang.String);
Dcurrent.txt2660 method public abstract java.lang.String getAuthTokenLabel(java.lang.String);