Home
last modified time | relevance | path

Searched defs:ACCOUNT (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountUtilsTest.java38 private static final Account ACCOUNT = new Account("testUser", field in AccountUtilsTest
DAccountManagementTest.java40 private final static Account ACCOUNT = new Account("user0", field in AccountManagementTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAllowedAccountManagementTest.java45 private final static Account ACCOUNT = new Account("user0", ACCOUNT_TYPE_1); field in AllowedAccountManagementTest
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java98 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE); field in AccountManagerTest
582 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccount() local
665 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi() local
688 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly() local
784 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyWithVisibility() local
930 assertFalse(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAccountRenameAndGetPreviousName() local
/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java44 private static final Account ACCOUNT = new Account(MockAccountAuthenticator.ACCOUNT_NAME, field in ContentResolverSyncTestCase
DContentResolverTest.java93 private static final Account ACCOUNT = new Account("cts", "cts"); field in ContentResolverTest