Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java365 public List<PhoneAccountHandle> getAllPhoneAccountHandles() {
381 return mPhoneAccountRegistrar.getAllPhoneAccountHandles(callingUserHandle);
DPhoneAccountRegistrar.java627 public List<PhoneAccountHandle> getAllPhoneAccountHandles(UserHandle userHandle) { in getAllPhoneAccountHandles() method in PhoneAccountRegistrar
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1134 ? mTelecomManager.getAllPhoneAccountHandles() in cleanupPhoneAccounts()