Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountsDbTest.java132 mAccountsDb.deleteCeAccount(accId); in testCeAccountInsertFindDelete()
211 mAccountsDb.deleteCeAccount(accId); in testExtrasInsertFindDelete()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java1267 boolean deleteCeAccount(long accountId) { in deleteCeAccount() method in AccountsDb
DAccountManagerService.java1270 accountsDb.deleteCeAccount(accountId); in validateAccountsInternal()
2530 accounts.accountsDb.deleteCeAccount(ceAccountId); in removeAccountInternal()