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.java2118 Account renamedAccount = new Account(newName, accountToRename.type); in renameAccountInternal() local
2120 if ((accounts.accountsDb.findCeAccountId(renamedAccount) >= 0)) { in renameAccountInternal()
2145 renamedAccount = insertAccountIntoCacheLocked(accounts, renamedAccount); in renameAccountInternal()
2159 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()
2160 accounts.authTokenCache.put(renamedAccount, tmpTokens); in renameAccountInternal()
2161 accounts.visibilityCache.put(renamedAccount, tmpVisibility); in renameAccountInternal()
2163 renamedAccount, in renameAccountInternal()
2165 resultAccount = renamedAccount; in renameAccountInternal()