Searched refs:foundAccId (Results 1 – 1 of 1) sorted by relevance
308 long foundAccId = mAccountsDb.findCeAccountId(account); in testRenameAccount() local309 assertEquals("Account shouldn't be found under the old name", -1, foundAccId); in testRenameAccount()310 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()311 assertEquals(accId, foundAccId); in testRenameAccount()