Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java356 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testFindOutgoingCallPhoneAccountSelfManaged()
378 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testFindOutgoingCallAccountDefault()
402 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testFindOutgoingCallAccountNoDefault()
426 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testFindOutgoingCallAccountVideo()
453 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testFindOutgoingCallAccountVideoNotAvailable()
476 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testUseSpecifiedAccount()
497 List<PhoneAccountHandle> accounts = mCallsManager.findOutgoingCallPhoneAccount( in testUseContactSpecificAcct()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1505 findOutgoingCallPhoneAccount(requestedAccountHandle, handle, in startOutgoingCall()
1834 public CompletableFuture<List<PhoneAccountHandle>> findOutgoingCallPhoneAccount( in findOutgoingCallPhoneAccount() method in CallsManager
1837 return findOutgoingCallPhoneAccount(targetPhoneAccountHandle, handle, isVideo, in findOutgoingCallPhoneAccount()
1841 public CompletableFuture<List<PhoneAccountHandle>> findOutgoingCallPhoneAccount( in findOutgoingCallPhoneAccount() method in CallsManager