Searched refs:userPreferredAccountForContact (Results 1 – 1 of 1) sorted by relevance
2611 final CompletableFuture<PhoneAccountHandle> userPreferredAccountForContact = in findOutgoingCallPhoneAccount() local2626 userPreferredAccountForContact.complete(contactDefaultHandle); in findOutgoingCallPhoneAccount()2628 userPreferredAccountForContact.complete(null); in findOutgoingCallPhoneAccount()2638 return userPreferredAccountForContact.thenApply(phoneAccountHandle -> { in findOutgoingCallPhoneAccount()