Searched refs:hasFeatures (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() method
|
D | AbstractAccountAuthenticator.java | 299 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() method in AbstractAccountAuthenticator.Transport 303 final Bundle result = AbstractAccountAuthenticator.this.hasFeatures( in hasFeatures() 477 public abstract Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures() method
|
D | AccountManager.java | 421 public AccountManagerFuture<Boolean> hasFeatures(final Account account, in hasFeatures() method in AccountManager 428 mService.hasFeatures(mResponse, account, features); in hasFeatures()
|
D | AccountManagerService.java | 457 public void hasFeatures(IAccountManagerResponse response, in hasFeatures() method in AccountManagerService 485 mAuthenticator.hasFeatures(this, mAccount, mFeatures); in run() 1205 accountAuthenticator.hasFeatures(this, mAccountsOfType[mCurrentAccount], mFeatures); in checkAccount()
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 170 NO DOC BLOCK: android.accounts.AccountManager Method hasFeatures(android.accounts.Account, java.lan…
|