Home | History | Annotate | Download | only in contacts

Lines Matching refs:account2

1037         Account account2 = new Account("act2", "actype2");
1044 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1059 Account account2 = new Account("act2", "actype2");
1066 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1289 Account account2 = new Account("c", "d");
1292 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1296 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2);
2642 insertEmail(rawContactId2, "account2@email.com");
2646 v2.put(Email.ADDRESS, "account2@email.com");
2697 final Uri emailUri2 = insertEmail(rawContactId, "account2@testemail.com");
2706 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com");
2723 final Uri emailUri2 = insertEmail(rawContactId, "account2@testemail.com");
2732 final ContentValues v2 = cv(Email.ADDRESS, "account2@testemail.com");
2971 Account account2 = new Account(accountName2, accountType2);
2972 long rawContactId2 = RawContactUtil.createRawContactWithName(mResolver, account2);
4377 Account account2 = new Account("c", "d");
4379 long groupId2 = createGroup(account2, "g", "h");
4381 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account2);
4452 final Account account2 = new Account("accountName2", "accountType2");
4455 final long groupId2 = createGroup(account2, "sourceId2", "title2");
4456 final long groupId3 = createGroup(account2, "sourceId3", "title3");
4460 new String[]{account2.name, account2.type});
4480 final Account account2 = new Account("accountName2", "accountType2");
4483 final long groupId2 = createGroup(account2, "sourceId2", "title2");
4484 final long groupId3 = createGroup(account2, "sourceId3", "title3");
4488 .appendQueryParameter(Groups.ACCOUNT_NAME, account2.name)
4489 .appendQueryParameter(Groups.ACCOUNT_TYPE, account2.type)
4511 final Account account2 = new Account("accountName2", "accountType2");
4513 final long groupId2 = createGroup(account2, "sourceId2", "title2");
4514 final long groupId3 = createGroup(account2, "sourceId3", "title3");
4545 v2.put(Groups.ACCOUNT_NAME, account2.name);
4546 v2.put(Groups.ACCOUNT_TYPE, account2.type);
4554 v3.put(Groups.ACCOUNT_NAME, account2.name);
4555 v3.put(Groups.ACCOUNT_TYPE, account2.type);
4633 Account account2 = new Account("c", "d");
4636 createSettings(account2, "1", "1");
4639 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2);
4658 AccountWithDataSet account2 = new AccountWithDataSet("c", "d", "plus");
4660 createSettings(account2, "1", "1");
4668 createSettings(account2, "0", "1");
6528 Account account2 = new Account("c", "d");
6530 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
6533 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account2);
6763 insertEmail(rawContactId2, "account2@email.com");