Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 25 of 41) sorted by relevance

12

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DEditPropertiesTx.java23 public final String accountType; field in EditPropertiesTx
32 String accountType, in EditPropertiesTx()
DStartAddAccountSessionTx.java26 public final String accountType; field in StartAddAccountSessionTx
39 String accountType, in StartAddAccountSessionTx()
DAddAccountTx.java26 public final String accountType; field in AddAccountTx
41 String accountType, in AddAccountTx()
/cts/common/device-side/bedstead/testapp/src/testapps/main/java/com/android/bedstead/testapp/
DTestAppAccountAuthenticator.java57 private Bundle createResultBundle(String accountType) { in createResultBundle()
61 private Bundle createResultBundle(String accountType, String name) { in createResultBundle()
70 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
91 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java38 public TestDefaultAuthenticator(Context context, String accountType) { in TestDefaultAuthenticator()
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
53 String accountType, in addAccount()
DTestAccountAuthenticator.java46 public TestAccountAuthenticator(Context context, String accountType) { in TestAccountAuthenticator()
53 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 String accountType, in addAccount()
312 String accountType, in startAddAccountSession()
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DAccountCreator.java81 private void waitForAccountAuthenticator(String accountType, AccountManager am) { in waitForAccountAuthenticator()
94 private boolean accountAuthenticatorExists(String accountType, AccountManager am) { in accountAuthenticatorExists()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSetPolicyActivity.java85 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
91 String accountType = intent.getStringExtra(EXTRA_ACCOUNT_TYPE); in handleIntent() local
/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java48 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
53 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DPocAuthService.java41 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java40 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
51 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java53 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
60 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAuthenticatorDescriptionTest.java9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DTestAccountAuthenticator.java44 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java50 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
55 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DStubAuthenticator.java51 String accountType) { in editProperties()
57 String accountType, String tokenType, String[] strings, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DAuthenticator.java89 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
100 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/
DStubAuthenticator.java49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
80 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
DAccountManagementTest.java82 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testAddAccount_allowed() local
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java104 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
111 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java101 String accountType) { in editProperties()
113 String accountType, String authTokenType, String[] requiredFeatures, in addAccount()
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java54 String accountType) { in editProperties()
60 String accountType, String tokenType, String[] strings, in addAccount()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/
DPocAuthService.java54 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 String accountType, in addAccount()

12