Home
last modified time | relevance | path

Searched refs:mAccountTwo (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java6607 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_NAME, mAccountTwo.name) in testRawContactDeletion_byAccountParam()
6608 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_TYPE, mAccountTwo.type) in testRawContactDeletion_byAccountParam()
6634 new String[] {mAccountTwo.name, mAccountTwo.type}); in testRawContactDeletion_byAccountSelection()
6754 mActor.setAccounts(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated()
6755 cp.onAccountsUpdated(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated()
6762 long rawContactId2 = RawContactUtil.createRawContact(mResolver, mAccountTwo); in testAccountsUpdated()
8378 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, true /* autoAdd */, false /* favorite */); in testAutoGroupMembership()
8379 long g4 = createGroup(mAccountTwo, "g4", "t4", 0, false /* autoAdd */, false/* favorite */); in testAutoGroupMembership()
8381 long r2 = RawContactUtil.createRawContact(mResolver, mAccountTwo); in testAutoGroupMembership()
8394 c = queryGroupMemberships(mAccountTwo); in testAutoGroupMembership()
[all …]
DBaseContactsProvider2Test.java107 protected Account mAccountTwo = new Account("account2", "account type2"); field in BaseContactsProvider2Test