Home
last modified time | relevance | path

Searched defs:accounts (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerUnaffiliatedAuthenticatorTests.java243 Account[] accounts = mAccountManager.getAccounts(); in testGetAccounts() local
248 Account[] accounts = mAccountManager.getAccountsByType(Fixtures.TYPE_STANDARD_UNAFFILIATED); in testGetAccountsByType() local
259 Account[] accounts = future.getResult(); in testGetAccountsByTypeAndFeatures() local
264 Account[] accounts = mAccountManager.getAccountsByTypeForPackage( in testGetAccountsByTypeForPackage() local
DAccountManagerTest.java171 ArrayList<Account> accounts = new ArrayList<>(Arrays.asList(ctsAccounts)); in tearDown() local
308 Account[] accounts = am.getAccounts(); in getAccountsCount() local
413 private boolean isAccountPresent(Account[] accounts, Account accountToCheck) { in isAccountPresent()
579 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyAndRemoveAccount() local
605 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() local
637 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyAndRemoveAccountWithDefaultImpl() local
662 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi() local
685 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyAndRemoveAccountExplicitly() local
781 Account[] accounts = am.getAccounts(); in testAddAccountExplicitlyWithVisibility() local
818 Account[] accounts = am.getAccountsByTypeForPackage(ACCOUNT_TYPE, PACKAGE_NAME_1); in testGetAccountsAndVisibilityForPackage() local
[all …]
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DInvalidSyncAuthoritiesDeviceTest.java53 final Account[] accounts = mAccountManager.getAccountsByType(VALID_TEST_ACCOUNT_TYPE); in setUp() local
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountManagementTest.java110 Account[] accounts = mAccountManager.getAccountsByType( in testRemoveAccount_blocked() local
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DAccountCheckTest.java136 final Account accounts[] = am.getAccounts(); in testCheckPreconfiguredAccountFeatures() local
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsTest.java262 final Account[] accounts = am.getAccountsByType(ACCOUNT_TYPE); in removeAccount() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DDefaultDialerOperationsTest.java75 final List<PhoneAccountHandle> accounts = mTelecomManager.getCallCapablePhoneAccounts(); in setUp() local
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DDirectoryProvider.java117 Account[] accounts = am.getAccountsByType(TEST_ACCOUNT_TYPE); in query() local