/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | EditPropertiesTx.java | 23 public final String accountType; field in EditPropertiesTx 32 String accountType, in EditPropertiesTx()
|
D | StartAddAccountSessionTx.java | 26 public final String accountType; field in StartAddAccountSessionTx 39 String accountType, in StartAddAccountSessionTx()
|
D | AddAccountTx.java | 26 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/ |
D | TestAppAccountAuthenticator.java | 57 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/ |
D | TestDefaultAuthenticator.java | 38 public TestDefaultAuthenticator(Context context, String accountType) { in TestDefaultAuthenticator() 45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 53 String accountType, in addAccount()
|
D | TestAccountAuthenticator.java | 46 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/ |
D | AccountCreator.java | 81 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/ |
D | SetPolicyActivity.java | 85 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/ |
D | MockAuthenticatorService.java | 48 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/ |
D | PocAuthService.java | 41 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/ |
D | PocAuthService.java | 40 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/ |
D | SyncAdapterSettingsAuthenticator.java | 53 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/ |
D | AuthenticatorDescriptionTest.java | 9 private String accountType = "com.my.auth"; field in AuthenticatorDescriptionTest
|
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/ |
D | TestAccountAuthenticator.java | 44 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/ |
D | PocAuthenticator.java | 50 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/ |
D | StubAuthenticator.java | 51 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/ |
D | Authenticator.java | 89 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/ |
D | StubAuthenticator.java | 49 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/ |
D | MockAccountAuthenticator.java | 50 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/ |
D | MockAccountAuthenticator.java | 49 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 56 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
D | AccountManagementTest.java | 82 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testAddAccount_allowed() local
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 104 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/ |
D | Authenticator.java | 101 String accountType) { in editProperties() 113 String accountType, String authTokenType, String[] requiredFeatures, in addAccount()
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 54 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/ |
D | PocAuthService.java | 54 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 61 String accountType, in addAccount()
|