Searched refs:phoneAccountSelected (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java198 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, method in class:InCallAdapter
201 mAdapter.phoneAccountSelected(callId, accountHandle, setDefault);
H A DCall.java782 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { method in class:Call
783 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl49 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle,

Completed in 85 milliseconds