Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java1022 ? cleanupAndGetVerifiedAccounts(account).size() in enforceMaxPhoneAccountLimit()
1078 public List<PhoneAccount> cleanupAndGetVerifiedAccounts(PhoneAccount newAccount) { in cleanupAndGetVerifiedAccounts() method in PhoneAccountRegistrar
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java498 mRegistrar.cleanupAndGetVerifiedAccounts(account).size()); in testCannotResolveServiceUnregistersAccounts()