Change prototype for "setCamera" in IMS VideoProvider.

Changing "setCamera" prototype to include the uid.

Test: Unit test, manual test.
Bug: 32747443
Merged-In: I7e6eb617d724972b0fcbd2f9a27f5c3ee91efd2d
Change-Id: I7e6eb617d724972b0fcbd2f9a27f5c3ee91efd2d
This commit is contained in:
Tyler Gunn
2016-11-30 15:14:26 -08:00
committed by Brad Ebinger
parent ed5c217fc0
commit ca5cdb2d10

View File

@@ -43,7 +43,7 @@ import com.android.ims.internal.IImsVideoCallCallback;
oneway interface IImsVideoCallProvider {
void setCallback(IImsVideoCallCallback callback);
void setCamera(String cameraId);
void setCamera(String cameraId, int uid);
void setPreviewSurface(in Surface surface);