Searched refs:getVideoCall (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java137 InCallService.VideoCall videoCall = call.getVideoCall();
186 InCallService.VideoCall videoCall = call.getVideoCall();
H A DCall.java893 public InCallService.VideoCall getVideoCall() { method in class:Call
1018 !Objects.equals(mVideoCall, parcelableCall.getVideoCall(this));
1020 mVideoCall = parcelableCall.getVideoCall(this);
H A DParcelableCall.java184 public InCallService.VideoCall getVideoCall(Call call) { method in class:ParcelableCall
253 * {@link #getVideoCall()} creates a new {@link VideoCallImpl}, it is useful to know whether

Completed in 21 milliseconds