Home
last modified time | relevance | path

Searched refs:getVideoCall (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoTech.java63 if (call.getVideoCall() == null) { in isAvailable()
133 call.getVideoCall().registerCallback(callback); in onCallStateChanged()
181 call.getVideoCall() in upgradeToVideo()
209 call.getVideoCall() in declineVideoRequest()
227 call.getVideoCall() in stopTransmission()
240 call.getVideoCall() in resumeTransmission()
276 call.getVideoCall().setCamera(null); in pause()
317 if (call.getVideoCall() == null) { in setCamera()
321 call.getVideoCall().setCamera(cameraId); in setCamera()
322 call.getVideoCall().requestCameraCapabilities(); in setCamera()
[all …]
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeCallList.java166 if (call.getVideoCall() != null) { in clearCalls()
167 call.getVideoCall().destroy(); in clearCalls()
188 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoRequest()
209 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoResponse()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestCallList.java166 if (call.getVideoCall() != null) { in clearCalls()
167 call.getVideoCall().destroy(); in clearCalls()
188 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoRequest()
209 InCallService.VideoCall videoCall = call.getVideoCall(); in sendUpgradeToVideoResponse()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java205 public InCallService.VideoCall getVideoCall() { in getVideoCall() method in BluetoothCall
206 return mCall.getVideoCall(); in getVideoCall()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DPhone.java186 InCallService.VideoCall videoCall = call.getVideoCall(); in internalRemoveCall()
300 InCallService.VideoCall videoCall = call.getVideoCall(); in destroy()
H A DCall.java2270 public InCallService.VideoCall getVideoCall() { in getVideoCall() method in Call
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java665 videoCall = call.getVideoCall(); in updateCallCache()
734 final VideoCall videoCall = call.getVideoCall(); in checkForVideoCallChange()
752 final VideoCall videoCall = call == null ? null : call.getVideoCall(); in changeVideoCall()
784 VideoCall videoCall = call.getVideoCall(); in adjustVideoMode()
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1050 public VideoCall getVideoCall() { in getVideoCall() method in DialerCall
1051 return telecomCall == null ? null : telecomCall.getVideoCall(); in getVideoCall()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39556 method public android.telecom.InCallService.VideoCall getVideoCall();