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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java5028 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_NAME, mAccountTwo.name)
5029 .appendQueryParameter(ContactsContract.RawContacts.ACCOUNT_TYPE, mAccountTwo.type)
5055 new String[] {mAccountTwo.name, mAccountTwo.type});
5175 mActor.setAccounts(new Account[]{mAccount, mAccountTwo});
5176 cp.onAccountsUpdated(new Account[]{mAccount, mAccountTwo});
5183 long rawContactId2 = createRawContact(mAccountTwo);
6490 long g3 = createGroup(mAccountTwo, "g3", "t3", 0, true /* autoAdd */, false /* favorite */);
6491 long g4 = createGroup(mAccountTwo, "g4", "t4", 0, false /* autoAdd */, false/* favorite */);
6493 long r2 = createRawContact(mAccountTwo);
[all...]
H A DBaseContactsProvider2Test.java86 protected Account mAccountTwo = new Account("account2", "account type2"); field in class:BaseContactsProvider2Test

Completed in 56 milliseconds