Searched refs:userPreferredAccountForContact (Results 1 – 1 of 1) sorted by relevance
1876 final CompletableFuture<PhoneAccountHandle> userPreferredAccountForContact = in findOutgoingCallPhoneAccount() local1891 userPreferredAccountForContact.complete(contactDefaultHandle); in findOutgoingCallPhoneAccount()1893 userPreferredAccountForContact.complete(null); in findOutgoingCallPhoneAccount()1903 return userPreferredAccountForContact.thenApply(phoneAccountHandle -> { in findOutgoingCallPhoneAccount()