Home
last modified time | relevance | path

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

/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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDpcAllowedAccountManagementTest.java50 private final static Account ACCOUNT_1 = new Account("user1", ACCOUNT_TYPE_1); field in DpcAllowedAccountManagementTest
/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()