Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DTestAuthenticator.java115 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in TestAuthenticator.Authenticator
121 final List<String> hasFeatures = in hasFeatures() local
124 if (!hasFeatures.contains(requested)) { in hasFeatures()
DAccountCheckTest.java165 return am.hasFeatures(account, features, null, null).getResult(); in hasAccountFeatures()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java125 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in TestAuthenticator.Authenticator
131 final List<String> hasFeatures = in hasFeatures() local
134 if (!hasFeatures.contains(requested)) { in hasFeatures()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in SyncAdapterSettingsAuthenticator.Authenticator
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java93 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in StaticAccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAccountAuthenticator
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java90 public Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures() method in StubAuthenticator.Authenticator
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java87 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAccountAuthenticator
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java105 public Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures() method in StubAuthenticator.Authenticator
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java120 public Bundle hasFeatures( in hasFeatures() method in TestDefaultAuthenticator
DTestAccountAuthenticator.java262 public Bundle hasFeatures( in hasFeatures() method in TestAccountAuthenticator
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdAuthenticator.java130 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in StatsdAuthenticator.Authenticator
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java131 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in BatteryStatsAuthenticator.Authenticator
/cts/hostsidetests/accounts/test-apps/AccountManagerCrossUserApp/src/com/android/cts/accountmanager/
DMockAuthenticator.java136 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAuthenticator.MockAccountAuthenticator
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java139 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in SyncManagerCtsAuthenticator.Authenticator
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DMockAuthenticator.java137 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAuthenticator.MockAccountAuthenticator
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java109 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in AccountAuthenticator
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java175 public Bundle hasFeatures( in hasFeatures() method in Authenticator
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java2143 AccountManagerFuture<Boolean> booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2149 booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2155 booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2161 booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2167 booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2173 booleanFuture = am.hasFeatures(ACCOUNT, in assertHasFeature()
2237 am.hasFeatures(ACCOUNT,
2244 am.hasFeatures(ACCOUNT,
2251 am.hasFeatures(ACCOUNT,
2258 am.hasFeatures(ACCOUNT,
[all …]
DMockAccountAuthenticator.java267 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAccountAuthenticator
/cts/tests/tests/security/src/android/security/cts/
DNanoAppBundleTest.java267 public Bundle hasFeatures(AccountAuthenticatorResponse accountAuthenticatorResponse, in hasFeatures() method in NanoAppBundleTest.Authenticator