Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java2006 final CompletableFuture<PhoneAccountHandle> userPreferredAccountForContact = in findOutgoingCallPhoneAccount() local
2021 userPreferredAccountForContact.complete(contactDefaultHandle); in findOutgoingCallPhoneAccount()
2023 userPreferredAccountForContact.complete(null); in findOutgoingCallPhoneAccount()
2033 return userPreferredAccountForContact.thenApply(phoneAccountHandle -> { in findOutgoingCallPhoneAccount()