Home
last modified time | relevance | path

Searched refs:newAccount (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java304 Account newAccount = mAccountsDb.findAllDeAccounts().get(accId); in testRenameAccount() local
305 assertEquals("newName", newAccount.name); in testRenameAccount()
307 String prevName = mAccountsDb.findDeAccountPreviousName(newAccount); in testRenameAccount()
312 foundAccId = mAccountsDb.findCeAccountId(newAccount); in testRenameAccount()