HomeSort by relevance Sort by last modified time
    Searched refs:hasFeatures (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account,
AbstractAccountAuthenticator.java 299 public void hasFeatures(IAccountAuthenticatorResponse response,
303 final Bundle result = AbstractAccountAuthenticator.this.hasFeatures(
310 "hasFeatures not supported");
477 public abstract Bundle hasFeatures(AccountAuthenticatorResponse response,
IAccountManager.aidl 34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
AccountManager.java 403 public AccountManagerFuture<Boolean> hasFeatures(final Account account,
410 mService.hasFeatures(mResponse, account, features);
425 * boolean account properties (see {@link #hasFeatures}).
    [all...]
AccountManagerService.java 456 public void hasFeatures(IAccountManagerResponse response,
484 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
512 return super.toDebugString(now) + ", hasFeatures"
    [all...]
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java     [all...]
MockAccountAuthenticator.java 193 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /development/apps/Development/src/com/android/development/
AccountsTester.java 290 mAccountManager.hasFeatures(account, features,
395 Boolean hasFeatures = future.getResult();
396 Log.d(TAG, "hasFeatures: " + hasFeatures);
397 showMessageDialog("hasFeatures: " + hasFeatures);
  /packages/apps/Email/src/com/android/email/service/
EasAuthenticatorService.java 131 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 151 public Bundle hasFeatures(AccountAuthenticatorResponse response,
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 61 milliseconds