Searched defs:MSG_SET_CAMERA (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProvider.java33 private static final int MSG_SET_CAMERA = 2; field in class:ImsVideoCallProvider
58 case MSG_SET_CAMERA:
112 mProviderHandler.obtainMessage(MSG_SET_CAMERA, cameraId).sendToTarget();
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java669 private static final int MSG_SET_CAMERA = 2; field in class:Connection.VideoProvider
736 case MSG_SET_CAMERA:
794 mMessageHandler.obtainMessage(MSG_SET_CAMERA, cameraId).sendToTarget();

Completed in 122 milliseconds