Home
last modified time | relevance | path

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

12

/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppAccountAuthenticator.java128 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in TestAppAccountAuthenticator
130 boolean hasFeatures; in hasFeatures()
133 hasFeatures = false; in hasFeatures()
135 hasFeatures = Arrays.asList(accountManager.getUserData(account, "features") in hasFeatures()
140 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, hasFeatures); in hasFeatures()
/cts/tests/tests/accounts/multiuser/src/test/android/accounts/cts/multiuser/
DAccountManagerTest.java61 otherUserAccountManager.hasFeatures( in hasFeature_crossUser_withoutPermission_throwsException()
76 assertThat(otherUserAccountManager.hasFeatures( in hasFeature_crossUser_accountHasFeature_returnsTrue()
91 assertThat(otherUserAccountManager.hasFeatures( in hasFeature_crossUser_accountDoesNotHaveFeature_returnsFalse()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DPocAuthService.java80 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in PocAuthService.PocAuthenticator
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java79 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in PocAuthService.Authenticator
/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/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java83 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in MockAuthenticatorService.Authenticator
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DTestAccountAuthenticator.java81 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in TestAccountAuthenticator
/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/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java93 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in StaticAccountAuthenticator
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubAuthenticator.java102 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in StubAuthenticator.Authenticator
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in PocAuthenticator
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java120 public Bundle hasFeatures( in hasFeatures() method in TestDefaultAuthenticator
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java105 public Bundle hasFeatures(AccountAuthenticatorResponse response, in hasFeatures() method in StubAuthenticator.Authenticator
/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/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/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/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java109 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() method in AccountAuthenticator
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/
DAccountReference.java168 return accountManager().hasFeatures(mAndroidAccount, in hasFeature()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
DPocAuthService.java171 public Bundle hasFeatures( in hasFeatures() method in PocAuthService.TestAccountAuthenticator
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java175 public Bundle hasFeatures( in hasFeatures() method in Authenticator
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/
DPocAuthService.java175 public Bundle hasFeatures( in hasFeatures() method in PocAuthService.TestAccountAuthenticator
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DAuthenticator.java154 …public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, String[] feature… in hasFeatures() method in Authenticator

12