Searched refs:phoneAccountSelected (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | TelecomAdapter.java | 206 void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected() method in TelecomAdapter 214 call.phoneAccountSelected(accountHandle, setDefault); in phoneAccountSelected()
|
D | InCallPresenter.java | 839 … TelecomAdapter.getInstance().phoneAccountSelected(callId, accountHandle, setDefault); in handleAccountSelection()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | InCallAdapter.java | 230 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected() method in InCallAdapter 239 mCallsManager.phoneAccountSelected(call, accountHandle, setDefault); in phoneAccountSelected()
|
D | CallsManager.java | 1292 void phoneAccountSelected(Call call, PhoneAccountHandle account, boolean setDefault) { in phoneAccountSelected() method in CallsManager
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 269 mInCallServiceFixtureX.mInCallAdapter.phoneAccountSelected(callId, in testOutgoingCallAndSelectPhoneAccount()
|