Searched refs:getAllPhoneAccountHandles (Results 1 – 3 of 3) sorted by relevance
365 public List<PhoneAccountHandle> getAllPhoneAccountHandles() {381 return mPhoneAccountRegistrar.getAllPhoneAccountHandles(callingUserHandle);
627 public List<PhoneAccountHandle> getAllPhoneAccountHandles(UserHandle userHandle) { in getAllPhoneAccountHandles() method in PhoneAccountRegistrar
1134 ? mTelecomManager.getAllPhoneAccountHandles() in cleanupPhoneAccounts()