Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DInCallAdapter.java201 public void phoneAccountSelected(String callId, PhoneAccountHandle accountHandle, in phoneAccountSelected() method in InCallAdapter
204 mAdapter.phoneAccountSelected(callId, accountHandle, setDefault); in phoneAccountSelected()
DCall.java959 public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) { in phoneAccountSelected() method in Call
960 mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault); in phoneAccountSelected()
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallAdapter.aidl50 void phoneAccountSelected(String callId, in PhoneAccountHandle accountHandle, in phoneAccountSelected() method
/frameworks/base/api/
Dcurrent.txt36047 method public void phoneAccountSelected(android.telecom.PhoneAccountHandle, boolean);
Dsystem-current.txt38933 method public void phoneAccountSelected(android.telecom.PhoneAccountHandle, boolean);
Dtest-current.txt36130 method public void phoneAccountSelected(android.telecom.PhoneAccountHandle, boolean);