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.java2022 Account renamedAccount = new Account(newName, accountToRename.type); in renameAccountInternal() local
2024 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()
2049 renamedAccount = insertAccountIntoCacheLocked(accounts, renamedAccount); in renameAccountInternal()
2063 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()
2064 accounts.authTokenCache.put(renamedAccount, tmpTokens); in renameAccountInternal()
2065 accounts.visibilityCache.put(renamedAccount, tmpVisibility); in renameAccountInternal()
2067 renamedAccount, in renameAccountInternal()
2069 resultAccount = renamedAccount; in renameAccountInternal()