Fix CaptionLayout class name in ut_overlay_view

The ut_overlay_view attempting to use
com.google.android.tv.tuner.cc.CaptionLayout.
The correct value should be com.android.tv.tuner.cc.CaptionLayout

Error Observerd
E TunerTvInputService: Creating a session for com.android.tv/.tuner.
tvinput.TunerTvInputService failed.

E TunerTvInputService: android.view.InflateException: Binary XML file
line #53: Binary XML file line #53: Error inflating class
com.google.android.tv.tuner.cc.CaptionLayout

E TunerTvInputService: Caused by: android.view.InflateException:
Binary XML file line #53: Error inflating class com.google.android.tv
.tuner.cc.CaptionLayout

E TunerTvInputService: Caused by: java.lang.ClassNotFoundException:
Didn't find class "com.google.android.tv.tuner.cc.CaptionLayout" on
path: DexPathList[[zip file "/system/priv-app/LiveTv/LiveTv.apk"],
nativeLibraryDirectories=[/system/priv-app/LiveTv/lib/arm64,
/system/fake-libs64, /system/priv-app/LiveTv/LiveTv.apk!/lib/arm64-v8a,
 /system/lib64, /vendor/lib64, /system/lib64, /vendor/lib64]]

Test: Manual
Tuner should have channels setup.
Start the TV Application
Observe the Application starts successfully

Change-Id: I53e2dc267ce38096453c1f3732a71b80d0453925
Signed-off-by: Trevor Drake <trevd1234@gmail.com>
diff --git a/usbtuner-res/layout/ut_overlay_view.xml b/usbtuner-res/layout/ut_overlay_view.xml
index 681d662..1ee2e34 100644
--- a/usbtuner-res/layout/ut_overlay_view.xml
+++ b/usbtuner-res/layout/ut_overlay_view.xml
@@ -50,7 +50,7 @@
         android:layout_marginRight="10dp"
         android:gravity="right|top"
         android:textSize="14sp" />
-    <com.google.android.tv.tuner.cc.CaptionLayout
+    <com.android.tv.tuner.cc.CaptionLayout
         android:id="@+id/caption"
         android:layout_width="match_parent"
         android:layout_height="match_parent" />