Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2332 long ceAccountId = accounts.accountsDb.findCeAccountId(account); in removeAccountInternal() local
2333 if (ceAccountId >= 0) { in removeAccountInternal()
2334 accounts.accountsDb.deleteCeAccount(ceAccountId); in removeAccountInternal()