Home
last modified time | relevance | path

Searched refs:ACCOUNT_1 (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAccountManagementTest.java45 private final static Account ACCOUNT_1 = new Account("user1", ACCOUNT_TYPE_1); field in AccountManagementTest
127 assertTrue(mAccountManager.addAccountExplicitly(ACCOUNT_1, "password", null)); in testAccountManagementDisabled_removeAccount()
148 assertEquals(ACCOUNT_1, accounts[0]); in testAccountManagementDisabled_removeAccount()
154 assertTrue(mAccountManager.removeAccount(ACCOUNT_1, null, null).getResult()); in testAccountManagementDisabled_removeAccount()
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java36 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE); field in StaticAccountAuthenticator
/cts/tests/tests/provider/src/android/provider/cts/
DContactsContract_RawContactsTest.java130 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_setsDeleteFlag()
151 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_removesRecord()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DDatabaseAsserts.java65 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1); in assertAndCreateContact()