Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2229 Account renamedAccount = new Account(newName, accountToRename.type); in renameAccountInternal() local
2231 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()
2256 renamedAccount = insertAccountIntoCacheLocked(accounts, renamedAccount); in renameAccountInternal()
2270 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()
2271 accounts.authTokenCache.put(renamedAccount, tmpTokens); in renameAccountInternal()
2272 accounts.visibilityCache.put(renamedAccount, tmpVisibility); in renameAccountInternal()
2274 renamedAccount, in renameAccountInternal()
2276 resultAccount = renamedAccount; in renameAccountInternal()