Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DTelecomAdapter.java206 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected() method in TelecomAdapter
214 call.phoneAccountSelected(accountHandle, setDefault); in phoneAccountSelected()
DInCallPresenter.java839 … TelecomAdapter.getInstance().phoneAccountSelected(callId, accountHandle, setDefault); in handleAccountSelection()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java230 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected() method in InCallAdapter
239 mCallsManager.phoneAccountSelected(call, accountHandle, setDefault); in phoneAccountSelected()
DCallsManager.java1292 void phoneAccountSelected(Call call, PhoneAccountHandle account, boolean setDefault) { in phoneAccountSelected() method in CallsManager
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java269 mInCallServiceFixtureX.mInCallAdapter.phoneAccountSelected(callId, in testOutgoingCallAndSelectPhoneAccount()