Searched refs:videoCall (Results 1 – 3 of 3) sorted by relevance
193 InCallService.VideoCall videoCall = call.getVideoCall(); in internalRemoveCall() local194 if (videoCall != null) { in internalRemoveCall()195 videoCall.destroy(); in internalRemoveCall()307 InCallService.VideoCall videoCall = call.getVideoCall(); in destroy() local308 if (videoCall != null) { in destroy()309 videoCall.destroy(); in destroy()
1386 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged() argument2747 private void fireVideoCallChanged(final InCallService.VideoCall videoCall) { in fireVideoCallChanged() argument2754 callback.onVideoCallChanged(call, videoCall); in fireVideoCallChanged()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...