Searched refs:cleanupOrphanedPhoneAccounts (Results 1 – 3 of 3) sorted by relevance
150 cleanupOrphanedPhoneAccounts();1846 public int cleanupOrphanedPhoneAccounts() { in cleanupOrphanedPhoneAccounts() method in PhoneAccountRegistrar
2407 return mPhoneAccountRegistrar.cleanupOrphanedPhoneAccounts();
1341 int deletedAccounts = mRegistrar.cleanupOrphanedPhoneAccounts(); in testCleanUpOrphanAccounts()