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