Home
last modified time | relevance | path

Searched refs:VideoCallImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java38 public class VideoCallImpl extends VideoCall { class
155 VideoCallImpl(IVideoProvider videoProvider) throws RemoteException { in VideoCallImpl() method in VideoCallImpl
DParcelableCall.java181 mVideoCall = new VideoCallImpl(mVideoCallProvider); in getVideoCall()