Searched defs:MSG_CHANGE_CAMERA_CAPABILITIES (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallbackServant.java40 private static final int MSG_CHANGE_CAMERA_CAPABILITIES = 5; field in class:VideoCallbackServant
99 case MSG_CHANGE_CAMERA_CAPABILITIES: {
148 mHandler.obtainMessage(MSG_CHANGE_CAMERA_CAPABILITIES, cameraCapabilities)
H A DVideoCallImpl.java44 private static final int MSG_CHANGE_CAMERA_CAPABILITIES = 6; field in class:VideoCallImpl
97 mHandler.obtainMessage(MSG_CHANGE_CAMERA_CAPABILITIES,
144 case MSG_CHANGE_CAMERA_CAPABILITIES:
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java48 private static final int MSG_CHANGE_CAMERA_CAPABILITIES = 6; field in class:ImsVideoCallProviderWrapper
100 mHandler.obtainMessage(MSG_CHANGE_CAMERA_CAPABILITIES,
142 case MSG_CHANGE_CAMERA_CAPABILITIES:

Completed in 37 milliseconds