Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java39 public class VideoCallImpl extends VideoCall { class
178 VideoCallImpl(IVideoProvider videoProvider, Call call) throws RemoteException { in VideoCallImpl() method in VideoCallImpl
DParcelableCall.java187 mVideoCall = new VideoCallImpl(mVideoCallProvider, call); in getVideoCall()