Searched refs:mAccountTwo (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 6515 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_NAME, mAccountTwo.name) in testRawContactDeletion_byAccountParam() 6516 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_TYPE, mAccountTwo.type) in testRawContactDeletion_byAccountParam() 6542 new String[] {mAccountTwo.name, mAccountTwo.type}); in testRawContactDeletion_byAccountSelection() 6662 mActor.setAccounts(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated() 6663 cp.onAccountsUpdated(new Account[]{mAccount, mAccountTwo}); in testAccountsUpdated() 6670 long rawContactId2 = RawContactUtil.createRawContact(mResolver, mAccountTwo); in testAccountsUpdated() 8311 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, true /* autoAdd */, false /* favorite */); in testAutoGroupMembership() 8312 long g4 = createGroup(mAccountTwo, "g4", "t4", 0, false /* autoAdd */, false/* favorite */); in testAutoGroupMembership() 8314 long r2 = RawContactUtil.createRawContact(mResolver, mAccountTwo); in testAutoGroupMembership() 8327 c = queryGroupMemberships(mAccountTwo); in testAutoGroupMembership() [all …]
|
D | BaseContactsProvider2Test.java | 107 protected Account mAccountTwo = new Account("account2", "account type2"); field in BaseContactsProvider2Test
|