Home
last modified time | relevance | path

Searched refs:initiateIncomingCall (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java99 public boolean initiateIncomingCall(PhoneAccountHandle handle, String uri) {
100 return mConnServiceCallController.initiateIncomingCall(
DConnectionServiceCallController.java75 public boolean initiateIncomingCall(TelecomManager telecomManager, in initiateIncomingCall() method in ConnectionServiceCallController
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl33 boolean initiateIncomingCall(in PhoneAccountHandle handle, in String uri); in initiateIncomingCall() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java1534 conn.getInterface().initiateIncomingCall( in testManagedCallWhileNoHoldCapabilitySelfMaganedCallActive()