Home | History | Annotate | Download | only in provider

Lines Matching refs:numAccounts

1317         int numAccounts = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null);
1318 assertEquals(1, numAccounts);
1329 numAccounts = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null);
1330 assertEquals(0, numAccounts);