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

1 2

  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
TestAuthenticator.java 115 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
121 final List<String> hasFeatures =
124 if (!hasFeatures.contains(requested)) {
AccountCheckTest.java 165 return am.hasFeatures(account, features, null, null).getResult();
  /frameworks/base/telecomm/java/android/telecom/
AuthenticatorService.java 95 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account,
AbstractAccountAuthenticator.java 307 public void hasFeatures(IAccountAuthenticatorResponse response,
311 final Bundle result = AbstractAccountAuthenticator.this.hasFeatures(
317 handleException(response, "hasFeatures", account.toString(), e);
675 public abstract Bundle hasFeatures(AccountAuthenticatorResponse response,
    [all...]
IAccountManager.aidl 39 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,
AccountManager.java 643 public AccountManagerFuture<Boolean> hasFeatures(final Account account,
651 mService.hasFeatures(mResponse, account, features, mContext.getOpPackageName());
667 * boolean account properties (see {@link #hasFeatures}).
    [all...]
  /cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
MockAccountAuthenticator.java 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 86 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/content/src/android/content/cts/
MockAccountAuthenticator.java 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
DummyAccountService.java 98 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/common/accounts/
GenericAccountService.java 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /developers/samples/android/common/src/java/com/example/android/common/accounts/
GenericAccountService.java 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
GenericAccountService.java 120 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
Authenticator.java 83 public Bundle hasFeatures(AccountAuthenticatorResponse r, Account account, String[] strings)
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
TestAuthenticator.java 114 public Bundle hasFeatures(
119 Log.v(TestauthConstants.LOG_TAG, "hasFeatures()");
  /packages/apps/Email/provider_src/com/android/email/service/
EasTestAuthenticatorService.java 102 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
AuthenticatorService.java 144 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java     [all...]
MockAccountAuthenticator.java 254 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account,
  /development/apps/Development/src/com/android/development/
AccountsTester.java 331 mAccountManager.hasFeatures(account, features,
474 Boolean hasFeatures = future.getResult();
475 Log.d(TAG, "hasFeatures: " + hasFeatures);
476 showMessageDialog("hasFeatures: " + hasFeatures);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
Authenticator.java 135 public Bundle hasFeatures(
140 Log.v(TAG, "hasFeatures()");
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 288 public Bundle hasFeatures(
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]

Completed in 588 milliseconds

1 2