HomeSort by relevance Sort by last modified time
    Searched full:hasfeatures (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account,
IAccountManager.aidl 34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features);
AbstractAccountAuthenticator.java 251 public void hasFeatures(IAccountAuthenticatorResponse response,
255 final Bundle result = AbstractAccountAuthenticator.this.hasFeatures(
261 handleException(response, "hasFeatures", account.toString(), e);
449 public abstract Bundle hasFeatures(AccountAuthenticatorResponse response,
AccountManagerService.java 456 public void hasFeatures(IAccountManagerResponse response,
459 Log.v(TAG, "hasFeatures: " + account
491 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
523 return super.toDebugString(now) + ", hasFeatures"
    [all...]
AccountManager.java 430 public AccountManagerFuture<Boolean> hasFeatures(final Account account,
437 mService.hasFeatures(mResponse, account, features);
452 * boolean account properties (see {@link #hasFeatures}).
    [all...]
  /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 313 mAccountManager.hasFeatures(account, features,
456 Boolean hasFeatures = future.getResult();
457 Log.d(TAG, "hasFeatures: " + hasFeatures);
458 showMessageDialog("hasFeatures: " + hasFeatures);
  /cts/tests/src/android/content/cts/
MockAccountAuthenticator.java 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 135 public Bundle hasFeatures(
140 Log.v(TAG, "hasFeatures()");
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.accounts.AccountManager.html 87 <nobr><code>AccountManagerFuture&lt;Boolean&gt;</code>&nbsp;<A HREF="../../../../reference/android/accounts/AccountManager.html#hasFeatures(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)" target="_top"><code>hasFeatures</code></A>(<code>Account,</nobr> String[]<nobr>,</nobr> AccountManagerCallback&lt;Boolean&gt;<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
alldiffs_index_additions.html     [all...]
methods_index_additions.html 431 <nobr><A HREF="android.accounts.AccountManager.html#android.accounts.AccountManager.hasFeatures_added(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)" class="hiddenlink" target="rightframe"><b>hasFeatures</b>
    [all...]
methods_index_all.html     [all...]
alldiffs_index_all.html     [all...]
  /packages/apps/Email/src/com/android/email/service/
EasTestAuthenticatorService.java 101 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
EasAuthenticatorService.java 143 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
PopImapAuthenticatorService.java 121 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt 170 NO DOC BLOCK: android.accounts.AccountManager Method hasFeatures(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)
    [all...]
  /frameworks/base/api/
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt     [all...]
8.xml     [all...]

Completed in 403 milliseconds

1 2