Searched refs:newAccount (Results 1 – 1 of 1) sorted by relevance
304 Account newAccount = mAccountsDb.findAllDeAccounts().get(accId); in testRenameAccount() local305 assertEquals("newName", newAccount.name); in testRenameAccount()307 String prevName = mAccountsDb.findDeAccountPreviousName(newAccount); in testRenameAccount()312 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()