HomeSort by relevance Sort by last modified time
    Searched refs:inCallAdapter (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallService.aidl 34 void setInCallAdapter(in IInCallAdapter inCallAdapter);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
InCallServiceFixture.java 56 public void setInCallAdapter(IInCallAdapter inCallAdapter) throws RemoteException {
57 if (mInCallAdapter != null && inCallAdapter != null) {
60 if (mInCallAdapter == null && inCallAdapter == null) {
63 mInCallAdapter = inCallAdapter;
TelecomSystemTest.java 311 IInCallAdapter inCallAdapter = mInCallServiceFixtureX.getInCallAdapter();
312 inCallAdapter.conference(callId1.mCallId, callId2.mCallId);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 90 mPhone = new Phone(new InCallAdapter((IInCallAdapter) msg.obj));
144 public void setInCallAdapter(IInCallAdapter inCallAdapter) {
145 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget();
Call.java     [all...]

Completed in 214 milliseconds