Searched refs:numAccounts (Results 1 – 2 of 2) sorted by relevance
82 final int numAccounts = accounts.size(); in onCreate() local83 if (numAccounts < 0) { in onCreate()87 if (numAccounts >= 2) { in onCreate()104 } else if (numAccounts == 1) { in onCreate()
1317 int numAccounts = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null); in testCascadeDeleteAccount() local1318 assertEquals(1, numAccounts); in testCascadeDeleteAccount()1329 numAccounts = EmailContent.count(mMockContext, Account.CONTENT_URI, null, null); in testCascadeDeleteAccount()1330 assertEquals(0, numAccounts); in testCascadeDeleteAccount()