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

/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsVideoCallProvider.java36 private static final int MSG_SET_CAMERA = 2; field in class:ImsVideoCallProvider
61 case MSG_SET_CAMERA:
126 mProviderHandler.obtainMessage(MSG_SET_CAMERA, args).sendToTarget();
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1012 private static final int MSG_SET_CAMERA = 2; field in class:Connection.VideoProvider
1089 case MSG_SET_CAMERA:
1172 mMessageHandler.obtainMessage(MSG_SET_CAMERA, args).sendToTarget();

Completed in 73 milliseconds