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.java2047 Account renamedAccount = new Account(newName, accountToRename.type); in renameAccountInternal() local
2049 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()
2074 renamedAccount = insertAccountIntoCacheLocked(accounts, renamedAccount); in renameAccountInternal()
2088 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()
2089 accounts.authTokenCache.put(renamedAccount, tmpTokens); in renameAccountInternal()
2090 accounts.visibilityCache.put(renamedAccount, tmpVisibility); in renameAccountInternal()
2092 renamedAccount, in renameAccountInternal()
2094 resultAccount = renamedAccount; in renameAccountInternal()