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>
1 file changed