Home
last modified time | relevance | path

Searched refs:hasFeatures (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures() method
DAbstractAccountAuthenticator.java299 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
DIAccountManager.aidl34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures() method
DAccountManager.java421 public AccountManagerFuture<Boolean> hasFeatures(final Account account, in hasFeatures() method in AccountManager
428 mService.hasFeatures(mResponse, account, features); in hasFeatures()
DAccountManagerService.java457 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/
DmissingSinces.txt170 NO DOC BLOCK: android.accounts.AccountManager Method hasFeatures(android.accounts.Account, java.lan…